html, body, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #c4332a;
}

a:hover 
{
    color: #555;
    text-decoration: none;
}

h1, h2, h3, h4, h5
{
    color: #2d2d2d;
    font-weight: 200;
    
}

h1, h2, h3
{
    letter-spacing: 0.3em;
    /* disable ligatures like joining ff and ft*/
    font-feature-settings: "liga" 0;
}

h1 {
    font-size: 2em;
}

@media (min-width: 768px) { 
    h1 {
        font-size: 2.4em;
    }
}

/**** Contact form ****/
input.checkContactHunnypot {
	display: none;
}


/*****
* Default / Standard
******/

.page-title-container
{
    background-color: #2d2d2d;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-title-container h1 {
    color: #c4332a;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.default-content-container
{
    background-color: #cbcbcb;
    color: #2d2d2d;
}

.page-intro-container
{
    background-color: #2d2d2d;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-intro-container h1
{
    color: #fff;
    text-transform: uppercase;
}

.carousel-indicators.circle li{
    border-radius: 12px;
    width: 12px;
    height: 12px;
}

.main-body-container {
    padding-top: 20px;
}

.main-body-image-container {
    text-align: center;
    margin-top: 40px;
}

.main-body-image {
    margin-bottom: 30px;
}

.home-body-container {
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 1.3em;
    text-align: center;
    background-color: #2d2d2d;
    color: #fff;
}

.home-body-container .main-body-container
{
    padding-top: 0;
    padding-bottom: 0;
}

.banner-image-16to9-container {
    background-color: #c0c0c0;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.banner-image-16to9 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-image-container {
    background-color: #c0c0c0;
}

.banner-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.pad-content {
    padding-left: 20px;
    padding-right: 20px;
}

p.section-title {
    margin: 0;
    font-weight: bold;
}

.btn-default {
    color: #c4332a;
    background-color: #2d2d2d;
    border: 0;
    border-radius: 10px;
    padding: 7px 30px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.btn-default:hover {
    color: #fff;
}

.download-bar-container, .highlight-bar-container
{
    background-color: #c4332a;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1em;
}

.download-bar-container a 
{
    color: #fff;
    line-height: 1em;
    display: block;
    margin-bottom: 10px;
}

.download-bar-container a:hover
{
    color: #b8b8b8;
}

.download-text {
    font-style: italic;
    font-size: 0.8em;
}

.download-text .fas 
{
    padding-right: 10px; 
}

.room-amenities h3
{
    font-size: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 20px;
}

.room-amenities p
{
    line-height: 1em;
    margin-bottom: 0.2em;
}


.contact-form-container 
{
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}

.contact-form-container .subscribe-text
{
    color: #c4332a;
}

.contact-form-container .custom-control-label::before
{
    background-color: #b8b8b8;
}

.contact-form-container .input-group-text
{
    background-color: #b8b8b8;
    color: #2d2d2d;
} 

.contact-form-container input, .contact-form-container textarea
{
    background-color: #b8b8b8;
    color: #2d2d2d;
} 

.news-item {
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.news-more a {
    color: #333;
    font-weight: bold;
}


@media (min-width: 768px) { 
    .banner-image {
        height: 350px;
    }

    .pad-content.main-body-text {
        padding-left: 100px;
        padding-right: 100px;
    }

    .download-bar-container a
    {
        display: inline;
    }
}

/***** End Default / Standard *****/


/***** 
* Social
*****/

.social-container {
    color: #2d2d2d;
    overflow: hidden;
}

.social-container ul, .social-item-list {
    list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline;
}

.social-icons li {
    margin-left: 8px;
}

.social-container a {
    color: #c4332a;
}

.social-link-text {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.social-container .fa-stack {
    font-size: 0.5em;
}

.social-container .fa-inverse {
    color: #fff;
}




@media (min-width: 768px) { 
    .social-container ul, .social-item-list {
        font-size: 16px;
    }

    .social-link-text {
        margin: 0;
    }
}

@media (min-width: 992px) { 
    .social-container li {
        display: inline;
    }
}

@media (min-width: 1200px) { 
    .social-container ul, .social-item-list {
        font-size: 18px;
    }
}

/***** End Social *****/


/***** 
* Footer
*****/

.footer-address-container {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 10px;
}

.footer-container {
    background-color: #2d2d2d;
    padding: 40px 0;
    color: #fff;
}

.footer-container {
    font-size: 0.8em;
}

.footer-social-container {
    background-color: #00a6b3;
    color: #fff;
    padding: 40px 0;
    font-size: 0.9em;
}

.footer-container .footer-logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer-container .footer-logo img {
    height: 60px;
}

.footer-copyright {
    margin-top: 40px;
}

.footer-container .social-container .social-link-text {
    color: #fff;
}

@media (min-width: 768px) { 

    .footer-container .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-logo-collection {
        text-align: right;
    }
}

/***** End Footer *****/



/*****
* Header
*****/


.header-container {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}

.header-social-container {
    margin-top: 20px;
}

.header-logo {
    display: block;
    margin-top: 20px;
}

.header-logo img {
    height: 50px;
}

.header-container .social-container .social-link-text {
    color: #2d2d2d;
}

.header-book-container 
{
    text-align: left;
}

@media (min-width: 576px) { 
    .header-container .social-container
    {
        position: absolute;
        top: 15px;
        margin-top: 0;
    }

    .header-social-container {
        right: 0;
        text-align: right;
    }

    .header-book-container 
    {
        left: 0;
    }

    .header-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-logo {
        display: inline;
    }

    
}

@media (min-width: 768px) { 
    .header-container .social-container
    {
        top: 30px;
    }

    .header-logo img {
        height: 70px;
    }
}

@media (min-width: 992px) { 
    .header-container .social-container
    {
        top: 40px;
    }

    .header-logo img {
        height: 100px;
    }

    .header-book-container 
    {
        left: 140px;
    }
}

/***** End Header *****/


/***** 
* Menu
*****/

.menu-container .navbar-toggler
{
    border: 0;
    color: #2d2d2d;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 14px;
    padding-left: 0;
}

button.navbar-toggler:active {
    border: 0 !important;
}

.menu-container .navbar-toggler-icon {
    color: #2d2d2d;
    background-image: url("/img/hamburger.png");
}

.menu-container .navbar-toggler-text
{
    padding-left: 10px;
}

.menu-container 
{
    margin-top: 20px;
    z-index: 1500;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400; 
}

.menu-container .menu-open-container {
    position: relative;
    z-index: 250;
    background-color: #82807b;
    color: #fff;
    overflow: hidden;
    margin-left: -2px;
    text-align: left;
}

.menu-title-bar {
    background-color: #2d2d2d;
    color: #fff;
    padding: 20px 20px 20px 40px;
}

.menu-content-container
{
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.menu-home-button
{
    border: 0;
    background-color: transparent;
}

.menu-home-button img {
    width: 50px;
}

.menu-close-bar 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-size: 0.8em;
    color: #fff;
    cursor: pointer;
}

.menu-close-bar:hover {
    color: #818181;
}

.menu-container .nav-item .nav-link .fas 
{
    display: none;
    font-size: 0.7em;
}

.menu-container .nav-item .nav-link.active .fas 
{
    display: inline;
}

.menu-container .nav-link {
    color: #fff !important;
    background-color: transparent;
    padding: 5px 20px 5px 0;
}

.menu-container .nav-link:hover, .menu-container .nav-link.active  {
    color: #2d2d2d  !important;
}

.submenu {
    overflow: hidden;
    display: none;
}

.submenu .nav-link {
    border: 0;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    color: #2d2d2d !important;
}

.submenu .nav-link:hover {
    color: #fff;
}

.submenu-title {
    color: #fff;
    border-bottom: solid 1px #514a6f;
    padding: 5px 20px 5px 0;
}

.submenu-container 
{
    background-color: #85809a;
}


@media (min-width: 768px) { 
    .menu-container 
    {
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 50px;
        width: auto;
        text-align: left;
    }

    .menu-container .navbar-toggler
    {
        font-size: 14px;
        padding-left: 5px;
    }

    .menu-container .navbar-toggler-text
    {
        font-size: 16px;
        padding-left: 8px;
    }
}

@media (min-width: 992px) { 
    .menu-container 
    {
        top: 38px;
    }

    .menu-container .navbar-toggler
    {
        font-size: 16px;
        padding-left: 0;
    }

    .menu-container .navbar-toggler-text
    {
        padding-left: 10px;
    }
}

@media (min-width: 1200px) { 
    .menu-container 
    {
        top: 39px;
    }

    .menu-container .navbar-toggler
    {
        font-size: 18px;
    }
}

/***** End Menu *****/


/***** 
* Signposts
*****/

.signpost-container {
    background-color: #2d2d2d;
    padding-top: 40px;
}

.signpost-col {
    margin-bottom: 30px;
}

.signpost-item {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-origin: content-box;
    cursor: pointer;
}

.signpost-item-wrapper
{
    overflow: hidden; 
    position: relative;
}
.signpost-item-wrapper .signpost-item
{
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
}
.signpost-item-wrapper .signpost-item:hover
{
    transform: scale(1.1);
}

.signpost-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-align: center;
    padding: 20px;
    color: #2d2d2d;
    background-color: rgba(255,255,255,0.6);
}

.signpost-title a {
    color: #2d2d2d;
}

.signpost-social {
    margin-top: 15px;
    margin-bottom: 40px;
}

.signpost-social .social-link-text
{
    font-size: 1.4em;
    font-weight: 300;
    padding: 0 20px;
    color: #fff;
}

.signpost-social .fa-inverse {
    color: #2d2d2d;
}

@media (min-width: 768px) 
{ 
    .signpost-item {
        min-height: 400px;
    }
}

/***** End Signposts *****/


/***** 
* Main Carousel 
*****/
.main-carousel .carousel-indicators li
{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-caption {
    min-height: 200px;
    padding-top: 40px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    bottom: initial;
    width: 100%;
    color: #fff;
    font-size: 1.3em;
    
}

.carousel-caption h3
{
    margin-bottom: 0;
    color: #fff;
    font-size: 2.6em;
    text-transform: uppercase;
}

.carousel-caption h3 a {
    color: #fff;
}

.carousel-book-button {
    color: #c4332a;
    background-color: #2d2d2d;
    margin-top: 10px;
    border: 0;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/***** End Main Carousel *****/


/***** 
* Banner Carousel
*****/

.banner-carousel .carousel-item {
    min-height: 300px;
}

@media (min-width: 768px){
    .banner-carousel .carousel-item {
        min-height: 530px;
    }
}

@media (min-width: 1200px){
    .banner-carousel .carousel-item {
        min-height: 530px;
    }
}

/***** End Banner Carousel *****/


/***** 
* Contact Page
*****/

.contact-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-container p.section-title
{
    color: #514a6f;
}

.contact-container .social-item a
{
    color: #514a6f;
}

.contact-container .section-link
{
    color: #514a6f;
}

.map-container
{
    width: 100%;
}

.map-content
{
    height: 400px;
}

/***** End Contact Page *****/


/***** 
* Newsletter bar
*****/

.newsletter-container {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 1em;
}

.newsletter-container button {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #c4332a;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 5px 30px;
}

@media (min-width: 768px) 
{ 
    .newsletter-container {
        font-size: 1.4em;
    }
}

/***** End Newsletter bar *****/

/***** 
* Instagram bar
*****/

.instagram-container 
{
    background-color: #cbcbcb;
    text-align: center;
}

.instagram-content
{
    padding: 40px 0;
}

.instagram-container .subtitle {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

.instagram-container h3 {
    text-transform: uppercase;
    font-size: 1.6em;
    color: #000;
}

.insta-content-container
{
    margin-top: 30px;
}

.insta-content-container .row
{
    margin-bottom: 30px;
}

/***** End Instagram bar *****/


/***** 
* Rooms
*****/

.room-overview-container
{
    background-color: #a4a4a4;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.room-overview-container h2
{
    color: #2d2d2d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.dark-room-container
{
    background-color: #2d2d2d;
}

.dark-room-container h2
{
    color: #fff;
}

.room-overview-item-content
{
    background-color: #82807b;
    height: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.room-overview-item-content .title-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.5);
}

.room-overview-item-content h3 {
    color: #fff;
    text-transform: uppercase;
}

.room-overview-item-content .text-content
{
    padding: 20px;
}

.room-overview-item-content .room-price 
{
    font-size: 1.4em;
    margin-top: 20px;
}


/***** End Rooms *****/





/*****
* repeatItemList Page
******/


.page-repeatItemList-container
{
    background-color: #cbcbcb;
    font-size: 1.2em;
}

.repeatItemList-carousel .carousel-item {
    min-height: 300px;
}

.repeatItemList-image-col
{
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.repeatItemList-text 
{
    white-space: pre-wrap;
}

.repeatItemList-text-col {
    padding-top: 40px;
    background-color: #fff;
}

.repeatItemList-text-col .title-highlight {
    color: #2d2d2d;
}

@media (min-width: 768px){
    .repeatItemList-carousel .carousel-item {
        min-height: 530px;
    }

    .repeatItemList-text-col {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 992px){
    .repeatItemList-image-col {
        padding-left: 0;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px)
{
    .repeatItemList-text-col {
        line-height: 1.2em;
        padding-left: 50px;
        padding-right: 50px;
    }
    .repeatItemList-text-col p {
        margin-bottom: 0.5em;
    }
}

@media (min-width: 1200px){

    .repeatItemList-carousel .carousel-item {
        min-height: 530px;
    }

    .repeatItemList-text-col {
        line-height: 1.5em;
        padding-left: 100px;
        padding-right: 100px;
    }
    .repeatItemList-text-col p {
        margin-bottom: 1em;
    }
}

/***** End repeatItemList page *****/