html {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 4px;
    height: 100%;
    width: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Crimson Pro', serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    background-color: #FFFFFF;
}

a,a:hover:focus:visited {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.background-vid {
    position: fixed;
    width: 100%;
    height: 100%;
}

.background-vid video {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.lighten-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF66;
}

.main-content {
    display: block;
    position: absolute;
    top: 0%;
    width: 100%;
    background-color: #FFFFFFCC;
}

.main-content .est-name {
    text-align: left;
    color: #000000;
    font-family: 'Crimson Pro', serif;
    font-size: 6rem;
    padding: 1rem;
}

.main-content .hahaa {
    font-size: 1.5rem;
}

.main-content .hahaa img {
    vertical-align: middle;
}

.discord {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);\
}

.discord img {
    height: 5rem;
    width: 5rem;
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 10px;
    }
}

@media screen and (orientation: portrait) and (max-width: 600px) {
    .background-vid video {
        transform: translateX(-30%);
    }
}
