body {
    background: #ddd url('../images/bg.png') repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

h1,
h2 {
    font-family: 'PT Sans', sans-serif;
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}

h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.medium-paragraph {
    font-size: 17px;
    line-height: 32px;
}

.colored-text {
    color: #9b59b6;
}

::-moz-selection {
    background: #9b59b6;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #9b59b6;
    color: #fff;
    text-shadow: none;
}

a.scroll-link {
    font-size: 32px;
    color: #666;
    line-height: 40px;
    margin-bottom: 2em;
}

a.scroll-link:hover,
a.scroll-link:focus {
    color: #888;
}

/***** General style, all sections *****/

section {
    min-height: 100vh;
}

/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dashed #ccc;
}

/* Main Cover*/

#main-cover #main-logo {
    min-width: 200px;
    max-width: 500px;
    width: 80%;
    height: auto;
    margin: auto;
}

#scroll-image {
    min-width: 200px;
    max-width: 500px;
    width: 90%;
    height: auto;
    margin: auto;
}

/* Counter */

.counter-block span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 25px;
    line-height: 40px;
}

#our-photos {
    margin: 2em auto;
}

.featured-photo {
    margin-top: 1em;
}

.featured-photo img {
    width: 300px;
    height: 300px;
}


@media (min-width: 481px) and (max-width: 800px) {
    .featured-photo img {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .featured-photo img {
        width: 150px;
        height: 150px;
    }
}

/***** Footer *****/

footer {
    padding: 40px 0 0 0;
    background: #444;
    color: #aaa;
    text-align: left;
}

.footer-bottom {
    padding-bottom: 25px;
    text-align: center;
}

#signature-holder {
    border: 1px dashed #aaa;
}


#left-side {
    background: #aaa;
    color: white;
    line-height: 1.2rem;
}

#left-side h3,
#left-side h4 {
    color: white;
    font-family: 'PT Sans', sans-serif;
}

#right-side {
    background: #fff;
    color: #333;
    padding: 3em 1em;
    font-size: 0.8rem;
    line-height: 1rem;
}

#right-side h3 {
    font-family: 'PT Sans', sans-serif;
    margin-top: 1em;

}

#right-side h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 2em;
}

#right-side h5 {
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
}

#main-heading {
    margin: auto;
    margin-bottom: -150px;
}


.new-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
    width:100vw;
}

.swiper {
    /* width: 100%;
    height: 600px; */

    display:flex;
    align-items:center;
    justify-content:center;
}

.swiper-slide img {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    height: 90%;
    padding: 10px 10px;
    width: 100%;
    object-fit: cover;
}

.vow {
    color: #222;
    padding: 10px;
}