@font-face {
    font-family: 'ZapfinoExtraLT-One';
    src: url('../fonts/own/ZapfinoExtraLT-One.eot');
    src: url('../fonts/own/ZapfinoExtraLT-One.woff2') format('woff2'),
    url('../fonts/own/ZapfinoExtraLT-One.woff') format('woff'),
    url('../fonts/own/ZapfinoExtraLT-One.ttf') format('truetype'),
    url('../fonts/own/ZapfinoExtraLT-One.svg#ZapfinoExtraLT-One') format('svg'),
    url('../fonts/own/ZapfinoExtraLT-One.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    background-color: #D6D7DB;
}

body {
    overflow-y: scroll;
}

::-webkit-selection {
    color: #fff;
    background: rgb(199, 29, 35);
}

::-moz-selection {
    color: #fff;
    background: rgb(199, 29, 35);
}

::selection {
    color: #fff;
    background: rgb(199, 29, 35);
}

a {
    color: rgb(199, 29, 35);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: rgb(0, 82, 156);
    outline: none;
    text-decoration: none;
}

a.js-gotop:hover, a.js-gotop:active, a.js-gotop:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.small-only {
    display: none;
}

#fh5co-event a {
    font-weight: bold;
    text-shadow: 0 0 10px #FFFFFF;
}

#background-layer {
    background-color: #D6D7DB;
    position: fixed;
    top: 0;
    left: 0;

    /* The image used */
    background-image: url("../images/bg_hands_julia_and_stefan.jpg") !important;

    /* Full height and width */
    height: 100%;
    width: 100%;

    /* Center and scale the image nicely */
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;

    min-width: 320px;
}

#page {
    min-width: 320px;
}

.gill-sans {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.julia-and-stefan-frame {
    position: relative;
    width: 150px;
    height: 75px;
    line-height: 0.5;
}

.julia-and-stefan-element.julia {
    position: absolute;
    top: 0;
    left: 0;
}

.julia-and-stefan-element.and {
    font-size: 80px;
    position: absolute;
    top: 20px;
    left: 50px;
}

.julia-and-stefan-element.stefan {
    position: absolute;
    bottom: 0;
    right: 0;
}

.julia-and-stefan-frame div {
    font-size: 50px;
}

.blue {
    color: rgb(0, 82, 156);
}

.gray {
    color: rgba(0, 0, 0, 0.2);
}

.red {
    color: rgb(199, 29, 35);
}

.golden {
    color: rgb(187, 138, 11);
}

#fh5co-couple-story {
    padding: 2em 0;
}

.fh5co-cover.fh5co-cover-sm {
    margin-top: 50px;
    height: 400px;
}

.fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
}

#we-say-yes {
    font-size: 150px;
}

.display-tc h1, .fh5co-nav ul li {
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

.timeline-body {
    color: black;
}

.timeline li {
    min-height: 250px;
}

.timeline li:nth-child(3) {
    min-height: 175px;
}

.timeline:before {
    width: 2px;
    background-color: white;
}

.timeline > li > .timeline-panel {
    border: 2px solid white;
}

.timeline > li > .timeline-panel:before {
    border-width: 0;
}

.timeline h3 {
    margin: 20px 0;
}

.fh5co-heading h2 {
    font-family: "ZapfinoExtraLT-One", Arial, serif;
    font-weight: normal;
    color: white;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

.fh5co-heading {
    margin-bottom: 2em;
}

#section-procedure {
    position: relative;
    padding: 7em 0 3em 0;
    clear: both;
}

#section-procedure.failure {
    padding: 1em 0;
    margin: 2em 0 5em 0;
}

.overlay.red {
    background-color: rgba(199, 29, 35, 0.5);
}

.overlay.green {
    background-color: rgba(0, 102, 0, 0.5);
}

#section-procedure.failure p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
}

.procedure-wrapper {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.procedure-time {
    width: 20%;
    min-width: 20%;
    margin-right: 5%;

    font-size: 40px;
}

.fh5co-nav ul li a {
    font-size: 16px;
}

#fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
    margin-left: -15px;
}

.procedure-time > div {
    text-align: center;
}

.procedure-place > h4 {
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

.procedure-description {
    position: relative;
    margin: 20px 0;
}

.procedure-description > h3 {
    margin: 0;
    font-weight: bold;
}

.procedure-description > p {
    margin: 0;
}

#fh5co-started .btn {
    background: rgba(199, 29, 35, 0.5);
}

#fh5co-started .btn:hover {
    background-color: rgba(199, 29, 35, 1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

#fh5co-event {
    padding: 5em 0;
    clear: both;
}

.section-padding-5 {
    padding: 5em 0;
    clear: both;
}

.section-padding-5 p {
    color: rgba(255, 255, 255, 0.5);
    margin: 15px 5px;
}

.section-padding-5 h1 {
    margin: 0;
    padding: 0;
    color: white;

    /*margin-bottom: 0px;*/
    font-size: 70px;
    line-height: 1.5;
    font-family: "ZapfinoExtraLT-One", Arial, serif;
}

.accommodation-text {
    padding-bottom: 4em;
}

.info-text p {
    font-size: 20px;
    margin: 25px 2px;
}

.dark {
    color: rgba(0, 0, 0, 0.75);
}

.dark p {
    color: rgba(0, 0, 0, 0.75);
}

.bright {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-event {
    height: auto;
}

/* Quotes */

.quote-container {
    display: table;
    width: 100%;
    margin: 0;
}

.quote-container > div {
    display: table-cell;
}

.quote-left {
}

.quote-sign {
    font-size: 50px;
    text-align: right;
    vertical-align: bottom;
}

.quote-middle {
    width: 100px;
    text-align: center;
}

.quote-right {
    transform: rotate(180deg);
}

.no-br {
    white-space: nowrap;
}

.relative {
    position: relative;
}

.stamp {
    transform: rotate(12deg);
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier', serif;
    -webkit-mask-image: url('../images/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.is-nope {
    color: rgb(199, 29, 35);
    border: 0.5rem double rgb(199, 29, 35);
    -webkit-mask-position: 2rem 3rem;
    font-size: 2rem;
}

.booked-out-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.booked-out-text {
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;

    -moz-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
    transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}

.address-link {
    margin: 20px 0;
}

.address-link a {
    font-weight: bold;
    text-shadow: 0 0 10px #FFFFFF;
}

/* Google Maps */

.google-map {
    width: 100%;
    height: 500px;
    position: relative;
}

.googleMapsInfoWindow h3 {
    margin: 5px;
    color: black;
}

.google-maps-container h4 {
    color: rgba(255, 255, 255, 0.9);
    margin: 25px 5px -10px 5px;
}

/* Screens */

@media (max-width: 1200px) {
    .small-only {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .background-layer {
        background-size: 125% auto;
    }

    .fh5co-nav-toggle {
        display: block;
    }

    .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .background-layer {
        background-size: 150% auto;
    }

    #we-say-yes {
        font-size: 100px;
    }

    .procedure-time {
        font-size: 35px;
    }

    .fh5co-heading h2 {
        font-size: 50px;
    }

    #fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
        font-size: 75px;
    }

    .section-padding-5 h1 {
        font-size: 60px;
    }

    .info-text p {
        font-size: 15px;
    }

    .quote-sign {
        font-size: 25px;
    }
}

@media screen and (max-width: 550px) {
    .background-layer {
        background-size: 175% auto;
    }

    #we-say-yes {
        font-size: 90px;
    }
}

@media screen and (max-width: 480px) {
    .background-layer {
        background-size: 225% auto;
    }

    .procedure-time {
        font-size: 30px;
    }

    #fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
        font-size: 75px;
    }

    .timeline > li > .timeline-badge {
        width: 80px;
        height: 80px;
    }

    .timeline h3 {
        margin: 5px 0;
    }

    .section-padding-5 h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 420px) {
    .background-layer {
        background-size: 250% auto;
    }

    #we-say-yes {
        font-size: 80px;
    }

    .timeline > li > .timeline-badge {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 400px) {
    .procedure-time {
        font-size: 25px;
    }

    .section-padding-5 h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 380px) {
    #fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 350px) {
    .procedure-time {
        font-size: 20px;
    }
}
