/*
 * Copyright (c) 2021 Wisk E Biskit.
 */

body {
    font-family: 'Roboto', sans-serif;
    color: #353535;
    background-color: #ede9f2;
    margin: 0;
}

footer {
    width: calc(100vw - (100vw - 100%)) !important;
    height: 10vh;
    background-color: #353535;
    color: #ede9f2;
    display: flex;
    align-items: center;
}

.full-screen {
    height: 100vh;
    width: calc(100vw - (100vw - 100%)) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-heading {
    font-size: 5vh;
    margin-left: 5vw;
}

.logo {
    height: 10vh;
    align-self: flex-end;
    margin-right: 2vw;
    margin-bottom: 2vw;
}

.ml-1 {
    margin-left: 1rem;
}

@media only screen and (max-width: 1200px) {
    .full-screen {
        justify-content: center;
        flex-direction: column;
    }
    .main-heading {
        margin: 0 0 20vh;
    }
    .logo {
        margin: 0;
        align-self: center;
    }
}
