@font-face {
    font-family: "Beyond Infinity";
    src: url(BeyondInfinity.ttf);
}
body,
html {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.9rem;
}
body .overclosed,
.overclosed .cover {
	position: fixed !important;
	overflow: hidden;
}
canvas {
    display: block;
    vertical-align: top;
    top: 0;
    position: absolute;
}
.fixed-bottom {
    z-index: 4;
}
.navbar {
    padding: 0;
    box-shadow: 0 -6px 10px -5px hsla(0, 0%, 44.3%, 0.3);
}
.navbar .navbar-nav .nav-item {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.5px;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0.6rem 2rem 0.3rem 2rem;
    transition: all 0.5s ease-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #c94a67;
}
.navbar .navbar-nav .nav-item .nav-link svg {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
    background-color: #c94a67;
}
.navbar-light .navbar-nav .active > .nav-link:hover {
    color: #fff;
}
.btn-donation,
.play-pause {
    bottom: 100px !important;
    z-index: 3 !important;
}
.title {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 40%;
    bottom: 0;
}
.text-white {
    color: #fff !important;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.h2, h2 {
    font-size: 1.5rem;
}
.big-day {
    font-size: 50px;
    margin-bottom: -10px;
    position: relative;
    top: 10px;
}
.owl-nav {
    margin-top: 20px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    border: solid 2px #c94a67 !important;
    padding: 10px !important;
    margin: 5px !important;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    padding: 0px 12px;
    color: #fe8f89;
    font-size: 20px;
}
button.owl-next:hover,
button.owl-prev:hover,
button.owl-next:active,
button.owl-prev:active,
button.owl-next:focus,
button.owl-prev:focus {
    outline: none !important;
    box-shadow: none !important;
}
@media (max-width: 992px) {
    .navbar .navbar-nav {
        flex-direction: inherit;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 1rem;
    }
    .navbar .navbar-nav .nav-item .nav-link svg {
        font-size: 1rem;
    }
    .btn-donation,
    .play-pause {
        bottom: 70px !important;
    }
}
.cover {
    color: #fff;
    padding: 0 !important;
    position: fixed !important;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    z-index: 60;
}
.cover .mahkota {
    max-width: 225px;
    max-height: 100px;
}
.page-holder {
    min-height: 100vh;
}
.bg-cover {
    background-size: cover !important;
    padding: 0px;
    position: relative;
}
.container {
    max-width: 800px !important;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.bg-cover::before,
.cover::before {
    content: "";
    width: 100%;
    min-height: 100%;
    background: rgb(49 49 49 / 50%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-cover .container {
    position: relative;
}

.custom-shape-divider-bottom-1610288749 {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1610288749 img {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1610288749 .shape-fill {
    fill: #ffffff;
}

.custom-shape-divider-bottom-1614342402 {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1614342402 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1614342402 .shape-fill {
    fill: #ffffff;
}

.custom-shape-divider-top-1610288850 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1610288850 img {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-top-1610288850 .shape-fill {
    fill: #ffffff;
}

.custom-shape-divider-bottom-1610289013 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1610289013 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1610289013 .shape-fill {
    fill: #ffffff;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section {
    padding: 50px 0px;
    text-align: center;
    background-color: #fff;
}
.couple-ring {
    padding: 2rem;
    border-radius: 20px;
}
.couple-ring img {
    border-radius: 10px;
}
.location {
    color: #fff;
    position: relative;
}
.location .card {
    background-color: transparent;
    border: solid 2px #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}
.location .date {
    line-height: 30px;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}
.location .date span {
    font-size: 2rem;
    font-weight: 700;
}
.location::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ff7c7c;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.desc-location {
    font-style: italic;
}
.timer-wrapper .card {
    background: #ffffff;
    color: #c94a67;
    margin-bottom: 20px;
    border: solid 1px #c94a67;
}
.parallax {
    position: relative;
    min-height: 300px;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 576px) {
    .parallax {
        background-attachment: scroll;
    }
}
.parallax::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #c94a67;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.btn-secondary {
    color: #fff;
    background-color: #c94a67;
    border-color: #b30001;
}
h1,
h2 {
    font-family: "Beyond Infinity", sans-serif;
    font-style: bold;
}
h3,
.serif {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}
.information h3 {
    font-size: 2.5rem;
    color: #fff;
    font-family: "Beyond Infinity", sans-serif;
}
.information h3 hr {
    background: #c94a67;
    width: 30px;
    height: 3px;
}
.guestbook {
    background: url(./images/pattern-opaticy-new.png);
}
.guestbook .card {
    background: #ff7c7c;
    color: #fff;
}
.guestbook .card input, .guestbook .card textarea, .guestbook .card .vs__selected {
    color: #222;
}
.guestbook .card label, .guestbook .card label span {
    color: #fff;
}
.gallery {
    position: relative;
}
.caption {
    color: #c94a67;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}
footer {
    text-align: center;
    padding: 20px 0 120px;
}
footer img {
    max-width: 100px;
}
footer small {
    display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .display-1 {
        font-size: 3.3rem;
    }
    .display-4 {
        font-size: 3rem;
    }
    .cover h3 {
        font-size: 1.5rem;
    }
    .couple-ring::before {
        top: 0;
        left: 0;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 992px) {
    footer {
        padding: 20px 0 70px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bg-cover {
        padding-top: 50px;
    }
    .cover h3 {
        font-size: 3rem;
    }
    .big-day {
        font-size: 80px;
    }
    .cover .mahkota {
        max-width: 405px;
        max-height: 100px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.show-guest-book .container {
    max-width: 600px;
    max-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
    border: solid 1px #c94a67;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
}
.show-guest-book .media-comment {
    border-bottom: solid 1px #c94a67;
}
