@font-face {
    font-family: 'hurme-webfont';
    src: url('/fonts/hurmegeometricsans2_black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'hurme-webfont';
    src: url('/fonts/hurmegeometricsans2_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'hurme-webfont';
    src: url('/fonts/hurmegeometricsans2_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'hurme-webfont';
    src: url('/fonts/hurmegeometricsans2_semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'hurme-webfont';
    src: url('/fonts/hurmegeometricsans2-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.background {
    background-color: #16191f;
    color: #fff8f8;
}
header {
    font-family: 'hurme-webfont';
    font-weight: 900;
    font-size: 50px;
    overflow: hidden;
    color: #fff8f8;
    text-align: center;
}
header h1 {
    padding: 0;
    margin: 1%;
}
h2::after {
    content: "";
    display: block;
    margin: auto;
    width: 100%;
    height: 4px;
    margin-top: .75%;
    margin-bottom: .75%;    
    background-color: #FFFFF2;
    border-radius: 2px;
}
hr {
    width: 100%;
}
body {
    font-family: 'hurme-webfont';
    font-weight: 600;
    margin: 0;
}
.body-wrapper {
    width: 75%;
    margin: auto;
}
.destination-div {
    text-align: center;
}
.target-buttons {
    justify-content: center;
    display: grid;
    column-gap: 2%;
    grid-template-columns: 32% 32% 32%;
}
.target-buttons div a {
    display: block;
    color: #fff8f8;
    font-size: 125%;
    text-decoration: none;
    background-color: #313e58;
    -webkit-box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.5);
    margin: 0 2% 0 2%;
    width: 100%;
    padding: 20% 0 20% 0;
    margin: 0;
    border-radius: 1.5vh;
    transition: transform .25s ease, background-color .25s ease, border .25s ease;
}
.target-buttons div a:hover {
    transform: scale(102%);
    background-color: #505c72;
    outline: .1vh solid #FFFFF2;
}
.target-buttons div a img {
    display: block;
    margin: auto;
}
#statuslink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #fff8f8;
    font-size: 125%;
    text-decoration: none;
    background-color: #313e58;
    -webkit-box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.5);
    margin: 1.5vh 0 0 0;
    width: 100%;
    padding: .25vh 0 .25vh 0;
    border-radius: 1vh;
    transition: transform .25s ease, background-color .25s ease, border .25s ease;
}
#statuslink:hover {
    transform: scale(102%);
    background-color: #505c72;
    outline: .1vh solid #FFFFF2;
}
#statuslink svg {
    width: 3.5vh;
    display: inline-block;
    margin: 0 .5vh 0 0;
}
@media (max-width: 1000px) {
    header {
        font-size: 245%;
    }
    .body-wrapper {
        width: 85%;
    }
}
@media (max-width: 700px) {
    .mobile-spacing {
        margin-bottom: 6%;
    }
    #status-div {
        display: block;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .target-buttons {
        grid-template-columns: 100%;
    }
    .footer-spacing {
        margin-bottom: 100px;
    }
    header {
        font-size: 230%;
    }
@media (max-width: 600px) {
    header {
        font-size: 185%;
    }
}
@media (max-width: 500px) {
    header {
        font-size: 165%;
    }
}
@media (max-width: 450px) {
    header {
        font-size: 135%;
    }
}
}
