@media (max-width:575px){
#hero h1 {
    font-size: 30px;
}
#highLights img {
    width: 150px;
}


}

@media (min-width:576px) and (max-width:767px){
#hero h1 {
    font-size: 40px;
}
#highLights img {
    width: 100px;
}


}

@media (min-width:768px) and (max-width:991px){
#hero h1 {
    font-size: 50px;
}
#highLights img {
    width: 100px;
}
.container-fluid {
    width: 100%;
}
section {
    width: 100%;
}

.container-fluid #articles .col-xl-10.offset-xl-1 .row .col-md-4 h3 {
    font-size: 15px;
}






}

@media (min-width:992px) and (max-width:1199px){
#hero h1 {
    font-size: 60px;

}


}

@media (min-width:1200px){
#hero h1 {
    font-size: 70px;
}
#highLights img {
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
#tsaEvents .row .col-xl-3 {
    width: 100%;
}





}
#hero {
    position: relative;
}
#hero h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFFFFF;
    font-family: impact;
    text-shadow: -2px 2px 5px #000000;
}
#highLights {
    margin-top: 20px;
}

#highLights img {
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
#highLights h2 {
    text-align: center;
    color: #A2191B;
}
#highLights p {
    text-align: center;
}
#features {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(155,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(155,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(155,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(155,0,0,1.00) 100%);
    margin-top: 10px;
}
#features h2 {
    text-align: center;
    color: #000000;
}
#features p {
    color: #FFFFFF;
}
#articles {
    margin-top: 20px;
}
#articles h3 {
    text-align: center;
    font-size: 20px;
}
footer {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#scienceCourses {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#scienceCourses h2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#scienceCarousel {
    width: 100%;
    max-width: 1600px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #363636;
}
.carousel-caption {
    color: #000000;
    background-color: #D9D9D980;
    border-radius: 28px;
}
#techVideo {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#techVideo h2 {
    width: 100%;
    text-align: center;
}
#techThumbnails {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#techThumbnails h2 {
    width: 100%;
}
#engineeringFirms {
    text-align: center;
}
#engineeringFirms h2 {
    width: 100%;
    text-align: center;
}
.row h3 {
    width: 100%;
    text-align: center;
}
#mathCourses {
    text-align: center;
    margin-top: 20px;
}
#mathTeachers {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
#mathHighlights {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tsaEvents {
    text-align: center;
    padding-top: 10px;
}
#tsaProjects {
    text-align: center;
}
#tsaOfficers {
    text-align: center;
}
#fblaEvents {
    text-align: center;
}
#fblaAdvisors {
    text-align: center;
}
