body {
    margin: 0;
    background-color: black;
    font-family: "Source Sans Pro", sans-serif;
}

body,
html {
    height: 100%
}

@media screen and (min-width: 601px) {
    div.middle {
        font-size: 2vw;
        top: 50%;
    }
}

@media screen and (max-width: 600px) {
    div.middle {
        font-size: 16px;
        top: 55%;
    }

    img {
        width: 120%
    }
}

.bgimg {
    background-image: url('');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.topleft {
    position: absolute;
    top: 10px;
    left: 25px;
}

.topright {
    position: absolute;
    top: 10px;
    right: 25px;
}

.bottomleft {
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.middle {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}

h1 {
    font-family: Montserrat, sans-serif;
    color: black;
    margin-bottom: -35px;
}

p {
    font-family: Montserrat, sans-serif;
}

.btnbig {
    background-color: #e5c100;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    color: black;
}

.brandcolor {
    color: #e5c100;
}

a:link {
    color: #e5c100;
    text-decoration: none;
}

a:visited {
    color: #e5c100;
    text-decoration: none;
}

a:hover {
    color: #777;
    text-decoration: none;
}

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