@font-face {
	font-family: 'Varenthin 56';
	src: url('../font/varenthin-font/Varenthin-rg56K.ttf');
	src: url('../font/varenthin-font/Varenthin-rg56K.ttf') format('ttf'),
         url('../font/varenthin-font/Varenthin-rg56K.ttf') format('truetype');
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
    color: black;
}

nav{
    transition: 0.5s;
    background-color: transparent;
    line-height: 50px;
}

.navbar .navbar-toggler{
    outline: none;
    border: none;
    margin-right: auto;
    margin-top: 20px;
    color: white !important;
}

.navbar .navbar-toggler:hover {
    color: black;
}

.navbar-nav .nav-link{
    margin-right: 35px;
    padding-left: 9px;
    color: white !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: salmon;
}

.jumbotron {
    margin-top: -80px;
    background-image: url(../img/wedding-1.jpg);
    background-size: cover;
    filter: opacity(.9);
    max-height: 780px;
    height: 780px;
    color: white;

}

.jumbotron .container {
    transform: translateY(90%) !important;
}

.jumbotron h1 {
    font-size: 12em;
    font-family: 'Varenthin 56';
    text-shadow: 1px 1px 1px black;
}

.jumbotron p {
    font-family: 'Playfair Display', serif;
    text-shadow: 1px 1px 1px black;
}

.scrolling-active {
    background-color: black;
    line-height: 30px;
    box-shadow: 0px 0px 5px 1px rgb(65, 64, 64);
}

.scrolling-active .navbar-toggler,
.scrolling-active .navbar-nav .nav-link{
    color: white !important;
}

.main {
    padding: 100px 50px 120px;
}

#e {
    background-image: url(../img/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#e-1 {
    color: black;
}

#e-2 {
    padding: 100px auto !important;
    color: white;
}

#e-1 h1, #e-2 h1 {
    font-size: 128px !important;
    font-family: "Varenthin 56";
}

#e-1 h2, #e-2 h2 {
    font-size: 36px !important;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

#e-1 h5, #e-2 h5 {
    font-weight: bold;
}

#g, #l {
    padding: 50px 50px 100px;
    color: black;
}

#g #gallery {
    margin-bottom: 20px;
    font-family: 'Varenthin 56';
    text-shadow: 1px 1px 1px rgb(100, 100, 100);
}

#g .gallery-img-1 {
    width: 31%;
    overflow: hidden;
}

#g .gallery-img-2 {
    width: 31%;
    overflow: hidden;
}

#g .gallery-img-3 {
    width: 38%;
    overflow: hidden;
}

#g img {
    border-radius: 3% !important;
    width: 100%;
}

#g .img-1 {
    height: 100%;
}

#g .img-2 {
    width: 100%;
}

#g .img-3 {
    height: 100%;
}

#l {
    background-color: rgb(167, 166, 166);
}

#l #location {
    font-family: 'Varenthin 56';
    color: white;
    text-shadow: 1px 1px 1px black;
}

#follow .card {
    border: 1px solid #3a673e;
}

#follow .card-header {
    background-color: #3a673e;
    color: white;
}

.footer {
    background-color: rgb(100, 100, 100);
    color: white;
}


.gobtn{
    position: fixed;
    bottom: 40px;
    right: 30px;
    text-decoration: none;
    color: white !important;
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: #3a673e;
    text-align: center;
    display: none;
    transition: 0.5s;
    transition-property: transform background-color;
}

.gobtn:hover {
    transform: rotate(360deg) scale(1.1);
    border-radius: 50%;
    background-color: #19233D;
}

.gobtn i{
    margin: 15px auto;
}

@media (max-width: 576px) { 
    .btn-custom {
        padding: 10px;
        max-width: 140px;
    }

    .jumbotron .container {
        margin-top: 50px;
    }

    #g .gallery-img-1 {
        margin: auto;
        width: 80% !important;
        height: 100%;
        overflow: hidden;
    }
    
    #g .gallery-img-2 {
        margin: 50px auto;
        width: 80% !important;
        overflow: hidden;
    }
    
    #g .gallery-img-3 {
        margin: auto;
        width: 80% !important;
        overflow: hidden;
    }

    #e {
        background-position-y: 100px !important;
    }

    #follow {
        margin-top: 50px;
    }

}

@media (max-width: 768px) {
    
    nav{
        line-height: 40px;
    }

    .jumbotron {
        max-height: 500px;
    }

    .lead {
        font-size: 16px;
    }
    .jumbotron h2 {
        font-size: 40px;
    }

    .e-1 .row h2 {
        padding: 20px 0;
    }

    #g .gallery-img-1 {
        margin: auto;
        width: 80% !important;
        overflow: hidden;
    }
    
    #g .gallery-img-2 {
        margin: 50px auto;
        width: 80% !important;
        overflow: hidden;
    }
    
    #g .gallery-img-3 {
        margin: auto;
        width: 80% !important;
        overflow: hidden;
    }

    #e {
        background-position-y: 100px !important;
    }

    #follow {
        margin-top: 50px;
    }

}

@media (max-width: 992px) { 

    .jumbotron {
        height: 750px;
    }

    .jumbotron .container {
        transform: translateY(50%);
    }

    #e {
        background-position-y: 100px !important;
    }

    #follow {
        margin-top: 50px;
    }
}
