@charset "utf-8";
/* CSS Document */

body {
	font-display: fallback;
}

p {
	font-family: "Acumin-pro", sans-serif;
	font-weight: 300;
	font-size: 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Atrament-web", "Impact", sans-serif;
}

h1 {
	font-size: 2.25rem;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 2.5rem;
	font-weight: bold;
}

h6 {
	font-size: 1.75rem;
	letter-spacing: .5px;
}

.em-jumbo {
	font-style: italic;
	font-weight: bold;
	border-bottom: #333 5px dotted;
	text-transform: uppercase;
	font-size: 2.9rem;
}

.card-deck {
	margin: 0px 0px 25px;
}

.card {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
	border-radius: 10px;
	border: solid;
	border-width: 1px;
	border-color: #000;
	width: 18%;
	float: left;
	margin: 1%;
	padding: 10px;
	text-align: center;
}

.card:hover {
	box-shadow: inset 0 0 5px #FC0;
}

.card-img-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 100%;
}

.card-title {

	font-size: 2rem;
	font-family: "Atrament-web", "Impact", sans-serif;
}

.text-muted {
	font-size: 1.25rem;
}

.staff {
	font-size: 15rem;
}

.flip-hori {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* Glyph-Icon Mod */

.glyphicon {
	padding: 1px;
}

/* Container */

.container-fluid {
	max-width: 1200px;
}

/* Header */

	/* clearfix for wide */
.header-clear {
	
}

.header-links {
	float: right;
	margin-top: 25px;
}

.header-logo {
	margin-bottom: 25px;
	max-width: 356px;
	max-height: 46px;
}

/* Navigation */

.navbar {
	min-height: 100px;
	margin-bottom: 0px;
}

.navbar a {
	font-family: "Atrament-web", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.navbar-header {
	padding: 10px;
}

.navbar-nav {
	padding: 25px;
}

.navbar-white {
	background-color: #FFF;
	border: none;
}

.n-style {
	float: right;
	padding-left: 0px;
}

.n-style a {
	color: #000 !important;
}

/* Jumbotron */

.jumbotron h1 {
	font-size: 4rem;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}

.jumbotron h5 {
	font-size: 3rem;
	font-weight: 100;
	text-align: center;
}

#jumbo-home {
	background-image: url(/images/team-1.jpg);
	background-size: cover;
	background-position: center;
	background-position: 50% 30%;
	padding-top: 75px 0px 15px;
}

/* Footer */

.footer-black {
	background-color: #000;
	color: #CCC;
}

.footer-black a {
	color: #FC0;
}

/* Buttons */

.btn {
	font-family: "Atrament-web", sans-serif;
	font-size: 1.75rem;
}

.btn-nav {
	padding: 5px !important;
	border-width: 1px;
	border-style: solid;
	border-radius: 3.5px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	font-style: italic;
	line-height: 1rem;
	vertical-align: middle;
	margin: 12px;
	float: left;
}

.btn-call {
	color: #000;
	background-color: #FFF;
	border-color: #000;
}

.btn-call:hover, .btn-call:active {
	color: #FFF;
	background-color: #000;
}

.btn-rescue {
	color: #000;
	background-color: #FC0;
	border-color: #FC0;
}

.btn-rescue:hover, .btn-rescue:active {
	color: #000;
	background-color: #FFF;
}

.btn-lg {
	font-weight: bold;
	font-size: 2.5rem;
}

.gold-glyph {
	color: #000;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.gold-glyph:hover, .gold-glyph:active {
	color: #FC0;
}

.y {
	color: #000;
	background-color: #FC0;
	border-radius: 3.5px;
	border: 1px;
	border-style: solid;
	border-color: #FC0 !important;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.y:active, .y:hover {
	background-color: #FFF;
	color: #000;
}

.card-deck {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

.card-deck .card {
    display: inline-block;
    width: 100%;
  }
	
.card-deck .card {
  margin-bottom: 0.75rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.half-deck {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width:992px) {
	
	.header-clear {
		clear: both;
	}
	
	.header-links {
		float: right;
		margin-top: 0px;
	}
	
	.n-style {
		margin-top:-25px;
		float: left;
	}
	
	.card {
	width: 23%;
	}

.card-deck {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	}
	
.half-deck {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
	
}

@media (max-width: 768px) {
  .card-deck {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
}

@media (max-width:767px) {
	
	.header-clear {
		margin-top: 25px;
	}
	
	.header-clear-bot {
		clear: both;
		margin-top: 0px;
	}
	
	.btn-nav {
		margin: 8px 12px 25px;
		line-height: 2.25rem;
	}
	
	.btn-call {
		float: left;
	}
	
	.btn-rescue {
		float: right;
	}
	
	.n-toggle {
		float: left;
		margin-top: -59px;
		margin-left: 13px;
		width: 48px !important;
		border-color: #000 !important;
	}
	
	.icon-bar {
		background-color: #000 !important;
		width: 100% !important;
	}
	
	.header-logo {
		width: 100%;
		margin-bottom: 0px;
	}
	
	.header-links a {
		float: left;
		font-weight: 100;
	}
	
	.n-style {
		margin-top: 0px;
		float: none;
		text-align: center;
		padding: 10px 25px
	}
	
	.dropdown-menu > li > a {
		padding: 5px 15px !important;
		text-align: center;
	}
	
	h6 {
		font-size: 1.25rem;
	}
	
	.card {
		width: 31.3%;
	}
}

@media (max-width: 450px) {
	
	.btn-call {
		margin-right: 0px;
	}
	
	.card {
		width: 48%;
	}
	
	.half-deck {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}