@font-face {
    font-family: bank-gothic;
    src: url("Bank-Gothic-Font/bankgothic-regular.ttf");
}

@font-face {
    font-family: eurostile-medium;
    src: url("Eurostile-Medium.otf");
}

@font-face {
    font-family: microgamma-med;
    src: url("MicrogrammaExtDMed.otf");
}

@font-face {
    font-family: microgamma-bold;
    src: url("MicrogrammaExtDBol.otf");
}

body {
    font-family: eurostile-medium;
}

#topleft {
    position: absolute;
    top: 1%;
    left: 1%;
}

#topright {
    position: absolute;
    top: 1%;
    right: 1%;
}

#topmid {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#video {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 80vh;
}

#centered {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
    font-family: microgamma-med;
}

a:hover {
    font-family: microgamma-bold;
}

#about {
    position: absolute;
    left: 1vw;
    max-width: 47vw;
    top: 5vh;
}

#contact {
    position: absolute;
    right: 1vw;
    max-width: 47vw;
    top: 5vh;
    text-align: right;
}