/* ==========================================================================
   Core
   ========================================================================== */

html,
body {
	height: 100%;
	background-color: #fff;
}
body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #575657;
	font-family: "Open Sans", Courier, monospace !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
	font-weight: 700;
}
.form-control:-ms-input-placeholder {
	color: #000;
	font-weight: 700;
}
.form-control::-ms-input-placeholder {
	color: #000;
	font-weight: 700;
}

/* ==========================================================================
   Links and Navigation
   ========================================================================== */

a {
	font-weight: 500;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:hover {
	text-decoration: none;
}
a:active,
a:visited,
a:link {
	color: #000;
}
a:hover {
	color: #575657;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.img-logo {
	max-width: 380px;
	margin: 3em auto;
}

footer {
	padding: 2em 0;
}

.credit {
	font-size: 0.8rem;
}

.social {
	text-align: left;
	margin-top: 1.5em;
}

.social a {
	margin: 0 10px 0 0;
	color: #575657;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 1rem;
	text-align: center;
	transition: all 0.2s ease-out;
	border: solid 1px #575657;
}

.social a i {
	vertical-align: bottom;
	line-height: 40px;
}

.social a:hover {
	background: transparent;
	color: #000;
	border-color: #000;
}

#cover {
	padding: 5em 0;
	text-align: center;
	background: url("../img/cover.jpg") center no-repeat;
	background-size: cover;
}

/* ==========================================================================
   Media Queries: iPad Retina
   ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
   Media Queries: iPad Mini
   ========================================================================== */

/* iPad Mini [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* iPad Mini [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ==========================================================================
   Bootstrap Queries
   ========================================================================== */

@media (max-width: 575.98px) {
	.img-logo {
		max-width: 260px;
		margin: 2em auto;
	}
	#cover {
		padding: 2.5em 0.5em;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.img-logo {
		max-width: 260px;
		margin: 2em auto;
	}
	#cover {
		padding: 2.5em 0.5em;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
