body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    background: #fff;
    color: #666;
    font-weight: 300;
    overflow-x: hidden;
    background: #fff url(img/flower.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
}
body.home #main-nav {
    display: none;
}
h1.header {
    font-weight: 100;
    font-size: 3rem;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
body.home h1.header {
    margin-top: 20vh;
    font-size: 4rem;
}
h3 {
    color: #666;
}
h4 {
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 1.5em;
}
.nav {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 300;
}
.nav-link {
    color: #333;
    display: inline-block;
}
.nav-link:hover {
    color: #e8001e;
}
.home .nav-link.nav-home,
.details .nav-link.nav-details,
.rsvp .nav-link.nav-rsvp {
    border-bottom: solid 1px #e8001e;
}

.lang-switch {
    background: #ddd;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.6em;
    overflow: hidden;
    z-index: 100;
}
.nav-link.switch.active {
    color: #e8001e;
    border-bottom: solid 1px #e8001e;
}
.nav-link.switch:hover {
    background: #e8001e;
    color: #fff;
}

.btn-light {
    cursor: pointer;
}
.btn-inverse {
    border-color: #e8001e;
    background: #e8001e;
    color: #fff;
}
.btn-light:hover {
    border-color: #e8001e;
    background: #e8001e;
    color: #fff;
}
.btn-light.btn-inverse:hover {
    border-color: white;
    background: white;
    color: #e8001e;
}
.bitmoji {
    width: 250px;
}
.inline-image-icon {
    max-height: 1.2em;
    width: auto;
    margin-top: -7px;
    margin-left: 3px;
}
.map-wrapper {
    position: relative;
    margin: 0px -40px;
}
.map-legend {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: solid 1px #eee;
    box-shadow: 0 0 10px -6px #000;
    border-radius: 3px;
}
.col-iframe {
    overflow: hidden;
    height: 80vh;
    padding: 0;
}
.col-details {
    overflow: scroll;
    /* max-width: 640px; */
}
.col-iframe iframe {
    position: absolute;
    /* margin-top: -80px; */
    /* margin-left: -43px; */
    height: 100%; /*calc(100% + 80px);*/
    width: 100%; /*calc(100% + 55px);*/
}
iframe {
    opacity: 0.8;
}
.card {
    background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1163px) {
    .col-iframe iframe {
        /* margin-top: -180px;
        height: calc(100% + 340px); */
    }
}
@media (min-width: 1313px) {
    .col-iframe,
    .col-details {
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    h1.header {
        font-size: 2rem !important;
    }
}
@media (max-height: 700px) and (max-width: 500px) {
    body.home h1.header {
        margin-top: 10vh;
    }
}
