@charset "utf-8";
/* CSS Document */ 
 
body {
	color: #E5E5E5;
	background-color: #2D3438; 
	font-family: 'Dosis', sans-serif;
}  
.text-grey {
	color: #E5E5E5;
}

.jumbotron {
	padding:2rem 1rem;
	margin-bottom:2rem;
	background-color:#292F33;
border-radius:.3rem
}  
.jumbotron2 {
	padding:2rem 1rem;
	margin-bottom:2rem;
	background-color:#020202;
border-radius:.3rem
} 
.jumbotron-fluid {
	padding-bottom: 30px;
} 
.padbotf {
	padding: 30px;
}
.marbotf {
	margin-bottom: 30px;
}
.padtb {
	padding-top: 50%;
	padding-bottom: 50%;
} 
.img-thumbnail {
	background-color:#4E5961;
	border:1px solid #525252;
} 
.dropdown-menu {
	background-color:#D6D6D6;
} 
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Callout */

.callout {
	color: #ffffff;
	display: table;
	height: 750px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:100% auto;
	background-attachment: fixed;
	background-image: url(../img/callout.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
@media (max-width: 1280px) {
 .callout {
 height: 600px;
} 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
 .callout {
 height: 400px;
}
 .pad-sm {
	padding-top: 30px;
} 
.padtop {
	padding-top: 10px; 
}  

}
}
 @media (max-width: 1000px) { 
 .padtb {
	padding-top: 0%;
	padding-bottom: 0%;
} 

 .callout {
 height: 280px;
}  

 
 @media (max-width: 468px) { 

 .callout {
 height: 150px;
}  

h3,h4 {
	font-size:16px
} 
h1,h2 {
	font-size:18px;
	font-weight: bold;
}