*{
	font-family: "Poppins", sans-serif;
}
.hero {
	position: relative;
	/*min-height: 100vh;*/
	display: flex;
	align-items: center;
	padding: var(--section-pad);
	
	overflow: auto;
	
	 background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Banner.png');
	 background-repeat: no-repeat;
}

.hero__content {
	/*max-width: 640px;*/
	position: relative;
	z-index: 2;
}

.hero__badge {
	display: inline-block;
	padding: 10px;
	background: white;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
/*	border-radius: 50px;*/
	margin-bottom: 1.5rem;
}

.hero__title {
	font-size: 62px;
	font-weight: 400;
	color: white;
	margin-bottom: 0.5rem;
	letter-spacing: 0em;
}

.hero__title em {
	color: var(--terracotta);
	font-style: italic;
}

.hero__subtitle {
	font-size: clamp(1rem, 2vw, 1.25rem);
	color: white;
	margin-bottom: 2rem;
	/*max-width: 480px;*/
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

/* Decorative scoops */
.hero__deco {
	position: absolute;
	right: -2%;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(280px, 35vw, 500px);
	height: clamp(280px, 35vw, 500px);
	z-index: 1;
}
nav .brand-logo{
	font-weight: 300;
	font-size: 14px;
}

blockquote{
	border-color: #008080;
	border-width: 2px;
}
blockquote .material-icons{
	font-size: 40px;
}
blockquote h1{
	font-weight: 300;
	font-size: 30px;
}
.star-rating-icon{
	cursor: pointer;
	font-size: 32px;
}
.star-rating-icon:hover{

}
.rating_info{
	color: #008080;
}
strong{
	font-weight: 700;
}
.jumbotron{
	position: relative;
	color: #ffffff;
	width: 100%;
	height: 40vh;
	background: #6d7b8d;
	padding: 50px 30px;
	margin: 0;
}
.jumbotron h1{
	font-weight: 300;
	text-align: left;
	font-size: 6vmin;
}
.jumbotron p{
	color: #ffffff;
	font-size: 3vmin;
}
.jumbotron-actions{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 10px;
	color: #ffffff;
}
.jumbotron-actions h5{
	font-size: 18px;
}

/* Registration Stylea */

.help-block.form-error{
	color:#F00;
}
.top-section{
	padding-top: 50px;
}
.tap-target-content h5{
	font-size: 20px;
}
.tap-target-content p{
	font-size: 12px;
}
.tap-target-origin {
    top: 56px;
    left: 65%;
    }
@media(max-width:769px){
.tap-target-origin {
    top: 56px;
    left: 50%;
    }
    .hero {
		padding-top: 5rem;
		min-height: auto;
		
	}
.hero__title {
	font-size: 32px;
	font-weight: 400;
	color: white;
	margin-bottom: 0.5rem;
	letter-spacing: 0em;
}

	.hero__deco {
		opacity: 0.2;
		right: -15%;
		width: 220px;
		height: 220px;
	}

}
.item--box{
	padding: 10px;
}
.justify{
	text-align: justify;
}
.waves-effect{
	width: auto;
}
nav ul a{
	color:#008080;
}
.datepicker-controls .selects-container .select-wrapper{
	border-bottom: 1px solid #008080;
	margin-left: 10px;
}
.datepicker-controls .selects-container .select-wrapper:after{
	content: "arrow_drop_down";
	position: absolute;
	font-family: "Material Icons";
	font-size: 15px;
	right: -10px;
	top: 13px;

}
.btn-flat.datepicker-done{
		background-color: #008080;
		color:#ffffff;
}
.tap-target-content h5{
	margin-top:25px;
	font-size: 13px;
}