@charset "utf-8";

/*GLOBAL / DESKTOP*/
header {
    background-color: rgba(0,0,0,0.32);
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 2px;
}
.container  {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
nav {
    float: right;
}
.mobile-view {
    display: none;
}
.desktop-view ul li  {
    list-style-type: none;
    display: inline-block;
}
.desktop-view ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 43px;
    padding-right: 43px;
    text-decoration: none;
    color: #2A3340;
}
body {
    font-family: "Open Sans Condensed", "Open Sans";
    font-style: normal;
    font-weight: 400;
    background-color: rgba(66,67,77,0.40);
}
.hero-image {
    height: 631px;
    background-image: url(images/TopBG-50.webp);
    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: 11px;
}



.btn-red {
    background-color: #D9B18F;
}
.btn-grey {
    background-color: #5B636E;
    list-style-type: none;
    display: inline-block;
    color: #ED0F12;
}
.btn-grey {
    background-color: #5B636E;
    list-style-type: none;
    display: inline-block;
    color: #ED0F12;
}
.btn-grey {
    background-color: #5B636E;
    list-style-type: none;
    display: inline-block;
    color: #ED0F12;
}
.btn-greyText {
    color: #FFFFFF;
    font-size: large;
}

main {
    min-height: 800px;

}
.h2-color {
    color: #3F4355;
    font-weight: bold;
}

footer {
    height: 86px;
    margin-top: 34px;
}
.social-icons {
    float: left;
    margin-top: 11px;
}
.copyright {
    float: right;
    height: 0px;
    margin-top: 31px;
}
.social-iconsPadding {
    padding-right: 6px;
    margin-top: 31px;
}
.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-content {
    margin-top: 35px;
    margin-left: 100px;
}
.availability {
    color: #F1F1F1;
    margin-top: 14px;
    margin-left: 14px;
    font-family: Roboto;
    font-size: 29px;
}
.clearFloat {
    clear: both;
}
h1 {
    font-family: "Playfair Display";
    color: #F1F1F1;
    font-size: 51px;
    font-style: normal;
    line-height: 54px;
}
hr {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border: 2px solid #F8F8F8;
    margin-top: 54px;
    margin-bottom: 46px;
}
main .hero-content .btn-red {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 43px;
    padding-right: 43px;
    text-decoration: none;
    color: #EBEFF5;
}
main .hero-content .btn-grey {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 43px;
    padding-right: 43px;
    text-decoration: none;
    color: #2A3340;
}
.arrow {
    padding-left: 12px;
    float: right;
    margin-top: 11px;
}
.image-grid {
    margin-top: 142px;
    margin-bottom: 20px;
    margin-left: 0px;

}
.no-grid {
    margin-top: 142px;
    margin-bottom: 20px;
    margin-left: 0px;

}
.image-grid2 {
    margin-top: 491px;
    margin-bottom: 20px;
    margin-left: 0px;

}

.col {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2px;
}
.col-lg {
    width: 31.3%;
}
.col-lgsixtytwo {
    width: 41%;
    margin-top: -88px;
}
.image-grid:after {
    display: block;
    content: "";
    margin-bottom: 34px;
    background-color: rgba(230,22,25,1.00);
}
.copyrightPadding {
}
.imageFloat {
    margin-top: 290px;
    margin-left: 290px;
    margin-right: 290px;
    margin-bottom: 290px;
}
.textBlog {
    margin-top: 17px;
    margin-left: 18px;
    margin-right: 19px;
    margin-bottom: 28px;
    font-weight: bold;
}
.imgFloatLeft {
	float:left
    margin-top: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    margin-top: 13px;
}





/*TABLET*/
@media (min-width: 401px) and (max-width: 768px){
header {
    background-color: rgba(2,37,83,0.47);
}
.mobile-view {
    display: block;
    float: right;
    margin-top: 8px;
	
}
.desktop-view {
    display: none;
}
.desktop-view ul li {
    display: block;
    padding-top: 25px;
    text-align: right;
}

.expand {
    display: block;
}
header a img {
    width: 83%;
    height: 83%;
}
.hero-content {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;

}
h1 {
    font-size: 39px;
    line-height: 55px;
    margin-top: 0px;
    text-align: center;
}
hr {
    margin-top: 27px;
}
.col-md {
    width: 48%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.image-grid {
    margin-top: 131px;
}






}


/*MOBILE*/
@media (max-width: 400px){
header {
    background-color: rgba(96,1,3,0.81);
}
.mobile-view {
    display: block;
    float: right;
}
.desktop-view {
    display: none;
    text-align: right;
}
.expand {
    display: block;
}
header a img {
    width: 83%;
    height: 83%;
}
.desktop-view ul li {
    display: block;
    padding-top: 25px;
    text-align: right;
}
.hero-image {
    height: 346px;
}
.hero-content {
    margin-top: 11px;
    margin-left: 32px;


}
.hero-content img.float-left  {
    margin-left: 65px;
    margin-top: 15px;
    margin-right: 34px;
    margin-bottom: 53px;
}

.btn-grey {
    max-height: 24px;
}

p {
    font-size: 1px;
}
h1 {
    font-size: 23px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 22px;
}
.availability {
    font-size: 14px;
    margin-top: -31px;
    margin-left: 51px;
}
hr {
    display: none;
    padding-top: 0px;
    margin-top: 33px;
    margin-bottom: 55px;
}
.hero-content hr {
    display: none;
}
.col-xs {
    width: 98%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}



}
.desktop-view {
    margin-top: 29px;
}
.btn-red {
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.re {
}
.res {
}
.col-md {
}
.col-xs {
}
.imageS {
}
