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


#header-nav{
    background: #F4526F!important;
}

h1,h2,h3,h4,h5,h6{
    color: #383b42;
}

h4{
font-size: 20px;
}

p{
    color: #383b42;
}

ul{
    list-style: none;
    padding: 0;
}

#mobile-menu{
    background: #F4526F;
    color: white;    
}

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

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

#mobile-menu li a {
    color: #ffffff!important;
    font-size: 18px;
}

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

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

.navbar-brand img {
    height: 60px;
    background: transparent;
    padding: 0 10px;
}

.nav-link:hover {
    opacity: 0.8;
    color: #ffffff!important;
}

.hero_title{
    font-size: 38px;
}

.hero_subtitle{
    font-size: 18px;
    line-height: 26px;
}



.feature_icon{
    color: #F4526F!important;
    font-size: 30px;
}

#preview{
    
}

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

#footer{
    background: #383b42!important;
}

#footer li a{
    color: white!important;
}