/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-mars-2018, 10:39:29
    Author     : benoit.simonis
*/

body{
    background-color: #eeeeee;

}
h1, h2, h3, h4, h5, h6, .nav-link{
    font-family: 'Changa One', cursive;
    font-weight: normal;
    letter-spacing: 1px;
}

.categotitle{
    font-size: 1.7rem;
}


.brandimg{
    max-width: 85px;
    margin-left: 15px;
}

header{
    background-color: #3c3c3c;
}
.navbar-brand img{
    width: 40px; 
    height: 40px;
}

.hamburger{
    color:#FFFFFF;
    border : #4f5c65 solid 2px;
    padding: 5px 10px 5px 10px;

}

.heading{

    /*    background-color: #000000;*/
    position: relative;

}

#headlogo{
    display: none;
}


#videobg{
    background-image:url(/img/backgrounds/photo_iof_video.jpg);
    background-size: cover;

}

#myVideo{
    display: none;
}
#videobg{
    position: relative; overflow-y: hidden; 
    min-height: 95vh;
}


section {
    padding: 50px 15px 50px 15px;


}



@media (min-width: 1500px){
    .container {
        max-width: 1280px;
    }
}

@media (max-width:991px){
    
    .navbar{
        position: fixed;
        top:0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #3c3c3c;
    }
}

@media (min-width: 992px){
    
    
section {
    padding: 50px 35px 50px 35px;


}

    
    nav{
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .navbar-brand img{
        width: 100px; 
        height: 100px;
    }

    #myVideo{
        display: block;
    }

    #videobg{
        min-height: 600px; 

    }

    .mastatitle{
        font-size: 5rem;
        line-height: 4rem;
    }
    header{
        background-color: #777777;
        background: url(../img/backgrounds/mortex.jpg);
        background-size: cover;

        -webkit-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);

    }
    .categotitle{
        margin-bottom: 50px;
    }

    .navbar-brand img{
        /*        display: none;*/
        margin-left: 50px;
    }
    #headlogo{
        display: block;
        padding-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .categotitle{
    font-size: 2.5rem;
}

    
}

.mastatitle{

    color: #efd9bd;
}



#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: 1;
}


#vd_overlay{
    position:absolute;
    z-index: 2;
    /*    background-color: rgba(0,0,0,0.6);*/
    background-color: rgba(255, 255, 255, 0.42);
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

#slogan{
    position:absolute;
    bottom:55px;
    color:#FFFFFF;
    z-index: 9
}

.whitebg{
    background-color: #FFFFFF;
}

.lightbg{
    background-color: #d1d2d8;
}

.whited{
    color:#FFFFFF
}

a.nav-link{
    color:#FFFFFF;
    font-size: 1.5rem;
}

nav a {color: #FFFFFF;}



.hl{
    color:#4f5c65;

    /*    text-shadow:
        -1px -1px 0 #FFFFFF,
        1px -1px 0 #FFFFFF,
        -1px 1px 0 #FFFFFF,
        1px 1px 0 #FFFFFF;  */
}

.hlb{
    background-color: #4f5c65;
    border-color: #4f5c65;

}

section {


}

.shadw{
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 2px 0 23px -13px rgba(0, 0, 0, 0.8), -2px 0 23px -13px rgba(0, 0, 0,  0.8);
    padding: 0;
}


.mainrow{
    margin: 0;

}

.squaredicon{
    padding: 4px;
    border : #4f5c65 solid 2px;
    color: #4f5c65
}

.servicedesc{
    border-left: #4f5c65 solid 2px;
    padding-left: 15px

}

h2{
    font-size: 1.5rem;
}

.texturizedbg{
    background: url(../img/backgrounds/mortex.jpg);
    background-size: cover;


}



.image-gal {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-gal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 153, 0, 0.63);
}

.overlay-gal:hover {
    opacity: 1;
}

.text-gal {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.nolrpadding{
    padding-left: 0;
    padding-right: 0;
}

.main-logo{
    height: 120px;
    width: 120px;

}
