:root {
    --electric-blue: #64CCC9;
    --gray-matter: #54585A;
    --diploma-white: #F9F6E5;
    --pi-mile: #D6DBD4;
    --tech-dark-gold: #857437;
    --tech-medium-gold: #A4925A;
    --buzz-gold: #EAAA00;
    --navy-blue: #003057;
    --bold-blue: #3A5DAE;
    --bright-horizon: #FF640F;
    --impact-purple: #5F249F;
    --olympic-teal: #008C95;
    --body-padding: 4em 0;
}

main {
    color: black;
}

img {
    width: 100%;
}

.nav-bar-container {
    padding: 1em;
}

#bottom-header {
    margin-bottom: 0px !important;
}

.nav-bar-container li:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.nav-bar-container a {
    color: var(--gray-matter) !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}

.nav-bar-container a:hover {
    box-shadow: 0 5px 2px -2px var(--tech-dark-gold);
}

.active-page {
    box-shadow: 0 5px 2px -2px var(--tech-dark-gold);
}

@media (max-width: 780px) {
    .sticky-mobile {
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .headline {
        margin-top: 100px;
    }

    .navbar-mobile {
        background-color: rgba(0, 48, 87, 0.9) !important;
        border-style: none;
    }

    .nav-bar-container {
        padding: 0px !important;
    }

    .nav-bar-container a {
        color: var(--diploma-white) !important;
    }

    .nav-bar-container a:hover {
        box-shadow: none !important;
    }

    #bottom-header {
        padding: 0px !important;
    }
}

.headline {
    padding: 0 2em 2em 2em;
}

.headline p {
    margin-top: 2em;
    font-size: 1.2em;
}

.headline h1 {
    font-weight: bold;
    font-size: 3em;
    color: var(--gray-matter);
}

.headline span {
    color: var(--tech-dark-gold);
}

.headline a {
    color: var(--tech-dark-gold);
}

.headline a:hover {
    text-decoration: none;
    box-shadow: 0 5px 2px -2px var(--tech-dark-gold);
}

.headline h4 {
    font-size: 1.2em;
}

.headline-info h4 {
    border-bottom-style: solid;
    border-bottom-color: var(--electric-blue);
    padding: .2em 0;
}

.gtGoldBars {
    margin: 0px;
}

.body1 {
    padding: var(--body-padding);
    background-color: #262626;
    color: white;
    display: flex;
}
.bodyImage1Container {
    padding: 40px;
}

.body1 img {
    border-radius: 20px;
    box-shadow: var(--diploma-white) 0px 15px 25px;
}

.body1 h2 {
    font-weight: bold;
    margin-bottom: 1em;
}

.body1 span {
    color: var(--tech-medium-gold)
}

.homePageBodyButtons {
    margin-top: 2em;
}

.homePageBodyButtons a {
    border-style: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.1em;
}

.homePageBodyButtons a:hover {
    text-decoration: none;
}

#innovationButton {
    background-color: var(--tech-medium-gold);
    color: white;
}

@media (max-width: 780px) {
    .body1 {
        padding: 40px 10px;
    }
    .bodyImage1Container {
        padding: 30px 15px 0px 15px;
        margin-top: 20px;
    }
    .body1 img {
        box-shadow: none;
        border-radius: 0px;
    }
}
.body2 {
    padding: var(--body-padding);
}
.body2 img {
    margin-top: 60px;
    border-radius: 20px;
    box-shadow: var(--bold-blue) 0px 15px 25px;
}
.body2 span {
    color: var(--bold-blue);
}
.body2 h2 {
    margin-bottom: 1em;
    font-weight: bold;
}

#studentsButton {
    background-color: var(--bold-blue);
    color: white;
}

.bodyImage2ContainerMobile {
    display: none;
}

@media (max-width: 780px) {
    .body2 {
        padding: 40px 10px;
    }
    .bodyImage2Container {
        display: none;
    }
    .bodyImage2ContainerMobile {
        display: block;
    }
    .body2 img {
        box-shadow: none;
        border-radius: 0px;
        margin-top: 40px;
    }
}

.body3 {
    padding: var(--body-padding);
    background-color: var(--diploma-white);
}

.body3 h2 {
    margin-bottom: 1em;
    font-weight: bold;
}

.body3 span {
    color: var(--impact-purple);
}

.bodyImage3Container {
    padding-top: 30px;
}

.body3 img {
    border-radius: 10px;
    box-shadow: var(--impact-purple) 0px 15px 25px;
}

#collaborationButton {
    background-color: var(--impact-purple);
    color: white;
}

@media (max-width: 780px) {
    .body3 {
        padding: 30px 10px;
    }
    .body3 img {
        box-shadow: none;
        border-radius: 0px;
        margin-top: 10px;
    }
}

.gtWhiteBars {
    margin: 20px 0px;
}
#inlineQuote {
    font-style: italic;
}

.steveLetter {
    padding: var(--body-padding);
    padding-left: 3em;
    padding-right: 3em;
}

.steveLetter h1 {
    color: var(--tech-dark-gold);
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.steveLetter p {
    color: var(--gray-matter);
}

.steveSignature {
    margin-top: 50px;
    text-align: right;
}

.steveSignature p {
    font-style: normal;
}

.steveSignature img {
    width: 250px;
}

.stevePicture img {
    border-radius: 5px;
}

/* innovation.html styles */

.innovationHeader {
    text-align: center;
    padding-bottom: 20px;
}

.innovationHeader h1 {
    color: var(--tech-dark-gold);
    margin: 0px;
    font-weight: bold;
}

.innovationBody {
    padding: 75px;
    padding-top: 20px;
}

.innovationBody h2 {
    font-weight: bold;
    color: #003057;
}

.innovationBody h3 {
    color: var(--tech-dark-gold);
}

.innovationBody h4 {
    color: var(--gray-matter);
}

.innovationBody a {
    color:#3A5DAE;
    text-decoration: none;
    font-style: italic;
}

.innovationImageContainer {
    display: flex;
    padding: 2em 0;
    justify-content: space-between;
}

.innovationImageContainer img {
    width: 49%;
}

@media (max-width: 780px) {
    .innovationBody {
        padding: 30px 20px;
    }
    .innovationImageContainer {
        flex-wrap: wrap;
    }
    .innovationImageContainer img {
        flex: 100%;
        margin: 10px 0px;
    }
}

/* students.html styles */
.studentsHeader {
    text-align: center;
    color: var(--tech-dark-gold);
    padding-bottom: 20px;
}

.studentsHeader h1 {
    margin: 0px;
    font-weight: bold;
    color: var(--tech-dark-gold);
}

.studentsBody {
    padding: 75px;
    padding-top: 20px;
}

.studentsBody h2 {
    font-weight: bold;
    color: var(--bold-blue);
}

.studentsBody h3 {
    color: var(--navy-blue);
}

.studentsBody a {
    color:#3A5DAE;
    text-decoration: none;
    font-style: italic;
}

.studentsBody li {
    margin: 25px 0px;
    list-style-type:square;
}

.studentsImageContainer {
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
}

.studentsImageContainer img {
    width: 49%;
}
@media (max-width: 780px) {
    .studentsBody {
        padding: 30px 20px;
    }
    .studentsImageContainer {
        flex-wrap: wrap;
    }
    .studentsImageContainer img {
        flex: 100%;
        margin: 10px 0px;
    }
    .studentsBody ul {
        padding: 0px 15px;
    }
}

/* collaboration.html styles */
.collaborationHeader {
    text-align: center;
    color: var(--impact-purple);
    padding-bottom: 20px;
}

.collaborationHeader h1 {
    margin: 0px;
    font-weight: bold;
    color: var(--tech-dark-gold);
}

.collaborationBody {
    padding: 75px;
    padding-top: 20px;
}

.collaborationBody h2 {
    font-weight: bold;
    color: var(--impact-purple);
}

.collaborationBody h3 {
    color: var(--navy-blue);
}

.collaborationBody a {
    color:#3A5DAE;
    text-decoration: none;
    font-style: italic;
}

.collaborationBody li {
    margin: 25px 0px;
}

.collaborationImageContainer {
    display: flex;
    padding: 2em 0;
    justify-content: space-between;
}

.collaborationImageContainer img {
    width: 49%;
}

@media (max-width: 780px) {
    .collaborationBody {
        padding: 30px 20px;
    }
    .collaborationImageContainer {
        flex-wrap: wrap;
    }
    .collaborationImageContainer img {
        flex: 100%;
        margin: 10px 0px;
    }
}

/* publications.html styles */
.publicationsHeader {
    text-align: center;
    color: var(--bright-horizon);
    padding-bottom: 20px;
}

.publicationsHeader h1 {
    margin: 0px;
    font-weight: bold;
    color: var(--tech-dark-gold);
}

.publicationsBody {
    padding: 75px;
    padding-top: 20px;
}

.publicationsBody h2 {
    font-weight: bold;
    color: var(--olympic-teal);
}

.publicationsBody h3 {
    color: var(--navy-blue);
}

.publicationsBody a {
    color: var(--bold-blue);
    text-decoration: none;
}

.publicationsBody li {
    margin: 25px 0px;
}

.publicationsImageContainer {
    display: flex;
    padding: 1em 0;
    justify-content: space-between;
}

.publicationsImageContainer img {
    width: 49%;
}
@media (max-width: 780px) {
    .publicationsBody {
        padding: 30px 20px;
    }
    .publicationsImageContainer {
        flex-wrap: wrap;
    }
    .publicationsImageContainer img {
        flex: 100%;
        margin: 10px 0px;
    }
}
/* team.html styles */
.teamHeader {
    text-align: center;
    padding-bottom: 20px;
}

.teamHeader h1 {
    color: var(--tech-dark-gold);
    margin: 0px;
    font-weight: bold;
}

.teamBody {
    padding: 75px;
    padding-top: 20px;
}
.teamBody img {
    margin-bottom: 10px;
}
.teamBody sup {
    color: var(--gray-matter);
    font-style: italic;
}
@media (max-width: 780px) {
    .teamBody {
        padding: 30px 20px;
    }
}