﻿html, body {
    margin: 0px;
    padding: 0px;
}
.skip2Main {
    font-size: 5px;
    font-weight: lighter;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}

.carousel img {
    width:100% !important;
    min-width:75% !important;
    height:300px;
    min-height:175px;   
    border-radius:2%;
}

.carousel-caption {
    background-color:white;
    border-radius:2%;
    color:black;
    opacity:0.9;    
}

.topBottomPaddingCarousel {
    padding-top:1%;
    padding-bottom:2%;
}
.cardPadding {
    padding-top:3%;
    padding-bottom:3%;
}
.cardImage {
    width:150px;
    height:75px;
    padding-top:3%;    
}

.card-header{
    font-weight:bold;
}

.awardSectionPadding {
    padding-top:3%;
    padding-bottom:3%;
}

#contentBImage {
    background-image:url('Images/ComeEarly.jpg');
    background-repeat:no-repeat;
    background-size:100% 100%;
    padding-bottom:10%;
    padding-top:10%;
}

#newHeading a {
    color:#34103b;
    text-decoration:none;    
}

#newHeading {    
    text-align:center;
    padding-top:1%;
}

#collapseNew {
    padding-bottom:1px;
    padding-top:1px;
    text-align:center;
}

#soonHeading a {
    color:#34103b;
    text-decoration:none;    
}

#soonHeading {
    padding-top:1%;
    padding-bottom:1%;
    text-align:center;
}

#collapseSoon {    
    padding-bottom:1%;    
    text-align:center;
}

#borderbox h4 {
    background-color:white;
    border:.25px white;
    margin-top:-10px;
    position:absolute;
    text-align:center;   
}

.content-section-a {
    background-color:#79bac1;
    padding:15px 0;
}

.content-section-b {
    background-color:#f1f3f4;
    border-radius:15px 15px;
    color:#34103b;
    opacity:0.9;    
}

#awardHeading {
    background-color:#34103b;
    border-radius:2%;
    opacity:.9;
    color:white;
    text-align:center;
    padding-bottom:1%;
    padding-top:1%;
}
#awardHeading a {
    color:white;
    text-decoration:none;
}

.marginLeft {
    margin-left:15%;
}
.padLeftRight {
    padding-left: .5%;
    padding-right: .5%;
}