html, body {
    margin: 0;
    padding: 0;
	width: 100vw;
    height: 100vh;
}

html { overflow-x: hidden !important; }

body {
	background-color: #313131;
}

.header {
    position: fixed;
    width: 100vw;
    height: 14vh;
    background-color: #212121;
    z-index: 1;
}

.inner_header {
	
    width: 90vw;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.logo_container {
    height: 100%;
    display: table;
    float: left;
}

.logo_container h1 {
    color: wheat;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Dongle', sans-serif;
    font-size: 64px;
}


@media (min-width:1563px){
    .toggled-nav {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }
    .toggled-nav li {
        background-color: #313131;
        padding: 15px;
        display: flex;
        border-radius: 16px;
    }

    .navigation {
        float: right;
        height: 100%;
    }

    .navigation a {
        height: 0%;
        float: left;
        padding: 0px 10px;
        display: table;
    }

    .navigation a:last-child {
        padding-right: 1;
    }


    .navigation a li {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

    .navigation li {
        background-color: #313131;
        padding: 15px;
        display: flex;
        border-radius: 16px;
    }

    .navigation li:hover {
        background-color: #414141;
    }

    #hampurilaisia {
        visibility: hidden;
        width: 0px;
        height: 0px;
        
    }
}

@media (max-width:1563px) {
    #hampurilaisia {
        visibility: visible;
        float: right;
		z-index: 1;
    }

    .toggled-nav {
        visibility: hidden;
        margin: 0%;
    }

    .navigation {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }


    .toggleCls{
        visibility: visible;
    }

    .toggled-nav li {
        background-color: #696969;
        padding: 15px;
        display: flex;
        border-radius: 16px;

    }

    .toggled-nav li:hover {
        background-color: #414141;
    }

    .toggled-nav {
        float: right;
        height: 100%;
		padding-top: 14vh;
    }

    .toggled-nav a {
        height: 0%;
        padding: 10px 0px;
        display: table;
    }


    .toggled-nav a li {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

    .toggled-nav a li {
        background-color: #696969;
        padding: 15px;
        display: flex;
        border-radius: 16px;
    }

    .toggled-nav li:hover {
        background-color: #414141;
    }

}



.container {
    min-height: 100%;
}

.main {
    overflow: auto;
    height: 100%;
    width: 100%;
    
}

.footer {
    background-color: #212121;
    position: relative;
    height: 7vh;
    width: 100%;
    clear: both;
    position: fixed;
    bottom: 0;

    
}

.trademark{
    display: table;

    height: 100%;
    width: 210px;
    float: left;
}

#footertext {
    font-family: "Ceviche One";
    font-size: 20;
    color: rgba(245, 245, 245, 0.9);

    padding-left: 10px;

    display: table-cell;
    vertical-align: middle;

}



.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .toggled-nav a:link, .toggled-nav a:visited, .toggled-nav a:hover, .toggled-nav a:active {
    color: white;
    text-decoration: none;
    font-family: 'Dongle', sans-serif;
    font-size: 32px;
}
/*
.subjects{
    width: 90%;
    margin: 14vh auto;
	z-index: -1;
}

.subject {
    width: 90%;
    height: 30%;
    position: relative;
    background-color: #212121;
	z-index: -1;
}


.spacer {
    position: absolute;
    padding-top: 120px;
}




.home-paragh {
    font-size: 32px;
    color: aliceblue;
    font-family: 'Nunito', sans-serif;
    margin-left: 20vh;
    padding-bottom: 5vh;
}
*/