* { margin: 0; padding: 0; }

.book-now.pin-to-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: none;
    border-radius: 0;
}

.negative-2 {
    height: 56px;
    display: none;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    padding-top: 3rem;
    transition: 0.4s;
}

img.logo {
    width: 8rem;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    transition: 0.4s;
}

.navigation {
    display: flex;
    align-items: center;
}

a.link {
    color: #c8000a;
    transition: 0.4s;
}

a.link:hover {
    color: #e32523;
    text-decoration: underline;
}

p.note {
    margin-bottom: 0;
    font-style: italic;
    font-size: 0.825rem;
    margin-top: 0.5rem;
}

.nav-item {
    margin-bottom: 0;
    font-weight: 500;
    padding: 1rem 2rem;
    color: #050505;
    cursor: pointer;
    transition: 0.4s;
}

.nav-item.active {
    background-color: #FFCDD1; 
}

.nav-item.active:hover {
    background-color: #FFCDD1;
}

.nav-item:hover {
    color: #050505;
    background-color: #ffebee;
    text-decoration: none;
}

p.slogan {
    margin-bottom: 0;
    font-size: 1rem;
    color: #65676B;
    transition: 0.4s;
}

.brand-name {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #050505;
    transition: 0.4s;
}

.brand-name:hover {
    color: #050505;
    text-decoration: none;
}

.logo-img {
    margin-right: 1rem;
}

.booking-block {
    text-align: right;
}

.booking {
    width: 100%;
}

.book-now {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    background-color: #c8000a;
    padding: 1.25rem 6rem;
    border: none;
    border-radius: 0.25rem;
    transition: 0.4s;
}

.book-now:hover {
    background-color: #e32523;
}

.hd-line-2 {
    margin-top: 3rem;
    transition: 0.4s;
}

.minimize img.logo {
    width: 4rem;
}

header.minimize {
    padding-top: 1rem;
}

.minimize .brand-name {
    font-size: 1.5rem;
}

.minimize .slogan {
    font-size: 0.875rem;
}

.minimize .book-now {
    padding: 1rem 4rem;
}

.minimize .hd-line-2 {
    margin-top: 1rem;
}

/* --------------- */
div.negative-1 {
    height: 282px;
    width: 100%;
    transition: 0.1s;
}

a {
    text-decoration: none;
}

a.phone, a.address {
    color: #65676B;
    transition: 0.4s;
}

a.phone:hover {
    color: #c8000a;
}

hr.header-line {
    margin: 0;
    border: 1px solid #eee;
}

hr.ft-line {
    margin: 0;
    border: 1px solid #eee;
}

body {
    font-family: 'Courier New', serif;
}

img.logo-ft-img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin-right: 0.75rem;
}

footer {
    font-size: 0.875rem;
    background-color: #f6f6f6;
}

.branding-ft {
    display: flex;
    align-items: center;
}

.brand-name-ft {
    font-weight: 700;
    font-size: 1.25rem;
}

.slogan-ft {
    font-size: 0.825rem;
    color: #65676B;
}

.bottom-line {
    background-color: #ddd;
    padding: 0.5rem;
}

.headline-ft {
    font-weight: 700;
    text-transform: uppercase;
    color: #050505;
    margin-bottom: 1.5rem;
}

.social-icons-ft i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    text-align: center;
    background-color: #ffebee;
    margin-right: 0.5rem;
    transition: 0.4s;
}

.social-icons-ft i:hover {
    background-color: #FFCDD1;
}

.social-icons-ft a {
    color: #c8000a;
}

.ct-icon {
    margin-right: 0.5rem;
    color: #c8000a;
}

p.address-ft, p.phone-number-ft {
    margin-top: 1rem;
    color: #65676B;
}

.info-ft {
    color: #65676B;
}

@media screen and (max-width: 991px) {

    header {
        padding-top: 2rem;
    }

    .headline-ft {
        margin-top: 2rem;
    }

    img.logo {
        width: 5rem;
    }

    .book-now {
        padding: 1rem 4rem;
    }

    p.note {
        font-size: 0.75rem;
    }

    .minimize .book-now {
        padding: 0.75rem 3.5rem;
    }

    div.negative-1 {
        height: 222px;
    }

    .minimize .nav-item {
        padding: 0.75rem 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 1.5rem;
    }

    .nav-item {
        padding: 0.75rem 1.5rem;
    }

    .booking-block {
        display: none!important;
    }

    .hd-line-2 {
        margin-top: 2rem;
    }
    
    div.negative-1 {
        height: 190px;
    }

    .book-now.pin-to-bot {
        display: block;
    }

    .negative-2 {
        display: block;
    }


}

@media screen and (max-width: 575px) {
    .nav-item, .minimize .nav-item {
        font-size: 0.8125rem;
        padding: 0.75rem 1rem;
    }
    
    p.slogan {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 413px) {
    .nav-item, .minimize .nav-item {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    } 

    p.slogan {
        font-size: 0.875rem;
    }
    
    div.negative-1 {
        height: 203px;
    }
}

@media screen and (max-width: 360px) {

    html {
        font-size: 14px;
    }

    .nav-item, .minimize .nav-item {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    } 

    p.slogan {
        font-size: 0.875rem;
    }
    
    div.negative-1 {
        height: 152px;
    }
}