html, body {
	background: #ecf0f1;
}

header {
	padding: 15px 0px 15px;
	margin-bottom: 80px;
	background: #bdc3c7;
	font-size: 15px;
	line-height: 22px;
}

header a, header a:hover, header a:focus {
	color: #34495e;
}

.icon {
	font-size: 40px;
	vertical-align: middle;
	padding-right: 10px;
}

.right {
	text-align: right;
}

.under-tile-image {
	min-height: 80px;
}

.tile {
	background: #fff;
}

.btn.btn-primary {
	background-color: #3498db;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn-group:focus .btn.btn-primary.dropdown-toggle {
	background-color: #59aae1;
}

.btn.btn-primary:active {
	background-color: #2980b9;
}

@media (max-width: 992px) {

	header {
		margin-bottom: 20px !important;
	}

	header * {
		text-align: center !important;
	}

	.tile {
		margin-bottom: 20px;
	}

	.under-tile-image {
		min-height: inherit !important;
	}
}

@font-face {
	font-family: 'entypo';
	src: url('../fonts/entypo.eot');
	src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

.entypo {
	font-family: 'entypo';
}

/* IMAGE LOG CHANGE */
.image-x {
	position: absolute;
	display: inline-block;
	bottom: 5%;
	left: 53%;
}

.image-arrow {
	position: absolute;
	display: inline-block;
	bottom: -55%;
	left: 38%;
}

@media (max-width: 992px) {
	.image-arrow {
		display: none;
	}
	.image-x {
	position: absolute;
	display: inline-block;
	bottom: 30%;
	left: 35%;
}
}

