

h1, h2 {
	color: #4696d7;
}



.red {
	color: red;
}

.btn-primary {
	background-color: #4696d7 !important;
	border-color: #4696d7 !important;
}

.btn-primary:hover {
	background-color: #3c6cb1 !important;
	border-color: #3c6cb1 !important;
}






/*********************/
/*** Homepage Cover ***/
/*********************/
.cover-video {
    background-image: url("../assets/video-thumbnails/ortho-cover.jpg");
    background-position: center center;
    background-size: cover;
}



/************************/
/** Cover Video **/
/************************/
.background-video-container-overlay {
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	background-color: rgba(50,50,50,0.5); /* This controls the color and transparency of the video overlay */
}


  


/***************************/
/*** Welcome Banner ***/
/***************************/
#welcome-banner-emergency {
	background-image: url("../img/welcome-emergency-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	height: auto;
}


.background {
	background-image: url("../img/welcome-emergency-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	height: auto;
}



/***************************/
/*** Multiple Options Banner ***/
/***************************/
#multiple-options {
background-color: #3c6cb1;
}

#multiple-options h2 {
	color: white;
	font-weight: 800;
	font-size: 1.75em;
}

#multiple-options .btn-primary {
	background-color: #4696d7 !important;
	border-color: #4696d7 !important;
}

#multiple-options .btn-primary:hover {
	background-color: #1D4C8E !important;
	border-color: #1D4C8E !important;
}




/*****************************/
/** instagram banner **/
/*****************************/
#instagram-banner {
	padding: 60px 40px;
	background-image: url("../img/welcome-background.svg");
	background-size: 400px 400px;
	background-position: center center;
}

#instagram-banner h1 a {
	text-align: center;
	margin-bottom: 30px;
}






/*****************************/
/** footer banner **/
/*****************************/
#footer h2 {
    color: #4696d7;
}

#footer a {
	 color: #4696d7;
}

#footer .social .fa {
	 color: #4696d7;
}




