﻿body {
    background-color: #c4b6b2;
    color: #3D2C2E;
}

header,
footer {
    padding: 10px 0;
    background-color: #c4b6b2;
    color: #F5EDF0;
}

header {
    border-bottom: 3px solid #3D2C2E;
}

footer {
    background-color: #3D2C2E;
    border-top: 1px solid #3D2C2E;
}

header .elina {
    font-size: 2em;
    line-height: .75em;
}

.sub-title.container h4 {
    border-bottom: 1px solid #3D2C2E;
}

.page-title-container .brief-description {
    margin-left: 25%;
    text-align: center;
    top: 35%;
    width: 50%;
}

.book-form {
    color: #F5EDF0;
    background-color: #3D2C2E;
    top: -45px;
}

.mapouter {
    text-align: right;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
}

.submit-request {
    background-color: #c4b6b2;
    color: #fff;
    padding: 2px 18px;
    vertical-align: top;
}

.drp-calendar {
    color: #000;
}

.btn-primary, .btn-primary:hover {
    background-color: #c4b6b2;
    border-color: #c4b6b2;
}

@media (max-width: 575.98px) {
    .brief-description h1 {
        font-size: 1em;
        margin-top: 2rem;
    }

    .reservation-container {
        margin-top: 3rem;
    }

    .additional-text {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
}

@media (min-width: 768px) /*and (max-width: 991.98px)*/ {

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media (min-width: 1200px) {
    
}

.navbar-light .navbar-nav .nav-link {
    color: #3D2C2E;
    padding: 10px 15px !important;
}

.navbar-light .navbar-nav a.nav-link.active {
    background-color: #3D2C2E;
    color: #F5EDF0;
    padding: 10px 15px !important;
}

span.nav-link:hover {
    color: #c4b6b2;
}

.navbar-brand div {
    color: #3D2C2E;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}