@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:300,700');
button:focus {outline:0;}
body{
    background-image:url('../img/bg.png');
}
.logo{
    max-height: 135px;
    bottom: 0px;
    
}
.logo-container{
    position:relative;
    background-color: #fff;
    height:190px;
    text-align: center;
    vertical-align: middle;
    padding-top:20px;
}
body{
    font-family: 'Roboto', sans-serif;
}
/* GENERIC */
h2,h3,h4,h5{
    color:#999;
    font-family: 'Roboto', sans-serif;
}
h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    
}
h6{
    color:#6b6666;
}

.site-heading>h4{
    color:#fff;
}
p{
    font-family: 'Roboto', sans-serif;
    margin-top:5px;
    text-align: justify;
    font-size: 15px;
}
b{
    color:#999;
    font-weight: 300;
}

/* LINK */
a:focus, a:hover {
    color: #bcc5c4;
}
/* NAVBAR */

#mainNav{
    font-family: 'Roboto', sans-serif;
    /* background-color: rgba(188, 197, 196, 0.65); */
    background-color: rgba(0, 0, 0, 0.90);
    position: relative;

}
#mainNav .navbar-nav>li.nav-item>a{
    font-weight: 300;
}
 #mainNav.is-fixed{
    /* top: -77px; */
    /* top: 10px; */
    padding-top:15px;
}
#mainNav .navbar-toggler, .navbar-light .navbar-nav .nav-link{
    color:#fff;
}
#mainNav.is-fixed .navbar-nav>li.nav-item>a:hover{
    color:#999;
}
#mainNav .navbar-toggler {
    font-size: 25px;
    margin: 0 auto;
}
.dropdown-menu{
    background-color: rgba(98, 115, 108, 0.70);
    color:#fff;
    border-radius:0;
    margin: 1.190rem 0 0;
}
.dropdown-item{
    color:#fff;
    font-weight:300;
    font-size:12px;
}
/*
#mainNav.is-visible{
    top: -80px;
} */
/*HEADERS*/
header.masthead{
    margin-top:50px;
    background: no-repeat center bottom;
    background-color: #868e96;
    background-size: cover;
}
header.masthead .overlay{
    background-color: #616161; 
}
header.masthead .site-heading .subheading{
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}

/* FOOTER */
footer {
    padding: 20px 0 65px;
}

/* TYPO */
header.masthead .site-heading h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    letter-spacing: 12px;
    line-height: 0.9;
}




/*varie*/

.menu-icon{
    height: 38px;
}

img.menu-icon {
    height: 20px;
}

img.normal {
	filter: invert(0%);
}

img.inverted {
	filter: invert(100%);
}

/* mansory */
/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
  }
  

.fit
{
    display: block;
    max-width: 100%;
}
