/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-serif-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif'), local('NotoSerif'),
       url('fonts/noto-serif-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v9-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-serif-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'),
       url('fonts/noto-serif-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v9-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

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

body, html {
    height: 100%;

}

body {
    font-family: 'Noto Serif', serif;
    font-size: 1em;
    color: rgb(51, 51, 51);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h2 {
    font-size: 1.37em;
    font-weight: 400;
    margin-bottom: 1em;
}

a {
    color: rgb(51, 51, 51);
}

p {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em;
}

strong {
    font-weight: 700;
}

.bg-green-light {
    background: rgb(244, 248, 247);
}

.bg-green-medium {
    background: rgb(132, 182, 166);
}

.bg-brown-light {
    background: rgb(248, 243, 235);
}

.bg-brown-medium {
    background: rgb(232, 214, 190);
}

.column-1-1 {
    width: 95%;
    margin: 0 2.5%;
}

.column-1-2 {
    width: 45%;
    margin: 0 2.5%;
}

.column-1-3 {
    width: 28.33%;
    margin: 0 2.5%;
}

.content-floating {
    overflow: hidden;
}

.element-floating-left {
    float: left;
}

.element-floating-right {
    float: right;
}

.full-width {
    width: 100%;
}

.padding-top-btm {
    padding: 2.5em 0;
}

.padding-top {
    padding-top: 2.5em;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

.content-area {
    width: 87.5%;
    margin: 0 auto;
}

.text-centered {
    text-align: center;
}

.text-white,
.text-white a {
    color: rgb(255, 255, 255);
}

.text-green-medium {
    color: rgb(132, 182, 166);
}

.img-auto-fit {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

ul.list-style-clear {
    list-style: none;
}

ul.list-style-dash {
    list-style: none;
    margin-left: 0.75em;
}

ul.list-style-dash li:before {
    width: 0.75em;
    display: inline-block;
    content: '-';
    margin-left: -0.75em;
}

ul.list-style-circle {
  list-style: circle;
  margin-left: 1.1em;
}

ul.list-style-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}

.brd-btm-brown-medium {
    border-bottom: 16px solid rgb(232, 214, 190);
}

.margin-btm {
    margin-bottom: 1em;
}

.no-margin-btm {
    margin-bottom: 0;
}

#home {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgb(225, 225, 225);
}

#home-header {
    /*height: 30%; unbalanced ratio !!!*/
    height: 25%;
    background: rgb(255, 255, 255);
}

#home-header-logo {
    height: 100%;
}

.img-fit-height {
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

/* start header navigation */
.no-js #home-header-navigation-icon,
.no-js #home-header-navigation-arrow {
    display: none;
}

.no-js #home-header-navigation-list {
    display: block;
}

#home-header-navigation {
    position: fixed;
    top: 20px;
    right: 20px;
    overflow: hidden;
    z-index: 1;
}

#home-header-navigation-icon {
    cursor: pointer;
}

#home-header-navigation-icon,
#home-header-navigation-arrow,
#home-header-navigation-list {
    float: right;
}

#home-header-navigation-arrow,
#home-header-navigation-icon {
    height: 48px;
}

#home-header-navigation-arrow img,
#home-header-navigation-icon img {
    height: 100%;
    display: block;
    overflow: hidden;
}

#home-header-navigation-arrow,
#home-header-navigation-list {
    /*display: none;*/
}

#home-header-navigation-list {
    background: rgb(132, 182, 166);
}

#home-header-navigation-list ul {
    list-style: none;
    padding: 0.75em;
}

#home-header-navigation-list li {
    padding: 0.1em 0;
}

#home-header-navigation-list a {
    text-decoration: none;
    display: block;
    color: rgb(232, 240, 238);
}

#home-header-navigation-list a:hover,
#home-header-navigation-list a.active {
    color: rgb(64, 64, 64);
}
/* end header navigation */

#home-display {
    /*height: 70%; unbalanced ratio !!!*/
    height: 75%;
    background: rgb(232, 214, 190);
}

#home-display-top {
    height: 4%;
    border-bottom: 8px solid rgb(255, 255, 255);
}

#home-display-image {
    height: 85%;
    position: relative;
    overflow: hidden;
}

#home-display-image img {
    position: absolute;
}

#home-display-bottom {
    /*height: 10%;*/
    border-top: 8px solid rgb(255, 255, 255);
}

#overlay-site {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

#overlay-background {
    position: relative;
    z-index: 2000;
    background: rgb(255, 255, 255);
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.5);
}

#overlay-close {
    position: absolute;
    z-index: 4000;
    width: 50px;
    height: 50px;
    background: rgb(132, 182, 166);
    color: rgb(255, 255, 255);
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    top: 0;
    right: 0;
    cursor: pointer;
}

#overlay-content {
    position: relative;
    z-index: 3000;
    height: 90%;
    padding: 5%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#overlay-content iframe {
    width: 100%;
    height: 100%;
}


 /* start media queries */
@media only screen and (max-width: 800px) {
    .content-area {
        width: 95%;
    }
  
}

@media only screen and (max-width: 1023px) {
    .column-1-2,
    .column-1-3 {
        width: 95%;
        margin: 0 2.5%;
    }
    
    .add-margin-top {
      margin-top: 1em;
    }
}

@media only screen and (min-width: 1024px) {
    body {
        font-size: 1.2em;
    }
    
    .max-width {
        max-width: 1024px;
    }       
            
    .exeption-70-100 {
        width: 70%;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 1280px) {
    body {
        font-size: 1.5em;
    }
    
    .max-width {
        max-width: 1280px;
    }
    
    #home-header-navigation-arrow,
    #home-header-navigation-icon {
        height: 62px;
    }
}

@media only screen and (min-width: 1440px) {
    body {
        font-size: 1.6875em;
    }
    
    .max-width {
        max-width: 1440px;
    }
    
    #home-header-navigation-arrow,
    #home-header-navigation-icon {
        height: 70px;
    }
}

/*
@media only screen and (min-width: 1680px) {
    body {
        font-size: 1.96875em;
    }
    
    .max-width {
        max-width: 1680px;
    }
    
    #home-header-navigation-arrow,
    #home-header-navigation-icon {
        height: 82px;
    }
}
@media only screen and (min-width: 1920px) {
    body {
        font-size: 2.25em;
    }
    
    .max-width {
        max-width: 1920px;
    }
    
    #home-header-navigation-arrow,
    #home-header-navigation-icon {
        height: 94px;
    }
}
*/
/* end media queries */