@font-face {
    font-family: 'Josefin Sans';
    src: url('Fonts/JosefinSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

* {
    box-sizing: border-box;
}

html {
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #20640C;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FC832B;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #e0792f;
    }

body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    color: #20640C;
    margin: 0;
}

h1, h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    padding: 0
}

h2 {
    color: #FC832B;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 16px;
}

    p a {
        color: #20640C;
    }

.logo {
    margin-top: 40px;
    margin-bottom: 56px;
}

.contact p, .contact p a {
    color: #FC832B;
    font-family: "Josefin Sans";
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 0;
}

.columns {
    display: flex;
    flex-direction: column;
}

.column .is-text {
    max-width: unset;
    padding: 16px 16px 100px 16px;
    display: block;
    position: relative;
    margin: auto;
}

.column.is-image{
    position:relative;
}

figure.media {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    figure.media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    figure.media::before {
        width: 100%;
        height: 100%;
        content: "";
        background-color: #20640C;
        opacity: 0.5;
        display: block;
        position: absolute;
    }

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        line-height: 40px;
    }

.overflow-image {
    position: absolute;
}

    .overflow-image figure.location {
        margin: 0;
        padding: 0;
    }

.overflow-image {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.img-container {
    position: relative;
    display: inline-block; 
}

    .img-container img {
        display: block; 

    }

.is-image figure {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-width: 240px;
}
.is-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.corner {
    position: absolute;
    width: 40px; 
    height: 40px; 
}

    .corner.top-left {
        top: -10px;
        left: -10px;
        border-top: 3px solid #FC832B;
        border-left: 3px solid #FC832B;
    }

    .corner.top-right {
        top: -10px;
        right: -10px;
        border-top: 3px solid #FC832B;
        border-right: 3px solid #FC832B;
    }

    .corner.bottom-left {
        bottom: -10px;
        left: -10px;
        border-bottom: 3px solid #FC832B;
        border-left: 3px solid #FC832B;
    }

    .corner.bottom-right {
        bottom: -10px;
        right: -10px;
        border-bottom: 3px solid #FC832B;
        border-right: 3px solid #FC832B;
    }

@media only screen and (min-width: 480px) {
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
 
}

@media only screen and (min-width: 640px) {

    .corner.top-left {
        top: -12px;
        left: -12px;
        border-top: 4px solid #FC832B;
        border-left: 4px solid #FC832B;
    }

    .corner.top-right {
        top: -12px;
        right: -12px;
        border-top: 4px solid #FC832B;
        border-right: 4px solid #FC832B;
    }

    .corner.bottom-left {
        bottom: -12px;
        left: -12px;
        border-bottom: 4px solid #FC832B;
        border-left: 4px solid #FC832B;
    }

    .corner.bottom-right {
        bottom: -12px;
        right: -12px;
        border-bottom: 4px solid #FC832B;
        border-right: 4px solid #FC832B;
    }
}

@media only screen and (min-width: 768px) {


}

@media only screen and (min-width: 1024px) {



}

@media only screen and (min-width: 1280px) {

    .overflow-image {
        position: absolute;
        top: 80px;
        left: -20px;
        transform:unset;
    }

    .columns {
        display: flex;
        flex-direction: row;
    }

    .column {
        width: 50%;
        height: auto;
        position: relative;
        height: 100vh;
    }

        .column .is-text {
            max-width: 712px;
            padding: 16px;
            display: block;
            position: relative;
            margin: auto;
        }
}

@media only screen and (min-width: 1440px) {
    .overflow-image {
        position: absolute;
        top: 80px;
        left:-70px;
    }
}

@media only screen and (min-width: 1540px) {
 html{
     overflow:hidden;
 }
}
