@import "variables.css";
@import "header.css";
@import "footer.css";
@import "homepage.css";
@import "events.css";
@import "localitites.css";
@import "galleries.css";
@import "activities.css";
@import "parts.css";
@import "slideshow.css";

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    top: 0;
    text-align: left;
    height: 100%;
    color: var(--e-text);
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    transition: 0.3s;
}

/*-------------------------------------------------------------------------*/

#main {

}

.box {
    width: 100%;
    position: relative;
}

.box-content {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#content .box-content:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 800px;
}

#content {
    min-height: calc(100vh - 555px);
    margin-top: -74px;
}

/*----------------------------------------------------------------------------*/

.bg-headline {
    border-radius: 10px;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-top: -30px;
    margin-bottom: 30px;
}

/*----------------------------------------------------------------------------*/
/* other styles */

hr {
    width: 100%;
    max-width: 180px;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
    border-width: 0;
    background-color: rgb(180,180,180);
    clear: left;
}

a, a:hover, a:visited{
    color: black;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    line-height: 150%;
}

h1, h2 {
    text-align: center;
    text-decoration: none;
    color: var(--e-green);
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    font-size: 35px;
    margin-top: 0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: var(--e-green);
    margin: 0;
}

h1, h2, h3 {
    line-height: 150%;
}

p, li {
    line-height: 180%;
    max-width: 800px;
    margin: 5px auto;
}

p {
    margin: 25px auto;
    max-width: 800px;
    text-align: justify;
    line-height: 1.7;
}

#content img {
    max-width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 1100px) {
    .bg-headline {
        margin-top: 0;
    }

    #content {
        margin-top: 0;
    }

    #content .box-content:first-of-type {
        padding-top: 110px;
    }

    h1 {

    }
}

@media screen and (max-width: 700px){
    .bg-headline {
        height: 0;
        padding-top: 40%;
    }

    p {
        text-align: left;
    }
}
