body {
    margin:0;
    display:flex;
    align-content:center;
    justify-content:center;
    min-height:100vh;
    padding: 0 0 5vw 5vw;
}

/************************/
/* Titles               */
/************************/


h1, h2, h3, h4, h5, nav{font-family: 'Noto Sans Mono', Monospace;}

h1 {
    font-size: 5em;
    font-weight: 600;
    color:indianred;
}

.subtitle {
    font-family: "Noto Sans Mono", monospace;
    font-weight: 200;
    text-align: center;
    font-size: 3rem;
    color: lightgray;    
}

p{
    font-family:  "Noto Sans Mono", monospace;
    font-weight:400;
    font-size:1.4em;
    line-height: 1.6em;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
}

/************************/
/* Navigation and Links */
/************************/

nav {

}

nav ul{
    list-style:none;    
}

nav ul li{
    font-family:  "Noto Sans Mono", monospace;
    font-weight:200;
    font-size: 3em;
    margin-top:1em;
    
}


a:link {
  color: indianred;
}

a:visited {
    color: indianred;
}

a:hover {
    text-decoration: none;
    background: indianred;
    color: floralwhite;
}

a:active {
    background: floralwhite;
    color: indianred;
}

#menu {
    display: flex;
    align-content: start;
    justify-content: start;
    flex-direction: column;
}

#content {
    display:flex;

}


#title {
    font-size: 5em;
    font-weight: 600;
    margin-bottom: 0;
}

#me {
    align-self:end;
    width:100%;

}


footer {
    display:flex;
    align-content:end;
    justify-content:center;
    padding: 50px;
    background-color: lightgrey;
}





@media (max-width: 1920px) {
    section{
	margin-left:5vw;
    }

    #banner {
	margin-left: 50px;
    }

    #banner-content{
	max-width:50vw;
    }

    #title {
	margin-top: 50px;
    }

    nav ul {
	margin-top:0;
    }
    nav ul li{
	font-family:  "Noto Sans Mono", monospace;
	font-weight:200;
	font-size: 3em;
	margin-top:0.5em;	
    }
    

}

@media (max-width: 1150px) {
    body{
	flex-direction:column-reverse;
	align-items:center;
    }
    
    #banner-menu{
	width:60vw;
    }

    #menu {
	width:75vw;
	/*margin-top:-7em;*/
	z-index:1;
    }

    #content{
	width:75vw;

	overflow:hidden;
    }
       
    #title{
	align-self:center;
	margin-top:0;
	/*margin-bottom:0.5em;*/
	color:indianred;
	text-align:center;
    }

    #me{
	width:50%;
	margin:auto;
    }

}

@media (max-width:800px) {
    #menu {
	
    }

    #me{
	width:80%;
    }
    

}

@media (max-width: 750px) {
    h1 {
        font-size: 3em;
        font-weight: 400;
    }
    #title{
	font-size: 4em;
    }

/*    #banner{
	margin-left:0;
    }

    #banner-menu{
	width:90vw;
    }
 */
    nav ul li{
	font-family:  "Noto Sans";
	font-weight:200;
	font-size: 1.8em;
	margin-top:1.8em;
    }
    
    #menu{
	width:80vw;
    }
    #content{
	width:100vw;
	max-width:100vw;
    }
    #me{
	width:50%;
	min-width:300px;
    }
    
}
