@charset "utf-8";
/* CSS Document */

h1{
    font-size: 32 pixels;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif
		
}
h2{
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
nav {
    position: fixed;
    display: block;
    color: white;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100px;
    background-color: cadetblue;
    top:0;
}
.navlist {
    overflow: hidden;

}
.navlistitem {
    float: left;
}
.navlistitem a {
    text-decoration: none;
    display: block;
    padding-left: 0px;
    padding-right: 120px;
	
}
.headeritem {
}

ul{
	list-style-type: none;
}
.projectdescriptionul{
	list-style-type: circle
}
.navlink { a, a:visited: color: blue
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left=50%;
}
.marginleft {
	margin-left: 200px;
}
.imagetxtline{
	display:flex;
	align-items:center;
	flex-direction: row;
	}