@font-face {
    font-family: 'ARTIS';
    src: url('/Artis-Sans-Light.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'ARTIS';
    src: url('/Artis-Sans-Regular.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'ARTIS2';
    src: url('/artis-sans-demibold.woff2') format('woff2');
    font-weight: bold;
}



@font-face {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
}

h1{
    text-align: center;
}

body{
    background: #fff9f7;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.fade-in {
    animation: fadeIn 2s ease-in-out forwards;
}

#rings{
    font-size: 30px;
}

#rings div{
    margin-right: -5px;
    margin-left: -5px;
}

#rings:after {
    content: "•";
    margin-top: -30px;
    margin-left: -13px;
    font-size: 20px;
    /*text-shadow: 0 1px 0px black;*/
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.75);
}

div#start {
    font-family: 'ARTIS', serif;
    background-image: url('../img/two.jpg');
    background-position: top;
    background-size: cover;
    font-size: 40px;
}

div#sections h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
}

h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    text-transform: uppercase;
}

div#start > div {
    height: 70vh;
}

div#initials {
    font-size: 90px;
}

div#timing h3 {
    letter-spacing: 2px;
}
div#timing{
 min-height: 70vh;
}

div#timing img{
    max-height: 168px;
}

div {
    font-weight: 300;
}

div#timing b {
    font-weight: 500;
}

iframe {
    height: 400px;
    width: 100%;
}
div.colors{
    height: 55px;
    max-width: 1000px;
    margin: 0 auto;
}
div.colors div{
    width: 100%;
    display: inline-block;
    border:1px solid #e1e1e1;
    /*clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);*/
}

#social, #timing, #end{
    background: rgba(57, 184, 57, 0.07);
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

#social img{
    max-height: 150px;
}


#social .row>div{
    text-align: center;
}





.gallery-container {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.gallery-img {
    max-width: 90%;
    max-height: 100%;
    transition: opacity 0.5s ease-in-out;
}
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.fullscreen-img{
    width: 100vw;
}
.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #616161;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 26px;
    background: #ffede0;
    border-radius: 50%;
    text-align: center;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    font-size: 36px;
    z-index: 9999;
}
.arrow-left {
    left: 0px;
}
.arrow-right {
    right: 0px;
}