/*
Theme Name: Total Wood Solution
Theme URI: https://totalwoodsolution.hu
Author: Marcell Niklai
Author URI: https://totalwoodsolution.hu/
Description: Total Wood Solution téma.
Version: 1.0
Text Domain: tws_theme
Domain Path: /languages
*/

#site-header {
    background-color: black;
    background-position: center bottom;
    background-size: cover;

    min-height: 75vh;
}

.c-cl {
    color: #D99525;
    /*font-weight: bold;*/
}
.c-cls {
    color: #D99525;
    font-size: 0.75rem;
    vertical-align: top;
    top: 1.5rem;
    left: -1.5rem;
    font-weight: bold;
    font-style: italic;
}


.nav-link{
    font-size: 1.2rem;
}

.g-ind {

    box-shadow: 0px 0px 0.25rem black;
}

.gallery_container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px 0;
}
.mask {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.9);
    font-size: xxx-large;
    font-weight: 200;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
}

.c-g-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100vw;
    height: 75vh;
}

.content-section {
    padding-top: 20px;
    padding-bottom: 0px;
}
#mainNav.navbar-shrink {
    background-color: #000;
    border-bottom: 0px solid rgba(255,255,255,.3);
}
footer {
    background-color: #000;
    padding: 0 0 5px 0;
}

h1 {
    margin-bottom: 0;
}

.masthead {
    display: table;
    width: 100%;
    height: 100vh;

    text-align: center;
    color: #fff;
    background-color: #000;
    background-size: cover;
}
.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.gallery-thumb-image {
    margin: 5px;
    width: calc(24% - 10px);
    height: auto;
    min-width: 100px;
    min-height: 75px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #0f5132;
    opacity: 0.85;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
}

.gallery-thumb-image:hover {
    opacity: 1;
}
.gallery-thumb-image div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gallery-thumb-image div:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hover {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    color: white;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    opacity: 0.75;
}

.hover:hover {
    opacity: 1;
}