body {
 /**   margin-top: 80px; */
}

.masthead {
    position: relative;
    width: 100%;
    height: 100vh;
    /** min-height: 35rem; */
    padding: 15rem 0;
/**    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url("../assets/img/bg-masthead.jpg"); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 75%, #000000 100%), url("../assets/img/bg-masthead.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


.header-text {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media (min-width: 576px) {
    .header-text {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .header-text {
        padding: 0 2em;
    }
}
@media (min-width: 992px) {
    .header-text {
        padding: 0 2em;
    }
}
@media (min-width: 1200px) {
    .header-text {
        padding: 0 2em;
    }
}


/** https://www.lambdatest.com/blog/complete-guide-to-cross-browser-compatible-css-gradients/ */
.masthead h1 {
    font-family: "Baskerville Regular", Serif;
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 2px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /** fuer IE 11 */
    background-color: transparent; /** fallback color */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
}
.masthead h2 {
    font-family: "Baskerville Regular", Serif;
    text-transform: none;
    max-width: 20rem;
    font-size: 1rem;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /** fuer IE 11 */
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
}

<!--
https://stackoverflow.com/questions/35868756/how-to-make-bootstrap-4-cards-the-same-height-in-card-columns
-->

.my-flex-card > div > div.card {
    height: calc(100% - 15px) !important;
    margin-bottom: 15px;
}


/**
 * IHG Clean Logo
 */

.ihg-clean-logo {
  margin: 0 36px;
}

/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .ihg-clean-logo {}
}

/** Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .ihg-clean-logo {}
}

/** Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ihg-clean-logo {
    margin: 10px 12px;
  }
}

/** Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ihg-clean-logo {
    margin: 0 19px;
  }
}

/**
* EOF IHG Clean Logo
 */

.card-item {
}

@media (min-width: 576px) {
    .card-item {
        min-height: calc(100% - 15px) !important;
    }
}
@media (min-width: 768px) {
    .card-item {
    }
}
@media (min-width: 992px) {
    .card-item {
    }
}
@media (min-width: 1200px) {
    .card-item {
    }
}





.bg-light {
    background-color: #f5f5f5!important;
}

.bg-white {
    background-color: #ffffff;
}


.card-icon {
    color: #8B8B8B;
    margin-bottom: 36px;
}


.card-headline {}



.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 4.25rem 0.25rem;
}

.card-text {
    padding: 0 36px;
}

.card-my-stay img {
    width: 35px;
}

h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: 'GillSans SemiBold',sans-serif;
    color: #54534a;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: .5px;
    text-transform: uppercase;
}


.card-item-cleanpromise {}


.card-item-cleanpromise .card-body img {
    margin-bottom: 36px;
}

.viewMoreLink a {
    font-family: 'GillSans Regular' ,sans-serif;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 1px solid #8e731b;
    color: #8e731b;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}

.viewMoreLink a:hover {

    text-decoration: none;

}

div.social {
    margin: 2rem 0;
}

div.social a {
   color: inherit;
   font-size: 1.1rem;
}


.subscribe-button-row {
  margin-top: 36px;
}

.footer-nav {

}


.footer-nav a {
    color: #212529;
}

.footer-nav a:hover {

}



.footer-address {
    margin: 2rem 0 0 0;
}
