@font-face {
    font-family: 'Gothic720BT';
    src: url(../webfonts/GOTH720BT.TTF),
    url("../webfonts/GOTH720BT.TTF") format("ttf");
}

body {
    background-color: black;
    color: rgb(255, 255, 255);
    font-family: 'Gothic720BT', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: rgb(255, 255, 255);
}

#contact-links {
    text-align: left;
    font-size: 2rem;
}

#contact-links a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-right: 10px;
}

#contact-links {
    margin-top: max(calc((100vw / 1.415 / 2) - (75vw / 4.41109 + 15vh)), 4rem);
    padding-bottom: calc(100vw / 1.415 / 10);
}

svg {
    height: 3rem;
    width: auto;
    margin-bottom: -.85rem;
}

#image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#logo {
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20vh;
}

#logo svg{
    height: calc(60vw / 4.41109);
}

#content {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: calc(100vh - 4rem);
    max-width: min(100rem, calc(100vw - 4rem));
    font-size: 1.5rem;
}

#headimg{
    height:150px;
    overflow: hidden;
}

#footer-wrapper{
    display: flex;
    flex-direction: column;
    width:100%;
    align-items: center;
    position: sticky;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

#footer{
    /*font-family: 'HandleGothicBT', 'Arial', sans-serif;*/
    text-align: center;
    font-size: 1rem;
}

#footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#footer ul li{
    margin-right: 10px;
}

#footer ul li:last-child{
    margin: 0;
}

#footer a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}