﻿html, body {
    height:100%;
    overflow-x: hidden;
    overflow-y:auto;
}

body {
    background: url(../Img/bg.png) left top repeat;
    color: #ffffff;
}

img {
    max-width:100%;    
}

header .container-h {
    position: absolute;
    top:0;
    margin:auto;
    max-width:1150px;
}

header {
    background: url(../Img/ddsemetes2025.png) center -170px no-repeat;
    background-size: cover;    
}

    header .container.first {
        height: 545px;
    }

header img {
    width:auto;
    height:auto;
}

.main-container {
    margin-top: 15px;
    margin-bottom: 15px;    
    padding:0;    
}

.main-left {        
    padding-bottom:20px;
}

.main-left img.sr_map
{
    margin-top: 30px;
}

img.sr_map {
    margin: 0 0 30px 0;
}

footer {    
    color: #fff;
    font-size: 14px;
}

.footer-ornament {
    background: url(../Img/footer-ornament-segment.png) repeat-x;
    height:181px;
}

.footer-row1 {
    background: #821d4f;
    min-height:50px;
    padding-bottom:25px;
}

.push {
    height:250px;
}

.wrap {
    min-height:100%;    
    margin-bottom: -200px;
}

.footer-row2 {
    background: #711241;
    min-height: 90px;
}

    .footer-row2 .row {
        height: 90px;
    }

    navbar-nav {
        display: block;
    }

.nav-item .nav-link {
    background: none;
    color: #fff !important;
    font-size: 20px;
    padding: 20px 1.6rem !important;
}

    .nav-item.active .nav-link, .nav-item .nav-link:hover {
        background: #fff;
        color: #811d4e !important;
    }

.dropdown-menu {
    background: none !important;
    padding:0 !important;
    position:static !important;
    transform:none !important;
}

    .dropdown-menu .nav-link {
        background: #3b2217;        
        text-transform: none;       
    }

    .main-content {
        padding:20px;
    }

.main-content img {
    margin-bottom: 15px;
}


.main-content .col-sm {
    text-align:center;
}

.navigation-row {
    background: #237473;
    opacity: 0.88;
}

.navbar {
    background: none !important;
    padding:0 !important;
}

img.bordered {    
    border: 8px solid #fff;    
    box-shadow: 0 0 0 8px #ffe6c8;
    margin:16px;
    margin-bottom:40px;    
}

.main-container {
    color: #000;   
}

    .main-container p {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px dashed #ffd5a8;
    }

        .main-container p:last-child {
            border:none;
        }


h1 {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
}

    h1 .ornament {
        background: url(../Img/heart-icon.png) no-repeat;
        display:inline-block;
        width:57px;
        height: 48px;
        vertical-align: middle;
        margin-right: 20px;
    }

h2 {
    color: #821d4f;
    font-size:20px;      
}

.navbar-light .navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");    
}

.navbar-toggler {
    width: 100%;
    background-position: left;
    text-align: left;
}
