@import 'application.css';

header{
	background: none;
}

@media only screen and (max-width: 1000px) {

img#homepageimage{
    display: none;
}

body{
    font-size: 0.8em;
}

header{
    display: block;
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin-left: auto;
    margin-right: auto;

    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 200;
}

.divider{
    height: 100vh;
}

.menu#burger{
    display: none;
}

h2#name{
    display: block;
    margin-left: 4%;

}

nav#navbar{
    margin-top: 35%;
}
