/******************** GENERAL STYLES *******************/

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    min-width: 375px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    font-size: 1em;
    font-family: "M PLUS 1p", sans-serif;

}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

main,
section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.container {
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

h1,
h2,
h3 {
    font-family: "Source Serif 4", serif;
}

h2 {
    font-size: 1.3em;
}

.hide {
    display: none;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

/******************** NAV AND HERO STYLES *******************/

header {
    width: 100%;
}

nav {
    width: 100%;
    background: #c6c0af;
}

nav .container {
    justify-content: flex-start;
}

nav .site-label {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}

.site-label img {
    width: 20%;
}

nav h1 {
    font-size: 1em;
}

.hero {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pastor_jon2.jpg") center, no-repeat;
    background-size: cover;
    color: #fff;
}

.hero-content {
    width: 100%;
    padding: 250px 0 150px 0;
}

.hero-content h2 {
    font-size: 2.5em;
    padding-bottom: 10px;
}

.hero-content h3 {
    width: 100%;
    text-align: center;
}

.hero-content a {
    text-decoration: none;
    margin-bottom: 50px;
    padding: 10px 75px;
    border-radius: 20px;
    border: 1px solid #2563EB;
    background: #2563EB;
    color: #fff;
}

.hero-content .hero-copy {
    margin: 80px 0 20px 0;
}

/******************** ABOUT STYLES *******************/
.about {
    padding: 50px 0;
}

.about h2 {
    margin-bottom: 20px;
}

.experience {
    padding: 50px 0;
    width: 100%;
    background: #c6c0af;
}

.experience h2 {
    margin-bottom: 20px;
}

.experience-content {
    width: 100%;
}

.experience img {
    width: 100%;
    margin: 20px 0;
    border-radius: 5px;
}

.experience h3 {
    width: 100%;
    text-align: left;
}

.experience ul {
    list-style: none;
}

.experience ul li {
    margin-bottom: 15px;
}

/******************** SERVICE STYLES *******************/

.service {
    padding: 50px 0;
}

.service-contents {
    width: 100%;
}

.service h2 {
    margin-bottom: 20px;
}

.service-contents img {
    width: 100%;
    border-radius: 5px;
}

.pricing {
    width: 100%;
}

.place,
.aprice,
.photos {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.photos {
    border-bottom: none;
}

.place h3,
.aprice h3,
.photos h3 {
    margin: 20px 0;
}

.place ul,
.aprice ul {
    width: 100%;
    list-style: none;
}

.photos p {
    margin-bottom: 20px;
}

.photos a {
    text-decoration: none;
    padding: 10px 35px;
    background: #2563EB;
    color: #fff;
    border-radius: 25px;
}

.photos a i {
    margin-right: 10px;

}

/******************** CONTACT STYLES *******************/

.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pastor_jon3.jpg") center, no-repeat;
    background-size: cover;
    color: #000;
    padding: 50px 0;
}

.contact form {
    width: 100%;
    background: #fff;
    opacity: .9;
    border-radius: 5px;
    padding: 20px 10px;
}

.contact form h2 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.contact form input,
.contact form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.contact form label {
    width: 100%;
    text-align: left;
}

.contact form button {
    padding: 10px 75px;
    border-radius: 20px;
    border: 1px solid #2563EB;
    background: #2563EB;
    color: #fff;
    margin: 20px 0;
}

/******************** FOOTER STYLES *******************/

footer {
    padding: 20px 0;
    background-color: #c6c0af;
}

/******************** TABLET STYLES *******************/

@media (min-width: 768px) {
    nav .container {
        justify-content: space-between;
    }

    nav .site-label {
        width: 50%;
    }

    nav img {
        width: 10%;
    }

    .nav-btn {
        text-decoration: none;
        display: flex;
        padding: 10px 75px;
        border-radius: 20px;
        border: 1px solid #2563EB;
        background: #2563EB;
        color: #fff;
    }

    .hero-content h3 {
        font-size: 2em;
    }

    /******************** ABOUT STYLES *******************/

    .about .container {
        justify-content: flex-start;
    }

    .about h2 {
        width: 100%;
        text-align: left;
    }

    .about-pic {
        display: block;
        width: 55%;
        margin-bottom: 20px;
    }

    .experience .container {
        justify-content: space-between;
    }

    .experience h2 {
        width: 100%;
        text-align: left;
    }

    .experience h3 {
        margin-bottom: 10px;
    }

    .experience-content {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .experience-content ul li {
        margin-bottom: 12px;
    }

    .experience img {
        width: 40%;
        margin: 0;
    }

    /******************** SERVICE STYLES *******************/

    .service .container {
        justify-content: space-between;
        align-items: flex-start;
    }

    .service-contents {
        justify-content: space-between;
        align-items: stretch;
    }

    .service-contents img {
        width: 30%;
    }

    .pricing {
        width: 60%;
    }

    .place,
    .aprice,
    .photos {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .place h3,
    .aprice h3,
    .photos h3 {
        margin: 0;
    }

    /******************** CONTACT STYLES *******************/

    .contact form {
        width: 60%;
        opacity: 90%;
    }

    .contact form h2 {
        width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }


}

/******************** DESKTOP STYLES *******************/

@media(min-width: 1200px) {

    .container {
        max-width: 1200px;
    }

    /******************** NAV AND HERO STYLES *******************/

    nav {
        padding: 15px;
    }

    nav .site-label {
        width: 30%;
    }

    nav a {
        text-decoration: none;
    }

    .nav-btn {
        padding: 10px 75px;
        cursor: pointer;
        transition: 0.4s;
    }

    .nav-btn:hover {
        background: #3385ff;
        border: 1px solid #3385ff;
        transition: 0.4s;
    }

    .hero-content {
        padding: 250px 0 200px 0;
    }

    .hero-content h2 {
        font-size: 5em;
    }

    .hero-content a {
        cursor: pointer;
        font-weight: bold;
        padding: 10px 75px;
        transition: 0.4s;
    }

    .hero-content a:hover {
        border: 1px solid #3385ff;
        background: #3385ff;
        transition: 0.4s;
    }

    .site-label img {
        width: 20%;
    }


    /******************** ABOUT STYLES *******************/

    .about .container {
        position: relative;
    }

    .about img {
        border-radius: 5px;
    }

    .about .about-content {
        width: 55%;
        padding: 20px;
        position: absolute;
        background: #c6c0af;
        border-radius: 5px;
        right: 0;
    }

    .about-content p {
        font-size: 1.2em;
    }

    .experience-content {
        justify-content: flex-start;
        flex-direction: row;
    }

    .experience-content ul {
        margin-left: 100px;
    }

    .experience-content ul li {
        margin-bottom: 35px;
    }

    .experience img {
        width: 40%;
    }

    /******************** SERVICE STYLES *******************/

    .service-contents img {
        width: 30%;
    }

    .pricing {
        width: 50%;
    }

    .place,
    .aprice,
    .photos {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row wrap;
        padding-bottom: 50px;
    }

    .photos {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .photos a:hover {
        background: #3385ff;
        transition: 0.4s;
    }

    /******************** CONTACT STYLES *******************/

    .contact form {
        margin: 50px 0;
    }

    .contact form {
        width: 40%;
    }

    .contact form button {
        cursor: pointer;
        padding: 10px 75px;
        transition: 0.4s;
    }

    .contact form button:hover {
        background: #3385ff;
        border: 1px solid #3385ff;
        transition: 0.4s;
    }

}