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

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


h1, h2, h3, h4, h5, {font-family: 'Noto Serif', Serif;}

h1 {

}

span.cdot{
    color:indianred;
    font-weight:900;
    
}


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

p{
    font-family:  "Noto Sans";
    font-weight:200;
    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";
    font-weight:200;
    font-size: 1.4em;
    margin-top:1em;
    
}


a:link {
  color: black;
}

a:visited {
  color: black;
}

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;
    width:33vw;
}

#content {
    display:flex;
    max-width:50vw;
}


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

#me {
    align-self:end;
    width:100%;
    min-width:600px;
}


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";
	font-weight:200;
	font-size: 1.8em;
	margin-top:0.5em;	
    }
    

}

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

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

    #content{
	width:100vw;
	max-width:100vw;
	overflow:hidden;
    }
       
    #title{
	align-self:center;
	margin-top:0;
	margin-bottom:50px;
	color:whitesmoke;
    }

    #me{
	width:60vw;
	margin:auto;
    }

}

@media (max-width: 750px) {
    h1 {
        font-size: 3rem;
        font-weight: 400;
    }

    #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:70vw;
	min-width:450px;
    }
    
}
