/*
 Theme Name:   Colorado Vaccination Campaign
 Theme URI:    https://howarddc.com/
 Description:  Custom CDPHE UnderStrap Child Theme
 Author:       Howard Development & Consulting
 Author URI:   https://howarddc.com/
 Template:     understrap
 Version:      0.6.9
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready 
*/

/* @import "sass/child-theme.scss"; */

#wrapper-navbar.hero-area-enabled{
	background:none;
	min-height: 510px;
}

.custom-logo-link img {
	max-width: 60px;
}

.hero .container .row .hero-content {
	background: #fff;
}

.hero .container .row .hero-cover {
	z-index: inherit;
	height: 100%
}


.hero .container .row .hero-cover .hero-background{
	display:none;
}

@media (min-width: 992px) {
	#wrapper-navbar{
		position: relative;
	}
}

@media (max-width: 992px) {
	.hero .container .row .hero-content {
		max-width: 100%;
	}

	.hero .container .row .hero-cover {
		max-width: 100%;
		position: relative;
		background: none !important;
	}
	
	.hero .container .row .hero-cover .hero-background{
		display:block;
	}
}


.header-nav {
	margin-bottom: 2em;
}

.header-nav .pull-right{
	z-index: 10;
	position: relative;
}

a.lang {
	color: #2653a2;
}

a.lang-blue {
	background-color: #2653a2;
	color: #fff;
	transition: background-color 300ms ease;
}
a.lang-blue:hover {
	background-color: #242f65;
	color: #fff;
}

#hero-subtitle {
	font-size: 24px;
}
#hero-text {
	font-size: 18px;
}

.hero-cover {
	position: relative;
	padding-left: 40px;
}

.hero-cover .hero-foreground {
	position: absolute; 
	top: 15%;
	left: 0px;
	width: 100%;
	height: 100%
    /*width was 30%*/
	border-radius: 15px;
	box-shadow: 0 40px 80px 0 rgba(0,0,0,0.2);

}

.hero-content>h1 {
	padding-bottom: 0;
}

.provider .cover-bg .container {
	max-width: 700px;
}

.provider{

	text-align: center;
}

.icon{
	margin-right: 17px;
}

.provider .callout {
	top: 0;
}

.provider h2,
.facts h2 {
	font-size: 36px;
}



.provider .callout h3{
	font-size: 22px;
}

.provider p,
.facts p,
.provider .callout .btn{
	font-size: 18px;
}

.carousel-item .d-flex{
	min-height: 200px;
}

.carousel-item .d-flex .fact-info{
	max-width: 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#2653a2' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#2653a2' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>");
}

.carousel-indicators li {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid #2653a2;
	background-color: #fff;
	opacity: 1
}

.carousel-indicators li.active {
	background-color: #2653a2;
}

.video {
	min-height: 420px;
}

.fact-info p {
	text-align: left;
}

.fact-image{
	margin: 25px;
	border-radius: 15px;
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.2);
}

.fact-icon {
	position: absolute;
	right: 166px;
	bottom: 0;
	width: 78px;
	height: 78px;
}


.info .container > div.row > .card > .card-text {
    font-family: acumin-pro, sans-serif;
}

.site-info>.footer-logo {
	max-width: 100%;
}

.site-footer p {
	font-size: 20px;
	text-align: left;
}


/* Mobile */
@media ( max-width: 768px ){
	.hero-content>h1 {
		font-size: 30px;
	}
	#hero-subtitle{
		font-size: 19px;
	}
	#hero-text{
		font-size: 16px;
	}
	a.lang {
		font-size: 14px;
	}

	.title h3 {
		font-size: 24px;
	}

	.provider .cover-bg {
		padding: 0;
	}
	.provider .cover-bg .container{
		max-width: 100%;
		min-height: 369px;
	}
	.facts h2{
		text-align: left;
	}

	.carousel-item .d-flex{ 
		margin-bottom: 20px;
	}
	.info .container>div.row {
		margin: 0;
	}

	.info .container > div.row > .card {
		flex-direction: row;
		justify-content: space-between;
	}
	.info .container > div.row > .card .more,
	.info .container > div.row > .card .card-text {
		margin-top: 1rem;
		font-size: 18px;
		line-height: 25px;
	}
	.site-info>.footer-logo {
		margin-bottom: 2rem;
	}
}

/* Desktop */
@media ( min-width: 768px ){

	.hero .container .row .hero-cover {
		text-align: right;
		padding-right: 0px;
		
	}
	.provider .callout {
		max-width: 440px;
	}

	.carousel-item .d-flex{
		min-height: 400px;
		float: left;
		max-width: 40%;

	}

	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	 }
	 .carousel-item:not(.active){
	   -webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
	 }
	 .carousel-item-next,
	 .active.carousel-item-right {
	   -webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
	 }
	 .carousel-item-prev,
	 .active.carousel-item-left {
	 -webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
	 }

	.carousel-control-prev {
		left: -15%;
	}
	.carousel-control-next {
		right: -15%;
	}

	.facts.container {
		text-align: center;
	}
	.facts.container p {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-info>.footer-logo {
		max-width: 50%;
	}
	.site-footer p {
		text-align: right;
	}
}