/* fonts */
@import '../fonts/snickles/styles.css';
@import '../fonts/sketchy_smiley/styles.css';
@import '../fonts/swingsetBB/styles.css';
@import '../fonts/KGBrokenVesselsSketch/styles.css';



/* @import '../fonts/orator-slanted/styles.css'; */

ul {
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------------
	
	Section

-----------------------------------------------------------------*/

section 
{
    padding: 0;
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

/* ----------------------------------------------------------------
	
	Navbar

-----------------------------------------------------------------*/
.bg-header
{
    background-color: rgba(0,0,0,.51);
    background: linear-gradient(180deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.33) 80%,rgba(0,0,0,.1));
    box-shadow: 0 0 3rem rgba(0,0,0,.22);
    /*word-spacing:3px;*/
}

.navbar img{
    padding: 0rem 0rem 0rem 3rem;
}

.navbar-light .navbar-nav .nav-link 
{
    position: relative;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    padding: 11px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
    border-width: 0px;
    border-style: solid;
    transition: all .3s ease;
    line-height: normal;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #4FB0F0;
    border-radius: 5px;
    color: #FFF;
}

.onactive{
    background-color: #4FB0F0;
    border-radius: 5px;
    color: #FFF;
}

.dropdown:hover > .dropdown-menu{
    display:block;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 1px solid transparent;
    border-radius: .25rem;
    filter:opacity(30%);
}

@media (min-width:1024px) and (max-width:1219px) {
    /* .navbar-light .navbar-nav .nav-link
    {
        font-size: 11px;
        padding:0 12px;
        letter-spacing:0px;
    } */
    
    .dropdown-menu{
        font-size:11px;
    }
}

@media (min-width:1220px) {
    .navbar-light .navbar-nav .nav-link
    {
        font-size: 11px;
    }
}

@media (min-width:1400px) {
    .navbar-light .navbar-nav .nav-link
    {
        font-size: 13px;
        padding: 11px 14px;
    }
}

@media (max-width:768px){
    .navbar img{
        padding: 0rem;
    }
}

/* ----------------------------------------------------------------
	
	Helpers

-----------------------------------------------------------------*/
/*font weight*/
.font-weight-100 {
	font-weight: 100 !important; }
  
.font-weight-300 {
font-weight: 300 !important; }

.font-weight-400 {
font-weight: 400 !important; }

.font-weight-500 {
font-weight: 500 !important; }

.font-weight-600 {
font-weight: 600 !important; }

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

.font-weight-800 {
font-weight: 800 !important; }

/*border*/

.border-box {
border: 1px solid #eee;
border-radius: 2px;
padding: 30px; }

.border-left {
border-left: 1px solid #eee; }

.border-top {
border-top: 1px solid #eee; }

.border-right {
border-width: 0 1px 0 0;
border-color: #eee;
border-style: solid; }

.border-bottom {
border-bottom: 1px solid #eee; }

.border-dotted {
border-style: dotted; }

/*margin*/

.no-margin {
margin: 0px !important; }

.m-b-0 {
margin-bottom: 0px !important; }

.m-b-5 {
margin-bottom: 5px !important; }

.m-b-10 {
margin-bottom: 10px !important; }

.m-b-15 {
margin-bottom: 15px !important; }

.m-b-20 {
width: 100%;
padding: 0px 0.1rem 0.1rem !important; }

.m-b-25 {
margin-bottom: 25px !important; }

.m-b-30 {
margin-bottom: 30px !important; }

.m-b-35 {
margin-bottom: 35px !important; }

.m-b-40 {
margin-bottom: 40px !important; }

.m-b-50 {
margin-bottom: 50px !important; }

.m-b-60 {
margin-bottom: 60px !important; }

.m-b-70 {
margin-bottom: 70px !important; }

.m-b-80 {
margin-bottom: 80px !important; }

.m-b-90 {
margin-bottom: 90px !important; }

.m-b-100 {
margin-bottom: 100px !important; }

.m-b-150 {
margin-bottom: 150px !important; }

.m-b-200 {
margin-bottom: 200px !important; }

.m-t-0 {
margin-top: 0px !important; }

.m-t-5 {
margin-top: 5px !important; }

.m-t-10 {
margin-top: 10px !important; }

.m-t-15 {
margin-top: 15px !important; }

.m-t-20 {
margin-top: 20px !important; }

.m-t-25 {
margin-top: 25px !important; }

.m-t-30 {
margin-top: 30px !important; }

.m-t-35 {
margin-top: 35px !important; }

.m-t-40 {
margin-top: 40px !important; }

.m-t-50 {
margin-top: 50px !important; }

.m-t-60 {
margin-top: 60px !important; }

.m-t-70 {
margin-top: 70px !important; }

.m-t-80 {
margin-top: 80px !important; }

.m-t-90 {
margin-top: 90px !important; }

.m-t-100 {
margin-top: 100px !important; }

.m-l-0 {
margin-left: 0px !important; }

.m-l-5 {
margin-left: 5px !important; }

.m-l-10 {
margin-left: 10px !important; }

.m-l-15 {
margin-left: 15px !important; }

.m-l-20 {
margin-left: 20px !important; }

.m-l-25 {
margin-left: 25px !important; }

.m-l-30 {
margin-left: 30px !important; }

.m-l-35 {
margin-left: 35px !important; }

.m-l-40 {
margin-left: 40px !important; }

.m-l-50 {
margin-left: 50px !important; }

.m-l-60 {
margin-left: 60px !important; }

.m-l-70 {
margin-left: 70px !important; }

.m-l-80 {
margin-left: 80px !important; }

.m-l-90 {
margin-left: 90px !important; }

.m-l-100 {
margin-left: 100px !important; }

.m-r-0 {
margin-right: 0px !important; }

.m-r-5 {
margin-right: 5px !important; }

.m-r-10 {
margin-right: 10px !important; }

.m-r-15 {
margin-right: 15px !important; }

.m-r-20 {
margin-right: 20px !important; }

.m-r-25 {
margin-right: 25px !important; }

.m-r-30 {
margin-right: 30px !important; }

.m-r-35 {
margin-right: 35px !important; }

.m-r-40 {
margin-right: 40px !important; }

.m-r-50 {
margin-right: 50px !important; }

.m-r-60 {
margin-right: 60px !important; }

.m-r-70 {
margin-right: 70px !important; }

.m-r-80 {
margin-right: 80px !important; }

.m-r-90 {
margin-right: 90px !important; }

.m-r-100 {
margin-right: 100px !important; }

.m-0 {
margin: 0px !important; }

.m-5 {
margin: 5px !important; }

.m-10 {
margin: 10px !important; }

.m-15 {
margin: 15px !important; }

.m-20 {
margin: 20px !important; }

.m-25 {
margin: 25px !important; }

.m-30 {
margin: 30px !important; }

.m-35 {
margin: 35px !important; }

.m-40 {
margin: 40px !important; }

.m-50 {
margin: 50px !important; }

.m-60 {
margin: 60px !important; }

.m-70 {
margin: 70px !important; }

.m-80 {
margin: 80px !important; }

.m-90 {
margin: 90px !important; }

.m-100 {
margin: 100px !important; }
	
/*padding*/

.no-padding-top {
padding-top: 0 !important; }
	
.no-padding-bottom {
padding-bottom: 0 !important; }

.no-padding {
padding: 0 !important; }

.p-0 {
padding: 0px !important; }

.p-5 {
padding: 5px !important; }

.p-10 {
padding: 10px !important; }

.p-15 {
padding: 15px !important; }

.p-20 {
padding: 20px !important; }

.p-25 {
padding: 25px !important; }

.p-30 {
padding: 30px !important; }

.p-35 {
padding: 35px !important; }

.p-40 {
padding: 40px !important; }

.p-50 {
padding: 50px !important; }

.p-60 {
padding: 60px !important; }

.p-70 {
padding: 70px !important; }

.p-80 {
padding: 80px !important; }

.p-90 {
padding: 90px !important; }

.p-100 {
padding: 100px !important; }

.p-150 {
padding: 150px !important; }

.p-200 {
padding: 200px !important; }

.p-b-0 {
padding-bottom: 0px !important; }

.p-b-5 {
padding-bottom: 5px !important; }

.p-b-10 {
padding-bottom: 10px !important; }

.p-b-15 {
padding-bottom: 15px !important; }

.p-b-20 {
padding-bottom: 20px !important; }

.p-b-25 {
padding-bottom: 25px !important; }

.p-b-30 {
padding-bottom: 30px !important; }

.p-b-35 {
padding-bottom: 35px !important; }

.p-b-40 {
padding-bottom: 40px !important; }

.p-b-50 {
padding-bottom: 50px !important; }

.p-b-60 {
padding-bottom: 60px !important; }

.p-b-70 {
padding-bottom: 70px !important; }

.p-b-80 {
padding-bottom: 80px !important; }

.p-b-90 {
padding-bottom: 90px !important; }

.p-b-100 {
padding-bottom: 100px !important; }

.p-b-110 {
padding-bottom: 110px !important; }

.p-b-120 {
padding-bottom: 120px !important; }

.p-b-130 {
padding-bottom: 130px !important; }

.p-b-140 {
padding-bottom: 140px !important; }

.p-b-150 {
padding-bottom: 150px !important; }

.p-b-200 {
padding-bottom: 200px !important; }

.p-t-0 {
padding-top: 0px !important; }

.p-t-5 {
padding-top: 5px !important; }

.p-t-10 {
padding-top: 10px !important; }

.p-t-15 {
padding-top: 15px !important; }

.p-t-20 {
padding-top: 20px !important; }

.p-t-25 {
padding-top: 25px !important; }

.p-t-30 {
padding-top: 30px !important; }

.p-t-35 {
padding-top: 35px !important; }

.p-t-40 {
padding-top: 40px !important; }

.p-t-50 {
padding-top: 50px !important; }

.p-t-60 {
padding-top: 60px !important; }

.p-t-70 {
padding-top: 70px !important; }

.p-t-80 {
padding-top: 80px !important; }

.p-t-90 {
padding-top: 90px !important; }

.p-t-100 {
padding-top: 100px !important; }

.p-t-110 {
padding-top: 110px !important; }

.p-t-120 {
padding-top: 120px !important; }

.p-t-130 {
padding-top: 130px !important; }

.p-t-140 {
padding-top: 140px !important; }

.p-t-150 {
padding-top: 150px !important; }

.p-t-200 {
padding-top: 200px !important; }

.p-r-0 {
padding-right: 0px !important; }

.p-r-5 {
padding-right: 5px !important; }

.p-r-10 {
padding-right: 10px !important; }

.p-r-15 {
padding-right: 15px !important; }

.p-r-20 {
padding-right: 20px !important; }

.p-r-25 {
padding-right: 25px !important; }

.p-r-30 {
padding-right: 30px !important; }

.p-r-35 {
padding-right: 35px !important; }

.p-r-40 {
padding-right: 40px !important; }

.p-r-50 {
padding-right: 50px !important; }

.p-r-60 {
padding-right: 60px !important; }

.p-r-70 {
padding-right: 70px !important; }

.p-r-80 {
padding-right: 80px !important; }

.p-r-90 {
padding-right: 90px !important; }

.p-r-100 {
padding-right: 100px !important; }

.p-l-0 {
padding-left: 0px !important; }

.p-l-5 {
padding-left: 5px !important; }

.p-l-10 {
padding-left: 10px !important; }

.p-l-15 {
padding-left: 15px !important; }

.p-l-20 {
padding-left: 20px !important; }

.p-l-25 {
padding-left: 25px !important; }

.p-l-30 {
padding-left: 30px !important; }

.p-l-35 {
padding-left: 35px !important; }

.p-l-40 {
padding-left: 40px !important; }

.p-l-50 {
padding-left: 50px !important; }

.p-l-60 {
padding-left: 60px !important; }

.p-l-70 {
padding-left: 70px !important; }

.p-l-80 {
padding-left: 80px !important; }

.p-l-90 {
padding-left: 90px !important; }

.p-l-100 {
padding-left: 100px !important; }

.p-l-180 {
padding-left: 180px !important; }

/*border-radius*/

.b-r-2 {
border-radius: 2px !important; }

.b-r-3 {
border-radius: 3px !important; }

.b-r-4 {
border-radius: 4px !important; }

.b-r-5 {
border-radius: 5px !important; }

.b-r-6 {
border-radius: 6px !important; }

.b-r-7 {
border-radius: 7px !important; }

.b-r-8 {
border-radius: 8px !important; }

.b-r-9 {
border-radius: 9px !important; }

.b-r-10 {
border-radius: 10px !important; }

.b-radius {
border-radius: 50% !important; }

/*float*/

.float-right {
float: right !important; }

.float-left {
float: left !important; }

.float-none {
float: none !important; }

.fullwidth {
width: 100% !important; }

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#footer {
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%
}
#footer .quick-link img {
    height: auto;
    width: 200px;
}

@media(min-width:1024px){
    #footer .quick-link img {
        width: 100%;
    }
}

#footer .footer-head {
    position :relative;
    background-color: #FFF;
    height: auto;
    padding: 0;
}

#footer .footer-first-img{
    position:relative;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:0% 50%;
    width: 100%;
}

#footer .footer-first-img .hold-phone{
    position: absolute;
    width:100px;
    height:auto;
    bottom:0;
    right:0;
    z-index:98;
}

#footer .footer-first-img .stroke{
    position: absolute;
    width:50px;
    height:auto;
    top:10%;
    right:22%;
    z-index:100;
}

#footer .footer-first-img .slogan{
    position:absolute;
    font-family:"Snickles";
    font-size:.8rem;
    line-height:1;
    top:50%;
    right:26%;
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari prior 9.0 */
    transform: rotate(-5deg); /* Standard syntax */
}

#footer .footer-first-img .slogan .slogan-2{
    padding-left:1rem;
}
#footer .footer-first-img .slogan .slogan-2 span{
    color:#EB47B2;
    font-size:1rem;
}

#footer .footer-first-img .font{
    width:100%;
    line-height: 1;
    padding:1rem 0;
}
#footer .footer-first-img .first{
    font-size:1.1rem;
    word-spacing: .2rem;
    color:#2E6486;
    font-family: 'KG Broken Vessels Sketch';
}

#footer .footer-first-img .second{
    font-size:1.9rem;
    word-spacing: .2rem;
    font-family: 'KG Broken Vessels Sketch';
    color:#E53F68;
}
.blue-color{
    color:#2E6486;
}
#footer .footer-first-img .third{
    font-size:.6rem;
    word-spacing: -.1rem;
    color:#2E6486;
    font-family: 'KG Broken Vessels Sketch';
}
@media(min-width:375px){
    #footer .footer-first-img .hold-phone{
        right:3%;
    }
}
@media(min-width:425px){
    #footer .footer-first-img .font{
        width:100%;
        line-height: .8;
    }
    #footer .footer-first-img .first{
        font-size:1.6rem;
        word-spacing: -.2rem;
    }
    
    #footer .footer-first-img .second{
        font-size:2.8rem;
        word-spacing: -.2rem;
    }
    #footer .footer-first-img .third{
        font-size:.9rem;
        word-spacing: -.2rem;
    }
    
}

@media(min-width:768px){
    #footer .footer-first-img .hold-phone{
        width:200px;
    }
    
    #footer .footer-first-img .stroke{
        width:200px;
        top:0%;
        right:20%;
    }
    
    #footer .footer-first-img .slogan{
        font-size:1.5rem;
        line-height:1;
        top:60%;
        right:30%;
    }
    
    #footer .footer-first-img .slogan .slogan-2{
        padding-left:2rem;
    }
    #footer .footer-first-img .slogan .slogan-2 span{
        color:#EB47B2;
        font-size:2rem;
    }
    
    #footer .footer-first-img .font{
        width:100%;
        line-height: .9;
        padding-bottom:2rem;
    }
    #footer .footer-first-img .first{
        font-size:3rem;
        word-spacing: -.5rem;
        color:#2E6486;
        font-family: 'KG Broken Vessels Sketch';
    }
    
    #footer .footer-first-img .second{
        font-size:5.5rem;
        word-spacing: -.8rem;
        font-family: 'KG Broken Vessels Sketch';
        color:#E53F68;
    }
    #footer .footer-first-img .third{
        font-size:1.5rem;
        word-spacing: .3rem;
        color:#2E6486;
        font-family: 'KG Broken Vessels Sketch';
    }

}

@media(min-width:1024px){
    #footer .footer-first-img .hold-phone{
        width:280px;
        right:2%;
    }
    #footer .footer-first-img .font{
        width:100%;
        line-height: .9;
        padding-bottom:3rem;
        padding-top:3rem;
    }
}

@media(min-width:1220px){
    #footer .footer-first-img .hold-phone{
        width:350px;
        right:0;
    }
    
    #footer .footer-first-img .stroke{
        width:250px;
        top:0%;
        right:20%;
        z-index:100;
    }
    
    #footer .footer-first-img .slogan{
        font-size:2rem;
        line-height:1;
        top:50%;
        right:30%;
    }
    
    #footer .footer-first-img .slogan .slogan-2{
        padding-left:3rem;
    }
    #footer .footer-first-img .slogan .slogan-2 span{
        color:#EB47B2;
        font-size:2.5rem;
    }
    
    #footer .footer-first-img .font{
        width:100%;
        line-height: .9;
        padding: 3rem 0;
    }
    #footer .footer-first-img .first{
        font-size:5rem;
        word-spacing: -.5rem;
    }
    
    #footer .footer-first-img .second{
        font-size:9rem;
        word-spacing: -1.5rem;
    }
    #footer .footer-first-img .third{
        font-size:2.5rem;
    }

}

@media(min-width:1440px){
    #footer .footer-first-img .hold-phone{
        width:400px;
        right:5%;
    }
    
    #footer .footer-first-img .stroke{
        width:250px;
        top:0%;
        right:20%;
        z-index:100;
    }
    
    #footer .footer-first-img .slogan{
        font-size:2rem;
        line-height:1;
        top:50%;
        right:30%;
    }
    
    #footer .footer-first-img .slogan .slogan-2{
        padding-left:3rem;
    }
    #footer .footer-first-img .slogan .slogan-2 span{
        color:#EB47B2;
        font-size:2.5rem;
    }
    
    #footer .footer-first-img .font{
        width:100%;
        line-height: .9;
        padding: 4rem 0;
    }
    #footer .footer-first-img .first{
        font-size:5rem;
        word-spacing: -.5rem;
    }
    
    #footer .footer-first-img .second{
        font-size:9rem;
        word-spacing: -1.5rem;
    }
    #footer .footer-first-img .third{
        font-size:2.5rem;
    }

}

/* 
#footer .first-row img {
    position:absolute;
    right:0;
    bottom:-26px;
    z-index:10;
    height:80px;
    width: 160px;
  }

#footer .first-row {
    text-transform: uppercase;
    color: #2E6486;
    font-size: 20px;
    height: auto;
    padding: 0 2rem;
    cursor:default;
}

#footer .second-row {
    text-transform: uppercase;
    color: #2E6486;
    font-size: 18px;
    height: auto;
    padding: 0 0 0 60px;
    cursor:default;
}  */

@media (min-width:768px) {
    #footer .first-row img {
        right:0;
        top:13px;
        height:200px;
        width: 400px;
    }

    #footer .first-row {
        font-size: 40px;
        padding: 0;
    }

    #footer .second-row {
        font-size: 38px;
        padding: 0 0 0 60px;
    }
}

@media(min-width:1024px){
    #footer .first-row img {
        top:0;
        height:250px;
        width: 500px;
    }
}

#footer .footer-img{
    position:relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
}
#footer .email-1{
    position: absolute;
    top:1%;
    left:10%;
    font-family:"Snickles";
    font-size:1rem;
}

#footer .email-2{
    position:absolute;
    top:35%;
    left:15%;
    font-family:"Snickles";
    font-size:1rem;
}

@media(min-width:375px){
    #footer .footer-img{
        height: 64px;
    }  
    #footer .email-1{
        top:1px;
        left:25px;
    }
    
    #footer .email-2{
        top:25px;
        left:40px;
    }
}
@media(min-width:425px){
    #footer .footer-img{
        height: 73px;
    }  
    #footer .email-1{
        top:5%;
        left:10%;
    }
    
    #footer .email-2{
        top:40%;
        left:12%;
    }
}


@media(min-width:768px){
    
    #footer .footer-img{
        background-size:cover;
        background-repeat: no-repeat;
        background-position:100% 50%;
        width: 100%;
        height: 130px;
    }
    
    #footer .email-1{
        top:2%;
        left:10%;
        font-size:2rem;
    }
    
    #footer .email-2{
        top:40%;
        left:12%;
        font-size:2rem;
    }
}

@media(min-width:1024px){
    
    #footer .footer-img{
        height: 150px;
    }
}
@media(min-width:1220px){
    
    #footer .footer-img{
        background-size:cover;
        background-repeat: no-repeat;
        background-position:100% 50%;
        width: 100%;
        height: 200px;
    }
    
    #footer .email-1{
        top:5%;
        left:10%;
        font-size:3rem;
    }
    
    #footer .email-2{
        top:40%;
        left:12%;
        font-size:3rem;
    }
}

@media(min-width:1800px){
    
    #footer .footer-img{
        height: 280px;
    }
}

.subscribe-text{
    font-size:12px;
    margin-bottom:1rem;
}

@media (min-width:768px){
    .subscribe-text{
        font-size:15px;
    }

}

#footer .subscribe {
    color: #FFF;
    text-align: left;
    font-weight: 500;
    background-color: #F7CB34;
    border-top: 0px solid #e5e5e5;
    border-top: 0px solid #ddd;
    height: auto;
    padding: 0 2rem;
}

.input-box {
    height:40px;
    font-size:11px;
}

.inner-button{
    position:relative;
}

.btn-inner{
    position:absolute;
    font-size: 6px;
    background-color:#2E6486;
    right:-30%;
    bottom:13%;    
}

@media (min-width:768px){
.btn-inner {
    font-size:16px;
    bottom:20%; 
    right:-40%;

}
}
@media (min-width:1440px){
    .btn-inner {
        font-size:20px;
        bottom:20%;
        right:-50%;

        }
    }

@media (min-width:768px){
    #footer .subscribe {
        padding: 10px 0;
    }

    .input-box {
        height:60px;
        font-size:1rem;
    }
}

#footer .stayus {
    /* background-color: #8CC73F; */
    background-color:#EB47B2;
    height: auto;
    color: #FFF;
    font-weight: 500;
    box-shadow: inset 1px 4px 9px -6px black;
    cursor:default;
}

#footer .stayus a:hover {
    text-decoration:none;
}

#footer .stayus .stayus-text {
    color: #FFF;
    font-family: "Snickles";
    padding:.5rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

#footer .icon{
    width:2rem;
    margin:0 .1rem;
    height:auto;
}

@media(min-width:768px){
    
    #footer .stayus .stayus-text {
        padding:1rem;
        font-size: 2rem;
    }
    
    #footer .icon{
        width:4rem;
        margin:0 .5rem;
    }
}

@media(min-width:1220px){
    
    #footer .stayus .stayus-text {
        font-size: 3rem;
    }
    
    #footer .icon{
        width:6rem;
        margin:0 1rem;
    }
}

/* #footer .stayus .stayus-text a .envelope:hover{
    background: grey;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer .stayus .stayus-text a .facebook:hover{
    background:#3b5998;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer .stayus .stayus-text a .instagram:hover{
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

/* @media(min-width:768px){
    #footer .stayus .stayus-text a {
        font-size: 20px;
    }
} */

#footer .quick-link {
    /* background-color: #78797D; */
    background-color: black;
    border-top: 0px solid #e5e5e5;
    border-top: 0px solid #ddd;
    height: auto;
    text-align: left;
    box-shadow: inset 2px 4px 9px -6px black;
    cursor:default;
}

#footer .quick-text {
    color: #FFF;
    font-size:15px;
    font-weight:bold;
}

#footer .quick-link ul {
    list-style-type: none;
    padding: 5px 0;
}

#footer .quick-link ul li a {
    color: #FFF;
    font-size:13px;
}

@media (min-width:768px){
    #footer .quick-link {
        padding: 10px 30px 10px 0;
    }
    
    #footer .quick-text {
        font-size:25px;
    }
    
    #footer .quick-link ul li a {
        padding: 5px 0;
        font-size:15px;
    }
}


#footer .copyright-content {
    background-color: #6A6A6C;
    border-top: 0px solid #e5e5e5;
    border-top: 0px solid #ddd;
    min-height: 1px;
    padding: 5px 2rem;
    cursor:default;
}
 
#footer .copyright-content .copyright-text {
    color: #FFF;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}


@media (min-width:768px){
    #footer .copyright-content .copyright-text {
        font-size: 15px;
    }
}

#footer .email-2 input{
    border: 0px solid red;
    border-radius: 4px;
    font-family:'Open sans';
}

textarea:focus, input:focus{
    outline: none;

}

#footer .email-2 ::placeholder{
    font-family:'Snickles';
    color:black;
}

.js-cookie-consent{
    position:fixed;
    z-index:101;
    bottom:0;
    padding:20px 10px;
    text-align:center;
    width:100%;
    background-color:#fffbdb;
    border-color: #fffacc;
}
