
/* <style> /* notice that this entire line is a comment in CSS */

 *{
    
}

html {
    height: 100%;
    
}

body{
    color: #596866;
    font-family: Montserrat;
    font-weight: normal;
}

h1, h2, h3, h4, h5{
    font-family: Montserrat;
    line-height: 1.2em;
    text-transform: none;
}

h1{
    font-size: 28px;
    font-weight: 300;
}

h2{
    font-size: 26px;
    font-weight: 300;
}

h3{
    font-size: 22px;
    font-weight: 300;
}

h4{
    font-size: 18px;
    font-weight: 300;
}

h5{
    font-size: 16px;
    font-weight: 400;
}

p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    color: #596866}

a{
    color: #FD4C4C;
}

a:hover{
    color: #FD4C4C;
}


#main{
    padding: 0;
}

#header-nav{
    background: #2d2d2d;
    color: white;
    min-height: 90px;
}

.navbar-toggler{
    border: none;
} 
.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-brand img {
    height: 90px;
    background: #cccccc;
    padding: 0 10px;
}

#mobile-menu{
    background: #2d2d2d;
    color: white;    
}

#menu-mobile-menu{
    margin-bottom: 40px;
}

#menu-mobile-menu li {
    list-style: none;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 22px;
}

#menu-mobile-menu li a {
    color: white;
    font-size: 18px;
}

.mobile-menu-logo{
    background-color: #cccccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 110px;
}

.mobile-nav-title {
    margin-left: 1.3em;
    padding-left: 10px;
    margin-top: 20px;
}

.nav-link {
    font-size: 14px;
    color: white;
    margin-left: 12px;
}
.nav-link:hover {
    color: #b2c2c0!important;
}

.caption {
    font-weight: 300;
    line-height: 1.2em;
    font-size: 30px;
    text-transform: none;
    color: #cccccc;
}

.btn-primary{
    background: white;
    border: none;
    border-radius: 0px;
    height: 50px;
    padding: 0 20px;
    color: #2d2d2d;;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.btn-primary:hover{
    background: #FD4C4C;
    color: white;
}

.btn-primary a{
    color: #2d2d2d!important;
}

.btn-secondary{
    background: transparent;
    border: 2px solid white;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.btn-secondary:hover{
    background: white ;
    color: #2d2d2d;
}

.btn-dark{
    background: white ;
    color: #2d2d2d;
    border: 2px solid #2d2d2d;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.btn-dark:hover{
    color: white ;
    background: #2d2d2d;
    border: 2px solid #2d2d2d;
}
 
.post_nav .btn-secondary{
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
    color: #2d2d2d;
    font-family: Montserrat;
    font-size: 18px;
}

.post_nav .btn-secondary:hover{
    background: transparent;
    color: #FD4C4C;
}

.post_nav .btn-secondary:focus{
    border: none;
    box-shadow: none;
}  


#footer{
    background: #2d2d2d;
}


#footer h4{
     color: white;
     margin-bottom: 15px;
}


#footer p{
     color: white;
}

#footer a{
    
}


/*
<style> /* notice that this entire line is a comment in CSS */


.overlay{
    background-color: #000000;
    
}

.narrow{
    width: 940px;
    margin: auto;
    padding: 0;
}
.wide{
    width: 100%;
    margin: auto;
    padding: 0;
}

.bg-black{
    background: #000000!important;
}

.bg-dark{
    background: #2d2d2d!important;
}

.bg-primary{
    background: #2d2d2d!important;
}

.bg-light {
    background: #cccccc!important;
}

.bg-white {
    
}

.text-highlight{
    color: #FD4C4C; 
}

.text-soft{
    color: #b2c2c0; 
}

.font-weight-bold{
    font-weight: 700!important;
}

.white-img{
    filter: brightness(0) invert(1);
}
