



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





/***************************/
/*** Welcome Banner ***/
/***************************/
#welcome-banner-implants {
	background-image: url("../img/welcome-bg-implants.svg");
	background-size: 600px 600px;
	background-position: center center;
	padding: 1rem 0;
}




/***************************/
/*** Multiple Options Banner ***/
/***************************/
#multiple-options {
	background-image: url("../img/welcome-bg-implants.svg");
	background-size: 600px 600px;
	background-position: center center;
	padding: 1rem 0;
}

#multiple-options h2 {
	color: #3c6cb1;
}






/*********************/
/*** Know Your Options - Vertical Pills ***/
/*********************/
#know-your-options {
	background-color: rgba(201, 186, 159, 0.33);
}

#know-your-options .btn-primary {
	color: white !important;
}

#know-your-options a {
	color: #ac8e4b;
}

#know-your-options .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: initial;
	font-size: 1.5rem;
	color: #3c6cb1;
}

#know-your-options h2 {
	color: #3c6cb1;
}

#know-your-options img {
	border: 3px solid #ac8e4b;
	max-width: 100%;
	width: 20em;
}





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

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





/************************/
/** Inside Pages **/
/************************/
#inside-header {
	background-color: rgba(170, 157, 127, 0.32);
}




/************************/
/** Appointment Banner **/
/************************/

#appointment-banner {
	background-image: url("../assets/pictures/implant_srvc_bckgrnd.svg");
	background-size: 400px 400px;
	background-position: center center;
    padding: 1rem 0;
}

#appointment-banner .form-control {
	background-color: white;
}

#appointment-banner h1 {
	color: white;
}



/************************/
/** Homepage **/
/************************/
/*
.implant-background {
	background-color: rgba(201, 186, 159, 0.33);
}
*/





