@import url('https://fonts.googleapis.com/css?family=Oswald:200|Bree+Serif');

html, body {
    font-family: 'Oswald', Avenir, sans-serif;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    height: 100%;
}

body {
    background: url('../img/background.jpg') center bottom no-repeat;
    background-size: cover;
    color: #828FA1;
    padding: 10px;
}

.brand {
    font-family: 'Bree Serif';
    font-weight: 400;
    font-size: 4rem;
    margin-top: 2.9rem;
}

.slogan {
    font-weight: 200;
}

.contact {
    margin-top: 2rem;
}

.contact .fas,
.contact .fab {
    margin-right: 1.1rem;
    font-size: 3.5rem;
}

.contact a .fas,
.contact a .fab,
.contact a {
    color: inherit;
}

.contact a:hover .fas,
.contact a:hover .fab,
.contact a:hover {
    color: #528abd;
    text-decoration: none;
}

.center {
    text-align: center;
}

.row {
    padding: 0;
    margin: 0;
}

@media (min-aspect-ratio: 3901/2726){
    /* Cut off top */
    /*html {
    border-top: 1vh solid red;
    }*/
}

@media (orientation: landscape) {
    /* Landscape */
    html, body {
        min-height: 48vw;
        font-size: 1.2vw;
    }

    @media (max-width: 1199.98px){
        html, body {
            min-height: 53vw;
            font-size: 1.5vw;
        }
    }

    .slogan {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    .visible-prt {
        display: none;
    }

    .hidden-prt {
        display: inline;
    }
}

@media (max-aspect-ratio: 3901/2726) {
    /* Cut off sides */
    /*html {
    border-left: 1vw solid red;
    border-right: 1vw solid red;
    }*/
}

@media (orientation: portrait) {
    /* Portrait */
    html, body {
        min-height: 100vw;
        font-size: 2vw;
    }

    @media (max-width: 575.98px){
        html, body {
            min-height: 150vw;
            font-size: 3.4vw;
        }
    }

    .slogan {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-top: 2rem; 
    }

    .visible-prt {
        display: inline;
    }

    .hidden-prt {
        display: none;
    }
}
