html {
	font-size: 12px;
}

@media screen and (min-width: 577px) and (max-width: 768px) {
	html {
		font-size: 14px;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	html {
		font-size: 16px;
	}
}

@media screen and (min-width: 993px) {
	html {
		font-size: 18px;
	}
}

#mainNavigation, h1, h2, h3, h4, h5, h6 {
	font-family: 'Tomorrow', sans-serif;
}

.navbar-brand h6 {
	padding: 0 10px;
	color: #888;
	text-decoration: none;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
}

.navbar-brand h6:hover {
	color: #fff;
	border-color: #fff;
}

nav, footer {
	background-color: #000;
}

.navbar-brand img {
	width: 160px;
	height: 40px;
}

#navbarResponsive a.nav-link {
	color: #888;
}

#navbarResponsive a.nav-link:hover {
	color: #fff;
}

body {
	font-family: 'Saira Semi Condensed', sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

header {
	padding: 206px 0 30px;
	background-image: url("../img/header-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	header {
		background-attachment: scroll;
	}
}

header .btn-outline-light, header .btn-outline-warning {
	width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 3px;
	font-weight: bold;
	font-style: italic;
}

header .btn-outline-light {
	background-color: rgba(247,247,247, 0.5);
}

header .btn-outline-warning {
	background-color: rgba(240,173,78, 0.5);
}

header #imgInfo {
	text-align: right;
	padding-top: 100px;
	font-size: 0.5em;
	font-style: italic;
	color: rgba(255,255,255,0.7);
}

section {
	padding: 100px 0;
}

#profile {
	background-image: url("../img/profile.jpg");
	width: 200px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}

#profile #blanket {
	width: 200px;
	height: 250px;
	border-radius: 0 0 10px 10px;
	opacity: 0.7;
	z-index: 1;
	position: absolute;
}

#profile #blanketText {
	color: #aaa;
	z-index: 2;
	position: absolute;
}

#badges {
	padding-left: 5vw;
	padding-right: 5vw;
}

.lab-item-icon {
	font-family: 'Tomorrow', sans-serif;
}

.lab-item {
	color: #000;
}

.lab-item:hover, .lab-item:focus {
	color: #e68a00;
}

.Ag47Au79 {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: -100;
}
