.site-header, .row{
	text-align: center;
}

body{
	background-color: white;
}

.row{
	text-transform: uppercase;
	font-family: Cormorant Garamond;
	font-size: 2rem;
}

.container{
	width: 992px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

img{
	max-width: 100%;
	height: auto;
}