/* Utility styles */

.center {
	text-align: center;
}

.space-top {
	margin-top: 15px;
}

.space-bottom {
	margin-bottom: 15px;
}

.fb-blue {
	color: #3b5998;
}

.tw-light-blue {
	color: #00aced;
}

.g-red {
	color: #dd4b39;
}

.ln-blue {
	color: #007bb6;
}

/* Overrides */

body {
	background-color: #f7f7f7;
}

.btn-danger {
	background-color: #b40101;
}

#download button.btn a {
        font-weight: bold;
	color: #fff;
}

#download button.btn a:hover {
	text-decoration: none;
        font-weight: bold;
	color: #fff;
}


/* Custom styles */

header {
	background-color: #f7f7f7;
	border-bottom: 2px solid #b40101;
	padding: 10px 0;
}

p#email {
	word-wrap: break-word;
}

section {
	background-color: #e5e5e5;
}

#social {
	margin-top: 10px;
	margin-bottom: 10px;
}

footer {
	width: 100%;
	position: relative;
	bottom: 0;
	background-color: #f7f7f7;
	border-top: 2px solid #b40101;
	padding: 5px 0 0 0;
}

footer p#legal {
	font-size: 8px;
}

footer p#full a {
	text-decoration: underline;
	color: #b40101;
}


/* Responsive styles */


/* Tablets */
@media (min-width: 768px) {

	#download {
		margin: 25px 0 55px 0;
	}

	#info {
		padding: 100px 0 0 0;
	}

	#social {
		margin-top: 75px;
                margin-bottom: 25px
	}

	section {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	footer {
	position: relative;
	bottom: 0;
	background-color: #f7f7f7;
	border-top: 2px solid #b40101;
	padding: 25px 0 0 0;
}

}

