﻿
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister');
@import url('https://fonts.googleapis.com/css?family=BenchNine');
@import url('https://fonts.googleapis.com/css?family=Lucida+Sans');

.theme-body {
    background-color: #318ba2;
    color: #318ba2;
}
#theme-background-container {
    background-color: #5c6784;
    background-repeat: no-repeat;
    background-size: 100% auto;

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
}

.theme-image-container-right {
    right: 0;
}

.theme-image-container-left, .theme-image-container-right {
    width: 12%;
    max-width: 132px;
    position: fixed;
    top: 0;
    bottom: 0;
}

.theme-image, .theme-image-layer-top, .theme-image-bottom, .theme-image-left, .theme-image-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.theme-image-left {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme37_side_image.png);
}

.theme-image-right {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme37_side_imageright.png);
}

.theme-menuetable {
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #808080;
}

h2.theme-location-details {
    color: #685850 !important;
}
.theme-weddingparty-spacer {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme37_dot_separator.png);
    height: 40px;
    background-repeat: no-repeat;
}

.navbar-default .navbar-nav>li>a{
    color: #b1b1b1 !important;
}

.theme-nav-container-static {
    background-color: inherit;
    opacity: inherit;
}
.theme-nav-container-float {
    background-color: #ffffff;
    opacity: 0.9;
}
.theme-photo-wrapper {
    position: relative;
    margin-top: 8px;
    border: 10px solid white;
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.17);
    box-shadow: 0 1px 1px rgba(0,0,0,0.17);
}
.theme-section-seperator {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme37_separator.png);
    height: 20px;
    background-repeat: no-repeat;
    margin: 40px auto;
    background-size: contain;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu { background-color: transparent; }
}
