.hero-first-text {
	font-family: 'Albert Sans', sans-serif !important;
	font-size: 24px;
}

.hero-big-text b {
	font-size: 80px;
}

.hero .carousel {
    height: 650px;
}

.hero .carousel-inner,
.hero .carousel-item {
    height: 100%;
}

.hero .carousel-item {
    position: relative;
    background-position: top center;
    background-size: cover;
}

.hero .carousel-item .carousel-caption {
    z-index: 3;
    right: 0;
    left: 0;
}


.hero .carousel-item .carousel-caption b {
    font-weight: 900;
}

.hero .carousel-item .carousel-caption .btn {
    padding: 15px 30px;
    font-size: 1em;
    font-family: 'Albert Sans', sans-serif !important;
}

.hero .carousel-indicators {
    z-index: 4;
}

.hero .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.carousel-indicators li {
    list-style: none;
}

.hero .carousel-caption {
    bottom: 10rem;
}

.hero .carousel-indicators {
    z-index: 4;
    justify-content: right !important;
}

.hero .carousel-indicators li {
    width: 55px;
    height: 3px;
    border-radius: 50px 50px 50px 50px;
    background-clip: unset !important;
    opacity: 1 !important;
    border-top: 0px !important;
    margin-bottom: 3rem !important;
}

.carousel .carousel-indicators .active {
    background-color: #EF3232;
    opacity: 1;
}

.hero-long-text {
	text-align: left; 
	font-size: 24px !important; 
	width: 60%; 
	line-height: 26px;
}

@media (min-width: 768px) {
.hero {
    height: 70%;
    max-height: 700px;
}
	
}

/* From 767px and under */
@media (max-width: 767px) {
	
	.hero-big-text b {
		font-size: 36px; 
		line-height: 38px;
	}

.carousel-inner .carousel-item .carousel-caption .container p {
	font-size: 16px !important;
	letter-spacing: 0px;
	line-height: 20px !important;
	padding-bottom: 5px !important;
}
	
.hero-long-text {
	width: 100% !important; 
}
	
.hero .carousel {
    height: 480px;
}
	
	.hero .carousel-indicators {
		justify-content: center !important;
	}
	
	.hero .carousel-caption {
		bottom: 6rem;
	}

  
}

@media (min-width: 992px) {}