/* marcellus-sc-regular - latin */
@font-face {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/marcellus-sc-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/marcellus-sc-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/marcellus-sc-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/marcellus-sc-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/marcellus-sc-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/marcellus-sc-v8-latin-regular.svg#MarcellusSC') format('svg'); /* Legacy iOS */
}

/* dosis-regular - latin */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dosis-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/dosis-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/dosis-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/dosis-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/dosis-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/dosis-v19-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/dosis-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/dosis-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/dosis-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/dosis-v19-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/dosis-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/dosis-v19-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    background-color: #4E4E4E;
    font-family: 'Dosis',sans-serif;
}

a {
    text-decoration: none;
    color: #fff;
}

p {margin: 10px;}

hr {border: 1px solid #A87D41;}

button{
    background-color: #A87D41;
    border: 0;
    border-radius: 8px;
    width: 220px;
    height: 41px;
    color: #E6E6E6;
    margin: 20px 20px 64px;
    font-size: 20px;
    font-family: 'Dosis';
    cursor: pointer;
}
.strong {font-weight:bold}
.w95 {width: 95%;}
.w100 {width: 100%;}

.m10 {margin: 10px;}

.fcol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frow {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tree {background: linear-gradient(to bottom, #fff 0%, #fff 64%, #4E4E4E 64%, #4E4E4E 100%);}

.tree img {margin: 28px;}


.txt-head {
    width: 100%;
    background-color: white;
    padding-top: 5vh;
}

.txt-head span{
    font-size: 40px;
    color: #A87D41;
    opacity: 50%;
    font-family: 'Marcellus SC';
    text-align: center;
    word-spacing: .25em;
    letter-spacing: .125em;
}
@media screen and (max-width:799px) {
    .txt-head span {
        word-spacing: .075em;
        letter-spacing: .025em;
    }
}
@media screen and (min-width:800px) {
.txt-head span {
    word-spacing: .25em;
    letter-spacing: .125em;
}
}
.box-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.txt-url {
    font-size: 38px;
    color: #fff;
    font-family: 'Marcellus SC';
}

.txt-tel {
    font-size: 39px;
    color: #fff;
    font-family: 'Dosis';
}

.txt-footer {
    font-size: 16px;
    color: #fff;
    font-family: 'Dosis';
    padding: 12px;
}
.frow li {
    text-align:left;
    margin-bottom:16px;
}
@media only screen and (max-width: 700px) {
    .fcol {justify-content: center;}

    .txt-head span {font-size: 19px;}

    .txt-url {font-size: 18px;}

    .txt-tel {font-size: 24px;}

    .tree img {
        width: 250px;
        margin: 15px;
    }

    button[type=submit] {
        width:240px;
        height: 35px;
        margin: 20px;
        font-size: 14px;
    }
    #abovethefold {
        flex-wrap:wrap;
        display:flex;
        height:80vh;
        width:100%;
    }
    #abovethefold .txt-head {
        height:20vh
    }
    #abovethefold .tree {
        height:60vh;
        margin-bottom:20vh
    }
    .box-info {
        margin-top:10vh;
    }
    #contact {
        display:flex;
        margin-top:20px;
        align-items:flex-end;
    }
}

@media only screen and (min-width:701px) {
    #abovethefold {
        display:flex;
        flex-wrap:wrap;
        height:100vh;
        width:100%;
    }
    #contact {
        display:flex;
        align-items:flex-end;
        position:absolute;
        top:100vh;
        right:24px;
        padding:16px;
        background:#4E4E4E;
        border-radius:2px;
    }

    .frow .content {
        flex-wrap:wrap;
        padding-bottom:40px;
        width:640px;
    }
    .frow h1 {
        margin-top:40px;
    }
    .frow h1,.frow h2 {
        width:100%;
    }
    button[type=submit] {
        width:320px;
    }
    .tree img {
        width:420px;
    }
    .layout_form + .w95 {
        padding-bottom:20px;
        z-index:4
    }
}
@media screen and (min-width:701px) and (max-width:959px) {
    
}
@media screen and (min-width:960px) {
    #abovethefold {
        height:100vh;
    }
    #abovethefold .txt-head {
        height:20vh;
    }
    #abovethefold .tree {
        height:65vh;
        margin-bottom:15vh
    }
}
#contact a {
    align-items:center;
    display:flex;
    flex-direction:column;
}
#contact img {
    width: 40px;
    margin-bottom:16px;
}
#contact a:first-child {
    margin-right:24px;
}
#contact a:nth-child(2) img {
    position:relative;
    margin-bottom:24px;
    width:32px;
}