/* ############## Default ############## */
nav,
header,
footer{
    display: block;
}
body{
    line-height:1;
    margin:0;
}

label{
    font-size: 35px;
    font-weight: 600;
}

p{
    font-size: 28px;
    line-height: 1.2;
}

article p{
    font-size: 35px;
    padding: 20px;
}

.container{
    width: 100%;
    margin: auto;
    padding-top: 4% ;
    padding-bottom: 4%;
}
.row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row::after{
    display: table;
    clear: both;
    content: "";
}

.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25%;}
.col-4{width: 33.33%;}
.col-5{width: 41.66%;}
.col-6{width: 50%;}
.col-7{width: 58.33%;}
.col-8{width: 66.66%;}
.col-9{width: 75%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}
.col-12{width: 100%;}

*{
    box-sizing: border-box;
}

/* ############## Nav Bar ############## */
nav{
    width: 100%;
    margin: 0;
}
nav ul{
    background-color: #eee;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.topnav li{
    list-style: none;
    float: left;
}

ul.topnav li.topnav-right{
float: right;
}

ul.topnav li a{
    display: block;
    text-decoration: none;
    min-height: 16px;
    text-align: center;
    padding: 14px;
    text-transform: uppercase;
    color: #666;
}
ul.topnav li a:hover{
    background-color: #b12a5b;
    color: #fff;
}
ul.topnav li.dropdownIcon{
    display: none;
}

/* ############## Custom Styles ############## */
   
#section-1-gradient {
    /* background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    background: #d299c2;
    background: -webkit-linear-gradient(to top, #d299c2 0%, #fef9d7 100%);
    background: -o-linear-gradient(to top, #d299c2 0%, #fef9d7 100%);
    background: -moz-linear-gradient(to top, #d299c2 0%, #fef9d7 100%);
    background: linear-gradient(to top, #d299c2 0%, #fef9d7 100%); */
    
    background: #cf556c;
    background: -webkit-linear-gradient(to left, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    background: -o-linear-gradient(to left, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    background: -moz-linear-gradient(to left, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    background: linear-gradient(to left, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

div.box{
    text-align: center;
    margin: 24px;
    padding: 36px 24px 40px 24px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15),
    0 2px 3px 0 rgba(0,0,0,0.1);

}

div.image1 img{
    display: block;
    margin: auto;
    box-shadow: -2px -2px 10px 2px #b12a5b,2px 2px 10px 2px #ff8177 ;

}

button{
    font-size: 28px;
    font-weight: 700px;
    color: #ffffb3;
    background-color: #b12a5b;
    padding: 15px 60px;
    display: block;
    text-align: center;
    margin: 5px;
    border-radius: 7px;

}
button.LearnMore{
    display: block;
    margin: auto;
}

div.icon{
    width: 100%;
}

div.leftside-col{
    margin-left: 15%;
}

div.rightside-col{
    margin-left: 15%;
}

h1.larger{
    color: #ffc34d;
    font-size: 56px;
    margin: 0;
    line-height: 70px;
}
h1.large{
    color: #ffffb3;
    font-size: 48px;
    margin: 0;
    line-height: 45px;
}

h2.small{
    color: #ffffb3;
    font-size: 25px;
    margin: 0;
    line-height: 45px;
}

h1.section2Header{
    font-size: 56px;
    text-align: center;
}

footer.foot{
    background-color: #eee;
    padding-left: 10%;
}

footer.foot h1{
    color: #b12a5b;
    font-size: 35px;
}

footer.footsy{
    background-color: #eee;
    padding-left: 10%;
}

footer.footsy h2{
    float: right;  
}

footer.footsy h2 a{
    display: block;
    text-decoration: none;
    min-height: 16px;
    text-align: center;
    padding: 14px;
    color: #666;
}

footer.footsy h2 a:hover{
    background-color: #b12a5b;
    color: #fff;
}


/* ############## Mobile ############## */
@media screen and (max-width:680px) {
    ul.topnav li:not(:nth-child(1)){
        display: none;
    }
    ul.topnav li.dropdownIcon{
        display: block;
        float: right;
    }

    ul.topnav.responsive li.dropdownIcon{
        position: absolute;
        top: 0;
        right: 0;
    }

    ul.topnav.responsive{
        position: relative;
    }

    ul.topnav.responsive li{
        display:inline;
        float: none;
    }

    ul.topnav.responsive li a{
        display: block;
        text-align: left;
    }

    h1.section2Header{
        font-size: 50px;
    }

    article p{
        font-size: 25px;
    }

    .col-6,
    .col-4,
    .col-7,
    .col-5,
    .col-1{
        width: 100%;
        margin: 0;
    }

    div.wow{
        width: 50%;
        display: block;
    }

    div.footsy h2 a{
        display: block;
        text-align:center;
        margin: 0;
    }

    div.box{
        padding: 5px;
        display: block;
    }

    div.image1{
        margin: 15px;
    }

    div.image1 img {
        width: 100%;
    }

    div.leftside-col,div.rightside-col{
        margin: 15px;
    }

    div.VideoContainer iframe{
        position: relative;
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
}
