@charset."UTF-8";
@font-face {
    font-family: "continental";
    src: url("../typeface/Continental Bold.woff2");
}

body {
    background-color: white;
    margin-top:1vh;
    margin-left:1.28vh;
}

h1 {

    font-family: "continental";
    text-align: left;
    letter-spacing:-1.15;
    font-size: 2vw;
    line-height: 1.85vw;
    color:black;
}

a {
    text-decoration: none;
    color:black;

}

a:hover {
    color:#707070;
}

.caps {
    font-feature-settings: "case", "cpsp";

}

@media (max-width: 1200px) {

  h1 {
    font-size: 3.2vw;
    line-height: 2.8vw;
    letter-spacing:-0.5;

  }
}

@media (max-width: 1000px) {

  h1 {
    font-size: 3vw;
    line-height: 2.6vw;
    letter-spacing:-0.5;

  }
}

@media (max-width: 800px) {

  h1 {
    font-size: 4vw;
    line-height: 3.5vw;
    letter-spacing:-0.25;

  }
}