@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Raleway');

html,body{
    font-size: 1rem;
    font-family: 'Raleway', sans-serif !important;

}
section{
    padding: 45px 0;
}
h3{
    margin-bottom: 30px;
    position: relative;
}
h3:before{
    content: "";
    width: 150px;
    height: 4px;
    /*background: #0e092b;*/
    border-top: 1px solid #0e092b;
    border-bottom: 2px solid #0e092b;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -75px;
}
h3:after{
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 7px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
}
.navbar-brand{
    font-size: 2rem;
    font-family: 'Dancing Script', cursive;

}
.form-control {
    border-radius: 0;
    background-color: rgba(255,255,255, 0.2) !important;
    border:none;
    color: #fff !important;
}
.form-control:focus{
    background: rgba(0,0,0, 0.2) !important;
    border:none;
}
.btn-custom{
    background: #d5fe00;
}
.btn-custom2{
   background: #0e092b; 
   color: #fff;
}
.btn-custom2:hover{
    color: #eee;
}
.btn-custom2 h4{
    margin-top: 10px;
}
.text-shadow{
    text-shadow: 1px 1px 5px #fff, 2px 2px 3px #fff, 3px 3px 3px #fff;
}
.navbar{
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.navbar-nav .nav-link.active{
    background: #d5fe00 !important;
}
.header{
    background: #fff;
    box-shadow: 3px 0 5px 3px #d5fe00;
}
.slideshow{
    padding: 0 !important;
}
.slide-text{
    position: absolute;
    top: 30%;
    max-width: 300px;
}
.optin{
    background: #d5fe00;    
}
.subs{
    background: #b9dd00 url(../images/cover.jpg) no-repeat center;
    background-size: 100% auto;
}
.subs-form{
   background: #0e092b;
   padding: 20px 15px; 
   color: #fff;
}
.about{
    background: #eee url(../images/bg.jpg);
    background-attachment: fixed;
}
.demo{
    background: rgba(215,255,0, 0.8);
    padding: 15px;
}

.security{
    background: #eee;
}
.security .fab, .security .fas{
    color: #0e092b;
}

footer{
    padding: 25px 0 0 10px;
    background: #0e092b;
    color: #fff;
}
.social a .fa-twitter-square{
    color: #00b8ec;
}
.col-2 .fa-instagram{
    background: #ff006c;
    color: #fff;
    padding: 5px 6px;
    font-size: 1.2em;
    border-radius: 4px;
    margin-top: 2px;
}
.social-icon{
    display: inline;
    margin:5px;
}
.social-icon .fa-instagram{
    color: #ff006c;
}

/*responsive*/
@media(max-width: 767px){
    .navbar-brand{
        font-size: 1rem;
    }
    .slide-text h2{
        font-size: 1rem;
    }
    .slide-text .flo{
        font-size: 0.8rem;
    }
}