.navbar-nav .nav-item .nav-link {
    padding:15px;
    color:#54595F!important;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link:hover {
    transition: .3s;
    color:#810000!important
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.dropdown-item {
    background: #1E3763;
    padding: 15px 20px;
    border: 1px solid white;
}

.dropdown-item a {
    color: white;
    text-decoration: none;
}
.dropdown-item:hover a {
    color: #1E3763;
}

.dropdown-item a:hover {
    background: white;
    color: #1E3763;
    transition: .3s;
}

.dropdown-item a:focus, .dropdown-item a:active {
    background: white;
}

#footer p {
    color: rgba(255,255,255,0.65);
    font-size: 16px;
    font-weight: 300;
}

.banner-section {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;
    display: flex;
    align-items: center;
}

.banner-page-section {
    background-image: url("../img/background-gray.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    display: flex;
    align-items: center;
}

.banner-page-header {
    color: rgba(255, 255, 255, 0.69);
    font-size: 90px;
    font-weight: 800;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.banner-page-title {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 200;
    text-shadow: 0 0 10px #000000;
}

.banner-button {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #930202;
    border-radius: 0;
    padding: 10px 40px 10px 40px;
}

.footer-button1 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1E3763;
    border-radius: 0;
    padding: 10px 40px 10px 40px;
}

.footer-button2 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
    fill: #930202;
    color: #930202;
    background-color: #FFFFFF;
    border-radius: 0;
    padding: 10px 40px 10px 40px;
}

.footer-button1:hover, .footer-button2:hover {
    transition: .3s;
    background-color: #930202;
    color: #FFFFFF;
}

.footer-heading {
    font-size: 18px;
    color: white;
    font-weight: 400;
}

.footer-icon-link {
    text-decoration: none;
}

.icon-list-text:hover {
    color: white!important;
}

.icon-list-text {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    transition: color .3s;
}

.banner-button:hover {
    color: #930202;
    background-color: #FFFFFF;
    transition: .3s;
}

.banner-heading1 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.1em;
    letter-spacing: 0;
    text-shadow: 0 0 10px #000000;
    text-align: right;
}

.banner-heading2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0;
    text-shadow: 0 0 10px #000000;
    text-align: right;
}

#content {
    padding: 100px 0 40px 0;
}

.banner-wrapper {
    padding: 30px;
}

.flex-row {
    width: 100%;
    display: flex;
}

.banner-row {
    width: 100%;
    display: flex;
}

.banner-row-end {
    justify-content: end;
}

.banner-row-start {
    justify-content: start;
}

.banner-content {
    background-color: rgba(0, 28, 56, 0.84);
}

.page-header h1 {
    font-size:42px;
}
#languages {
    list-style: none;
}
#languages li a {
    display:inline-block;
    padding:0 5px;
}
#languages li a:hover {
    background-color: transparent;
}
#languages img {
    width:25px;
}
#languages img:hover {

}
.mt-2 {
	margin-top: 30px;
}

#footer {
    background-color: #001C38;
    padding: 50px 0 30px 0;
}

.gallery img {
    margin:0 20px 20px 0;
    border:4px solid #eee;
    max-width:120px;
}
.gallery img:hover {
    transform: scale(1.05);
}
.custom-section-heading {
    color: #FFFFFF;
    font-size: 52px;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.62);
}

.gdpr-background {
    position: relative;
    min-height: 100vh;
    background-image: url("../img/gdpr.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.gdpr-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 255, 0.4);
    z-index: -1;
}

.widget-wrap {
    background: #C5C5C5;
}
.widget-padding {
    padding: 25px;
}
.widget-header {
    margin: 0;
    padding: 5px 5px 5px 5px;
    background-color: #620000;
}

.widget-header h2 {
    font-size: 20px;
}

.white-link {
    color: white;
    text-decoration: none;
}

.document-link-border-top {
    padding: 7px 0 7px 0;
    border-style: dotted;
    border-width: 2px 0 0 0;
}

.document-link-border-last {
    padding: 7px 0 7px 0;
    border-style: dotted;
    border-width: 2px 0 2px 0;
}

.custom-modal .modal-content {
    border: 5px solid #f9a825;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    min-height: 300px;
}

.custom-modal .modal-header {
    /*background: url('../img/Modal.jpg') no-repeat center center / cover;*/
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

.custom-modal .modal-title {
    color: white;
    font-size: 2rem;
    font-weight: 800;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}

.custom-modal .modal-body {
    background-color: #0d1a3d;
    color: white;
    text-align: center;
    padding: 1.5rem;
    font-size: 1rem;
}

.custom-modal .btn-primary {
    background-color: #3f51b5;
    border: none;
    margin: 0.5rem;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
}

.custom-modal .btn-secondary {
    background-color: #c2185b;
    border: none;
    margin: 0.5rem;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
}

.custom-modal .btn-close {
    background-color: #c2185b;
    color: white!important;
    border-radius: 50%;
    opacity: 1;
    padding: 0.75rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.custom-modal .modal-header {
    background-image: url("../img/Modal.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.vinoteca-page-title {
    text-align: center;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: 3px;
    color: #660000;
    margin: 2rem 0;
    text-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.floating-image {
    position: absolute;
    right: 25%;
    bottom: -120px;
    max-width: 250px;
}
.floating-image img {
    max-width: 400px;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
    border-color: #FFFFFF;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.82);
}

.box-image {
    border-style: solid;
    border-width: 8px 8px 8px 8px;
    border-color: #FFFFFF;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.82);
}

.banner {
    position: relative;
    overflow: visible;
}

@media(max-width: 768px) {
    .floating-image {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 1rem auto;
        display: block;
        max-width: 100%;
    }
}

@media(max-width: 500px) {
    .banner-page-header {
        font-size: 75px;
    }

    #content {
        padding: 40px 0 40px 0
    }

    .banner-page-title {
        font-size: 50px;
    }

    .subpage-heading-shadow {
        padding-top: 10px;
        padding-left: 10px;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: white;
}

.title-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}
.second-title-container {
    margin: -90px 0 0 35px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}
.first-home-title {
    color: #FFFFFF;
    font-size: 120px;
    font-weight: 800;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.second-home-title {
    color: #120183;
    font-size: 60px;
    font-weight: 200;
}
