html{
    font-family: 'Libre_Caslon', 'Times New Roman', Times, serif;
    font-size: 18px;
    color:black;
    margin:10px;
    border:0;
    padding:0;
    background-color: lightgrey;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

p{
    margin:0;
    border:0;
    padding:0;
    text-align: justify;
    display:block;
    z-index: 2;
    position: relative;
}

h1{
    margin:0;
    border:0;
    padding:0;
    padding-bottom: 7px;
    font-size: 54px;
    color: #A68462;
    font-family: 'white_gardenregular', GeosansLight, sans-serif;
    font-weight: normal;
    text-align: center;
}

h2{
    margin:0;
    border:0;
    padding:0;
    padding-bottom: 7px;
    font-size: 42px;
    color: #A68462;
    font-family: 'white_gardenregular', GeosansLight, sans-serif;
    font-weight: normal;
    text-align: center;
}

iframe {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    width: 100%;
    height: 300px;
}

.container{
    max-width:1200px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
}
.container1{
    width: 100%;
    background-color: white;
    position: relative;
}

.container2{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.bannertop{
    width: 100%;
    padding-top: 20%;
    background-color: white;
    background:url('../Resources/header_1.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 96%;
    margin: 2%;
    background-color: white;
    float:left;
    border: 2px solid #A68462;
}

.innercontent{
    width: 96%;
    margin: 2%;
    position: relative;
}

.clear{
    display:block;
    line-height: 0;
    height: 0;
    clear:both;
}

.footer{
    float: left;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 16px;
    background-color: white;
}

.footer_img{
    position:absolute;
    height: auto;
    margin: -4.1%;
    max-width: 360px;
    width: 25%;
    top: 0;
    left: -1.9%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index: 0;
}

.footer p{
    font-size: 14px;
    text-align: center;
    color: #C5CFC5;
}

.menu{
    float:left;
    background-color: #C5CFC5;
    max-width:1200px;
    width: 100%;
}

.box_100{
    width: 100%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}
.box_40 {
    width: 40%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}

.box_60 {
    width: 60%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}

.left_img {
    width: 20%;
    min-width: 150px;
    height: auto;
    border-radius: 5px;
    border: 0;
    margin: 0;
    margin-right: 2.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    position: relative;
    z-index: 2;
}

.right_img {
    width: 20%;
    min-width: 150px;
    height: auto;
    border-radius: 5px;
    border: 0;
    margin: 0;
    margin-left: 2.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: right;
}

a{
    text-decoration:none;
    color: #5C6748;
}

a:hover{
    text-decoration:underline;
    color: #C5CFC5;
}

.submitbutton{
    display: block;
    padding: 14px 16px;
    background-color: #C5CFC5;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    font-family: 'Revista', 'Times New Roman', Times, serif;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.submitbutton:hover{
    background-color: #5C6748;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

@font-face {
    font-family: 'white_gardenregular';
    src: url('../Resources/fonts/whitegarden-regular-webfont.woff2') format('woff2'),
         url('../Resources/fonts/whitegarden-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeosansLight';
    font-style: normal;
    font-weight: normal;
    src: local('GeosansLight'), url('../Resources/fonts/GeosansLight.woff') format('woff');
}
    

@font-face {
    font-family: 'GeosansLight-Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('GeosansLight-Oblique'), url('../Resources/fonts/GeosansLight-Oblique.woff') format('woff');
}

@font-face {
    font-family: "Revista";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('../Resources/fonts/Revista.woff2') format('woff2'), url('../Resources/fonts/Revista.woff') format('woff');
}

@font-face {
    font-family: "Libre_Caslon";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('../Resources/fonts/LibreCaslonText-Regular.woff2') format('woff2'), url('../Resources/fonts/LibreCaslonText-Regular.woff') format('woff');
}

@media screen and (max-width: 1083px) {
    html{
        font-size: 14px;
    }

    h1{
        font-size: 44px;
    }

    h2{
        font-size: 34px;
    }

    .box_40 {
        width: 100%;
    }
    
    .box_60 {
        width: 100%;
    }
    iframe{
        margin-top: 20px;
    }

    .innercontent{
        width: 92%;
        margin: 4%;
    }

    .content{
        width: 92%;
        margin: 4%;
        border: 1px solid #A68462;
    }

    .bannertop{
        padding-top: 30%;
    }

    .submitbutton{
        background-color: #5C6748;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .left_img {
        margin-right: 5%;
        margin-top: 1%;
    }

    .right_img {
        margin-left: 5%;
        margin-top: 1%;
    }  

    .footer_img{
        width: 30%;
        margin: -6.8%;
        left: -2.2%;
    }
}