html, 
body { color: #333; font-family: "PT Sans", sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #666; border: 0; color: #fff; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-size: 1.4em; margin: 0; }
h2 { font-size: 2em; font-weight: 700; margin: 26px 0; }
h3 { font-size: 2.2em; margin: 46px 0 22px; }
h4 { font-size: 1.6em; margin: 46px 0 12px; }
h5 { font-size: 1.4em; margin: 46px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

/* Paragraphs & Lists */
p { line-height: 1.6em; margin: 26px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
header { background-color: #333; background-image: url("../images/background.jpg"); background-size: cover; background-position: center; color: #fff; justify-content: space-between; padding: 94px 12% 48px; }
header h1 { font-size: 2.5em; font-weight: 700; margin-bottom: 52px; text-transform: uppercase; }
header h1 strong { display: block; font-size: 2.2em; }
header h1 span { display: block; font-size: 1.8em; }

header p { align-items: center; display: flex; font-size: 1.1em; gap: 12px; }
header p img { margin-left: 14px; }
.btn-style { background: #fff; border-radius: 8px; color: #263C4A; font-size: 1.3em; font-weight: 700; padding: 4px 10px; }
.btn-style:hover { background: #EFF4F8; }
header .btn-style { font-size: 1.1em; }

#translation-widget { left: 14px; position: absolute; top: 8px; }
#translation-widget label { left: -9999px; position: absolute; }
#translation-widget select { background: transparent; border: 0; color: #fff; font-size: .9em;}
#google_translate_element { display: none; }

#social-media { position: absolute; right: 14px; top: 8px; }
#social-media img { height: 22px; margin-left: 8px; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; }
#mobile-menu .line { background: #fff; display: block; height: 3px; left: 0; margin: 0 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }
#mobile-menu .line.btm { margin: 0; }

.ada-element { left: -9999px; position: absolute; }

/* General Formatting */
#content > section { padding: 64px 12% 78px; }

.row { display: flex; gap: 5%; justify-content: space-between; margin: 0; }
.row:before,
.row:after { display: none; }
#content .row > div { padding: 0; }

/* Footer */
#footer-top { align-items: center; background-image: url("../images/background.jpg"); background-size: cover; background-position: center; color: #fff; display: flex; justify-content: space-between; padding: 68px 12%; }
#footer-top .btn-style { display: inline-block; }
#footer-top span { display: block; margin-top: 8px; }
#footer-top > div:first-of-type { text-align: center; }
#footer-top img { height: 92px; margin-left: 22px; }
#footer-btm { align-items: center; background: #013758; color: #fff; display: flex; justify-content: space-between; padding: 12px 12%; }
#footer-btm a { color: #fff; }
#footer-btm a:hover { color: #d4dfe8; }
#footer-btm p { margin: 4px 0; }

/* Homepage */

.mtg h2 { align-items: center; background: #263C4A; color: #fff; display: flex; padding: 10px 12px; text-transform: uppercase; }

#replacement { background: #EFF4F8; }
a.snake-btn { background: #263c4a; border-radius: 8px; color: #fff; display: inline-block; padding: 5px 14px; }
a.snake-btn:hover { background: #142129; }

#what-we-heard { background-image: url("../images/ear.svg"); background-size: 12%; background-repeat: no-repeat; background-position: center right 12%; padding-right: 30% !important; }

#timeline { background: #eff4f8; }
#timeline-table { margin-bottom: 30px; width: 100%; }
#timeline-table thead th { background: #263C4A; color: #fff; }
#timeline-table th, 
#timeline-table td { border: 1px solid #fff; padding: 10px 14px; }
#timeline-table td { background: #CFD6DB; }

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 19px; }
    p { line-height: 1.8em; margin: 32px 0; }

    #what-we-heard { background-size: 9%; padding-right: 26% !important; }
}

@media screen and (max-width: 1240px) {
    #content > section { padding: 32px 6%; }

    header { padding: 78px 8% 14px; }
    header h1 { font-size: 2em; }
    header h1 strong { font-size: 1.8em; margin: 5px 0; }
    header h1 span { font-size: 1.4em; }

    #footer-top { padding: 48px 8%; }
    #footer-btm { padding: 9px 8%; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.4em; margin: 16px 0; }
    h3 { font-size: 1.6em; margin: 24px 0 0; }
    h4 { font-size: 1.4em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.4em; }
    button { font-size: .9em; padding: 4px 10px; }

    #content > section { padding: 22px 6%; }
    .row { display: block; }

    .mtg h2 { padding: 6px; }
    .mtg h2 img { height: 34px; }
    
    #timeline-table { font-size: .85em; }
    #timeline-table th,
    #timeline-table td { padding: 3px 8px; }

    #footer-top img { height: 54px; }
}

@media screen and (max-width: 768px) {
    #content > section { padding: 16px 8%; }
    
    header h1 { font-size: 1.7em; }
    header h1 strong { font-size: 1.6em; margin: 5px 0; }
    header h1 span { font-size: 1.1em; }
    header .btn-style { font-size: .9em; line-height: 1.2em; }
    header p { font-size: 1em; }
    
    #what-we-heard { background-size: 16%; padding-right: 32% !important; }
    
    footer { text-align: center; }
    #timeline-table-area { border: 1px solid #555; margin-bottom: 24px; overflow: auto; padding: 8px; width: 100%; }
    #timeline-table { font-size: .8em; margin: 0; width: 768px; }
    #timeline-table th,
    #timeline-table td { line-height: 1.1em; padding: 6px 4px; }

    #footer-top { display: block; padding: 8px 8%; }
    #footer-top > div { margin: 26px 0; }
    #footer-btm { display: block; padding-bottom: 14px; }
    #footer-btm p { margin: 10px 0; }
}

@media screen and (max-width: 500px) {
    #social-media { top: 38px; }
    header { padding-top: 90px; }
}