﻿*{
	font-family: "Poppins", sans-serif;
}
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: auto;
	background: Maroon;
	padding: 50px;
	margin: 0;    
}
.jumbotron h1{
	font-weight: 300;
	text-align: center;
	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%;
    }
}
.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;
}

.button {
  background-color: maroon;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
