/* This stylesheet generated by Transfonter (https://transfonter.org) on August 21, 2017 3:22 PM */

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Heavy.eot');
	src: url('Merriweather-Heavy.eot?#iefix') format('embedded-opentype'),
		url('Merriweather-Heavy.woff2') format('woff2'),
		url('Merriweather-Heavy.woff') format('woff'),
		url('Merriweather-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('Oswald-Regular.eot');
	src: url('Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		url('Oswald-Regular.woff2') format('woff2'),
		url('Oswald-Regular.woff') format('woff'),
		url('Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    background-color: white;
    color:white;
    font-family:sans-serif, serif;
}

h1 {
    font-weight:bold;
    padding-bottom:2px;
    padding-top:30px;
    white-space: nowrap;
    color:black;
    text-align: center;
}

h2 {
    font-family:'Oswald', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight:bold;
}

p {
    font-family: 'Merriweather', sans-serif;
    line-height: 18px;
    font-size:15px;
}

#project {
    border: black 5px solid;
    background-color:#0F5DAB;
    margin-top:15px
}
#img-container {
    background-color: white;
    width:auto;
    margin:auto;
}

.top-image {
    padding-top: 10px;
    padding-bottom: 5px;
}