html { max-height: 100%;
    background-color: #f5e3bf; 
    
}

body {
	font: 100%/1.4 Times, sans-serif;
	margin: 0;
	padding: 0;
    color: #717456;
    color: #23290f;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

ul {
    list-style-type: none;
}

h1 {
    font-weight: 100;
}

h2 {
    font-weight: normal;
}

h3 {
    margin-bottom: 0;
    margin-top: 50px;
    padding-bottom: 0;
}

h2, h3, h4, h5, h6 {
    color: #23290f;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

a { color: #23290f;
    text-decoration: none;
}

figure {
    margin-bottom:0;
    margin-top: 5px;
}

figcaption {
    color: #23290f;
    text-decoration: none;
    margin-bottom: 2px;
}

a:hover { color: #f58f83;}

.header{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.banner {
	/* for positioning */
	width: 100%;
	height: 800px;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
    background-image: url(background.jpg);
    color: #f5e4da;
}

.banner-title {
	font-size: 100px;
	margin-bottom: 10px;
	text-align: center;
}
.banner-desc {
	font-size: 22px;
	text-align: center;
}

.largercontainer {
    position: relative;
    top: 800px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex:nowrap;
    justify-content: space-around;
    padding-top: 15px;
    background-color: #f3dbe0;
    background-color: #f5e4da;
}

.projects-list {
    align-content: center;
    display: flex;
    float: left;
    flex-direction: column;
    text-align: center;
    line-height: 4;
    font-size: 18px;
}


.main {
    align-content: center;
    display:flex;
    float: left;
    flex-direction: column;
    text-align: center;
}

.pro-stuff {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    float: left;
    flex-direction: column;
    text-align: center;
    line-height: 0;
    line-height: 10;
    font-size: 18px;
}

.footer {
    display: flex;
    padding: 100px 0;
    background-color: #f5e3bf;
    position: relative;
    text-align: center;
}
