/* Firefox Bootstrap Fix */
.container .row {
	clear:both;
}

/* Rounded Corner Fix */
.card, .card-img-top {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* Classes */
.inner-shadow {
	text-shadow: 1px 1px black, -1px -1px #444;
}
.header {
	background: repeating-linear-gradient(
		-45deg,
		#000C16,
		#000C16 2px,
		#001221 2px,
		#001221 4px
	);
	color: white;
}
.card {
	height: 100%;
}
.card-header {
	font-size: 18px;
	text-align: center;
}
.card-img-top {
	margin: 0;
	padding: 0;

	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.badge {
	color: white !important;
	background-color: #6c757d;
}
.badge-success {
	background-color: #009e15;
}
.badge-warning {
	background-color: #e2aa00;
}
.badge-danger {
	background-color: #b50000;
}
.badge.project {
	background-color: #6dace0;
}
.badge.accomplishment {
	background-color: #009e15;
}
.badge.under-development {
	background-color: #e2aa00;
}

/* Elements */
body {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
}
.header a, .badge a {
	color: white;
	text-decoration: none;
}
.header a:hover, .header a:active, .badge a:hover, .badge a:active {
	font-weight: bold;
	color: #6dace0 !important;
	text-decoration: none;
}
.header a:visited, .badge a:visited {
	font-weight: none;
	color: white;
	text-decoration: none;
}

/* ID's */
#bg_high {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
 	transform: scale(1.025); 
}
#bg_med {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
 	transform: scale(1.025); 
}
#bg_low {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-position: center;
	background-image: url('../images/bg_edmonton_low.jpg');
	background-repeat: no-repeat;
	background-size: cover;

	filter: blur(5px);
	-webkit-filter: blur(5px);
 	transform: scale(1.025); 
}
#header_static {
	min-width: 295px;
	position: fixed;
	display:  none;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
#nav_name {
	font-size: 30px;
	color: #6dace0;
}
#nav_phone img {
	margin: auto auto auto 5px;
}
#nav_email img {
	margin: auto auto auto 5px;
}
#wrapper {
	width: 100%;
}
#header {
	margin-top: 15px;
	margin-bottom: 15px;
}
#title_area {
}
#title_area #name {
	padding-left: 35px;
	line-height: 50px;

	color: #6dace0;
	font-size: 50px;
	font-weight: bold;
}
#title_area #field {
	padding-left: 40px;

	font-size: 23px;
	font-weight: bold;
}
#title_area #goal {
}
#title_area #goal img {
	margin: auto 10px;
}
#contact_area {
}
#contact_area img {
	margin: auto 10px;
}

/* Media Settings */
@media (max-width: 575px) {
	#header {
		margin-top: 0 !important;
	}
}
@media (max-width: 767px) {
	#nav_name {
		font-size: 18px;
	}
	#nav_hide_phone {
		display: none;
	}
	#nav_hide_email {
		display: none;
	}
	#nav_hide_download {
		display: none;
	}
	#nav_phone img, #nav_phone a {
		width: 25px;
		height: 25px;
		margin: auto;
		padding-right: 5px;
	}
	#nav_email img, #nav_email a {
		width: 25px;
		height: 25px;
		margin: auto;
	}
	#nav_contact {
		display: inline-flex;
		padding: 5px;
	}
}