@charset "UTF-8";
/* CSS Document */

body {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	margin:0;
}
.main-row {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50vh;
	margin: 0;
	padding: 0;
}
.black-bg {
	background-color: #000;
}
.main-row img {
	width:90%;
	max-width: 960px;
	min-width: 280px;
	height: auto;
}
.black-bg img {
	max-width: 600px;
	min-width: 280px;
	height: auto;
}

.main-row a {
	text-align: center;
	text-decoration: none;
}
.main-row a h2 {
	color: #000;
	margin: 20px;
	font-weight: normal;
}

.black-bg a h2 {
	color: #FFF;
}