@charset "UTF-8";


/*Global / Desktop View*/
header {
	background-color: rgba(0,0,0,0.65);
	padding-top: 12px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 12px;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
nav {
	float: right;
}
.mobile-view {
	display: none;
}
.expand {
	display: block !important;
}

.desktop-view ul li {
	list-style-type: none;
	display: inline-block;
	
}
ul li a {
}

.desktop-view ul li a {
    padding-top: 13px;
    padding-right: 43px;
    padding-bottom: 13px;
    padding-left: 43px;
    text-decoration: none;
    color: #E8E8E8;
}
body {
    font-family: open-sans-condensed;
    font-style: normal;
    font-weight: 300;
    background-color: #EAEAEA;
}
.hero-image {
    height: 653px;
    background-image: url(images/hero-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 19px;
}


.desktop-view {
    margin-top: -4px;
}

.btn-red {
    background-color: #FF6138;
    padding-top: 13px;
    padding-right: 43px;
    padding-bottom: 13px;
    padding-left: 43px;
    text-decoration: none;
    color: #E8E8E8;
}
.btn-green {
    background-color: #00A388;
}
main {
    min-height: 800px;
}
footer {
    height: 87px;
    margin-top: 33px;
    margin-left: 20px;
    margin-right: 20px;
}
.social-icons {
    float: left;
    margin-top: 0px;
}
.social-facebook {
    padding-right: 30px;
}
.social-twitter {
    padding-right: 30px;
}


.copyright {
    float: right;
    margin-top: 11px;


}
.hero-content {
    margin-top: 83px;
    margin-left: 100px;
}

.float-left {
    float: left;
}
.float-right {

}
.availibility {
    color: #FFFF9D;
    margin-top: 7px;
    margin-left: 15px;
}
.clearfloat {
    clear: both;

}
h1 {
    color: #FFFFFF;
    font-family: playfair-display;
    font-style: normal;
    font-weight: 400;
    line-height: 88px;
    font-size: 80px;
}
hr {
    border-style: solid;
    border-color: #FFFFFF;
    margin-top: -17px;
    margin-bottom: 46px;
}
.image-grid {
    margin-top: 142px;
    margin-bottom: 59px;
}
.col {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}


.col-lg {
    width: 31.3%;
}
.text-white-description {
    color: #FFFFFF;
    font-size: 30px;
}
.text-orange {
    color: #FF6138;
}


























/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
.mobile-view {
	display: block;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
	opacity: 1;
	position: static;
	float: right;
}
.desktop-view {
	display: none;
}
.desktop-view ul li {
    display: block;
    margin-bottom: 18px;
    text-align: right;
    margin-top: 25px;
}
header {
    background-color: rgba(7,247,42,0.71);
}
.hero-content {
    margin-left: 25px;
    margin-right: 25px;
}
h1 {
    font-size: 65px;
    line-height: 68px;
}
.col-md {
    width: 48%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.col-md {
}
.image-grid {
    margin-top: 184px;
}





}


/*Mobile View*/
@media (max-width: 400px){
.mobile-view {
	display: block;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
	opacity: 1;
	position: static;
	float: right;
}
.desktop-view {
	display: none;
}
.desktop-view ul li {
	display: block;
	margin-bottom: 18px;
	text-align: right;
}
header {
    background-color: rgba(222,56,2,0.78);
}
header a img {
    width: 83%;
    height: 83%;
}
.desktop-view ul li {
    display: block;
    margin-bottom: 18px;
    text-align: right;
    margin-top: 25px;
}
.hero-image {
    height: 526px;
}
main .hero-content .float-left {
}
.hero-content {
    margin-left: 10px;
    text-align: center;
    margin-right: 10px;

}
h1 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 39px;
}
.hero-content hr  {
    display: none;
}
.hero-content img.float-left {
    margin-left: 20px;
}
.col-xs {
    width: 98%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.col-xs {
}
.image-grid {
    margin-top: 170px;
}
.hero-content p {
    font-size: 20px;
}












}
.hr {
}
