@import url(http://fonts.googleapis.com/css?family=Lato);
html, body, .container:first-child, .wrapper {
	height: 100%;
}

a {
	color: #c03;
}

body {
	font-family: "Lato";
	color: #000;
	background: url('../images/main_landing.jpg') no-repeat center top/cover #fff;
	height: 100%;
}

.wrapper {
	display: flex;
	align-items: center;
}

h2 {
	color: #c03;
}

.tag-line {
	margin-bottom: 20px;
	font-size: 1.2em;
}

.country {
	color: #c03;
	padding: 20px 0px;
	display: block;
	font-size: 1.1em;
	text-align: center;
	transition: background-color 1s, color 1s;
}

.country img {
	width: 50px;
}

.country:hover, .country:focus, .country:active {
	background-color: rgba(204, 0, 51, 0.95);
	text-decoration: none;
	color: #fff;
	transition: background-color 1s, color 1s;
}

@media(max-width: 680px) {
	.wrapper {
		display: block;
		padding-top: 20px;
	}

	.container {
		background: rgba(255, 255, 255, 0.5);
	}
}

@media(min-width:1300px) {
	.container {
		width: 1280px;
	}
}
