body{
	overflow-x: hidden;
}
.content-wrapper{
	min-height: 100%;
	margin-top: 250px;
	margin-left: 100px;
	margin-right: 100px;
}

.content-wrapper h1{
    width: 100%;
    text-align: center;
    font-family: dense;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.content-wrapper img{
	object-fit: cover;
	width: 100%;
	height: 700px;
	object-position: center center;
	margin-bottom: 30px;
}

.content-wrapper p{
    margin-left: 100px;
    width: calc(100% - 200px);
    box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-family: dense;
	line-height: 35px;
	font-size: 15px;
	font-family: avenir, lato;
}

.content-wrapper a{
	text-decoration: underline;
	font-family: avenir, lato;
}