/* CSS Document */
html, body {
	margin:0px;
	height: 100%;
	color: #ffffff;
	font-family: "brandon-grotesque", sans-serif;
font-weight: 400;
    background-color: #457272;
}
h1, h2, h3, h4 {
	font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
}
a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.red {
	color: #ee3324;
}
.blue {
	color: #1f8bbd;
}
.pink {
	color: #da65a6;
}
.green {
	color: #8ac640;
}
img.hunner {
	width: 100%;
}


.outline {
    
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	margin-bottom: 90px;
}
.box {
  background-color: rgba(0, 0, 0, 0.1);
	padding: 20px 45px 35px 45px;
}
.logo {
	margin-top: 0px;
	margin-bottom: 40px;
}
.logo img{
	width: 140px;
}
.logos img{
	height: 140px;
    margin: 0px 30px 30px 30px;
}
.outline p {
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.title {
	margin-top: 20px;
	border-bottom: 1px #b98c5d dotted;
	margin-bottom: 20px;
}

.title h1 {
	font-size: 65px;
	line-height: 56px;
	margin-top: 5px;
	margin-bottom: 2px;
    padding-bottom: 10px;
}
.form {
}
.form h2 {
	font-size: 30px;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 15px;
}
.form h3 {
	font-size: 34px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 6px;
}
.form p {
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 28px;
    border-bottom: 1px #b98c5d dotted;
	
}
.form p.alt {
	font-size: 17px;
	padding-bottom: 15px;
	line-height: 62px;
	
}
.form p a {
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	background-color: #B98C5D;
	padding: 10px 14px 10px 14px;
}
.form p a.book-btn {
	font-weight: bold;
	color: #3f4040;
	font-size: 24px;
	background-color: #ffffff;
	padding: 10px 14px 10px 14px;
	border: 4px #3f4040 solid;
}

.form p a:hover {
		text-decoration: none;
	background-color: #636363;
}
.details {
	padding-top: 20px;

	
}
.details p{
	padding: 0px 5% 0px 5%;
	font-size: 16px;
	padding-bottom: 0px;
	line-height: 26px;
text-transform: uppercase;
}






/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.title h1 {

	font-size: 57px;
	line-height: 56px;
	margin-top: 8px;
	margin-bottom: 2px;
}
.form h2 {
	font-size: 40px;
	line-height: 39px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 15px;
}





}
	
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.logos img{
	height: 125px;
    margin: 0px 30px 30px 30px;
}
}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.outline {
	padding: 15px 40px 55px 40px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	margin-bottom: 40px;
}

.logos img{
	height: 120px;
    margin: 0px 30px 30px 30px;
}

 }
 
 
 
 
 
 

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.logo img{
	width: 250px;
}
.outline {
	padding: 45px 10% 35px 10%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.box {
	padding: 20px;
}
.title h1 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 9px;
	margin-bottom: 4px;
}
.form h2 {
	
	font-size: 21px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.form h3 {

	font-size: 32px;
}
	.form p a {
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	padding: 15px 14px 15px 14px;
}
.form input.form-field {
	font-size: 22px;
	
	width:100%;
	height:40px;
	background-color: #FFFFFF;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 6px;
	text-align:center;
}
.form input.form-btn {
	width:100%;
	background-color: #59595a;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	text-align:center;
	font-size: 30px;
}
.details {
	padding-bottom: 10px;	
}
.details a {
	color: #ffffff;
}

}