@font-face {
    font-family: 'Museo-700';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Museo700-Regular.otf);
}

@font-face {
    font-family: 'MuseoSans-500';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MuseoSans_0.otf);
}

@font-face {
    font-family: 'MuseoSans-500';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MuseoSans-900Italic.otf);
}

@font-face {
    font-family: 'MuseoSans-300';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MuseoSans-300.otf);
}

* {
    box-sizing: border-box;
}

html {
    font-family: "Museo-700",sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.0;
    letter-spacing: 0.5px;
    color: #3c3c3e;
}

body {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

h1 {
    font-size: 63px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: 1.9px;
    color:#255535;
}

h2 {
    padding: 30px 60px;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-family: Museo-700;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 1.2px;
    color: #255535;
}

h3 {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.16;
    letter-spacing: 0.8px;
    color: #3c3c3e;
}

h4 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.6px;
}

h5 {
    margin-bottom: 1px;
}

a {
    text-decoration: none;
}

a.seemore {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-family: "MuseoSans-300",sans-serif;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
menu,
nav,
summary {
    display: block;
}

nav {
    /* position: absolute; */
    display: flex;
    width: 100%;
    background-color: #255535e8;
    justify-content: space-between;
    top:0px;
    height: 95px;
    padding: 30px;
}

nav .spacer {
    flex-grow: 2;
}

nav > ul {
    list-style: none;
    padding-left: 0px;
}

nav > ul > li {
    display: inline-block;
    color: #e6f1e5;
}

nav a,
nav a:visited,
nav a:active{
    color: #e6f1e5;
}

nav > ul.mainmenu a:hover {
    text-shadow: 0 0 10px rgba(2, 71, 5, 0.18);
}

nav > ul.mainmenu > li.mainmenuitem {
    /* margin-right: 64px; */
    text-align: center;
    padding: 0 0 0 20px;
}
    
.middle {
    text-align: center;
    width: 100%;
}
    
ul {
    margin: 0;
}

.logoAndMore {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffffc7;
    padding: 30px 100px;
    width: 100%;
}

section.header {
    background-image: url('img/foto_www_kidawa_3.jpg');
    background-size: cover;
    padding:0;
    height: 667px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.logo2 {
    width: 400px;
}

.seemore {
    margin: 20px;
    width: 230px;
    height: 51px;
    background-color: #ffffffc7;
    text-align:center;
    vertical-align: middle;
    font-family: Museo-700;
    border: solid 2px #245536;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #245536;
}

section {
    width:100%;
    padding: 25px 25px 25px 25px;
    display: flex;
    flex-direction: column;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.wrapper aside {
    flex-basis: 30%;
    width: 30%;
    text-align: center;
    padding: 10px;
}

.wrapper article {
    flex-basis: 70%;
    flex-grow: 2;
    padding: 10px 50px 10px 25px;
}

/* video.fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
} */

/*                                                                    About                              */

.about {
    background-color: #e6f1e5;
    box-shadow: inset 0 0px 50px -10px rgba(3, 46, 12, 0.85);
}

.about aside h4,
.offer aside h4 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.6px;
}

.afterabout {
    height: 702px;
    display: block;
    background-image: url('img/foto_www_kidawa_1.jpg');
    background-size:cover;
    /*opacity: .75;*/
}

/*                                                                    Offer                              */

.offer article{
    padding: 0 100px;
}

.offer {
    /*opacity: 0.67;*/
    /*mix-blend-mode: screen;*/
    box-shadow: inset 0 13px 80.8px 20.2px rgba(3, 46, 12, 0.56);
    background-color: #255535;
}

.offer h2,
.offer aside h4 {
    color: #a1cbaf;
}

.offer p {
    color: #fff;
}

.offer li {
    color: #fff;
    font-family: "MuseoSans-300",sans-serif;
}

.offer p i {
    color: #a1cbaf;
}

.afteroffer{
    height: 720px;
    display: block;
    background-image: url('img/foto_www_kidawa_2.jpg');
    margin-left: -5px;
    background-size:cover;
    /*opacity: .75;*/
}

/*                                                                 Cooperation                              */


.cooperation {
    box-shadow: inset 0 0px 50px -10px rgba(3, 46, 12, 0.85);
    background-color: #e6f1e5;
}

.cooperation > div > article > p {
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: 0.5px;
    color: #3c3c3e;
}

.cooperation aside h4{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}


.aftercooperation {
    height: 720px;;
    display: block;
    background-image: url('img/foto_www_kidawa_4.jpg');
    background-size:cover;
}

/*                                                                     Contact                              */

section.contact{
    background-color: #e6f1e5;
    box-shadow: inset 0 0px 50px -10px rgba(3, 46, 12, 0.85);
    padding: 50px;
}

.contact .rightcolumn {
    width: 55%;
}

.contact .leftcolumn {
    width: 45%;
    padding-left: 50px;
}

.contact .leftcolumn h3 {
    padding:0;
    margin:0;

    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 1.2px;
    color: #255535;
}

.contact .leftcolumn h4 {
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: 0.5px;
    color: #3c3c3e;
    font-weight: normal;
    margin:0 auto;
}

.contact .leftcolumn p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.0;
    letter-spacing: 0.5px;
    color: #3c3c3e;
    margin-top:0;
}
   
.googleMap {
    width:100%;
    height: 450px;
    /* padding: 25px 125px 25px 25px; */
}

/*                                                             Footer                            */

footer {
    height: 75px;
    /* box-shadow: inset 0 0px 15px rgba(3, 46, 12, 0.85); */
    /* background-color: #e6f1e5; */
    background-color: #255535e8;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.hola {
    font-family: Museo-700;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0.4px;
    color: #e6f1e5;
}

.topnav{
    display: none;
}

@media only screen and (min-width : 320px) and (max-width: 769px) {

    .topnav{
        display: block;
    }
    .topnav {
        background-color: #255535;
        height: 60px;
        position: relative;
      }
      
      /* Hide the links inside the navigation menu (except for logo/home) */
      .topnav #myLinks {
        padding-top: 60px;
        display: none;
      }

      .topnav #myLinks a {
          border-bottom: 2px solid #e6f1e5;
      }

      .topnav #myLinks a:last-child {
            border-bottom: none;
      }
      
      /* Style navigation menu links */
      .topnav a {
        color: #e6f1e5;
        padding: 14px 16px;
        text-decoration: none;
        display: block;
        background-color: #255535;
      }
      
      /* Style the hamburger menu */
      .topnav a.icon {
        display: block;
        height: 60px;
        width: 60px;
      }

      .topnav a.icon img {
          width: 100%;
          height: 100%;
      }
      
      /* Add a grey background color on mouse-over */
      .topnav a:focus {
        background-color: rgba(221, 221, 221, 0.329);
        color: black;
      }
      
      .nav2container {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
      }

      .languages {
          text-decoration: none;
          float: right;
      }

      .languages li {
        display: inline-block;
        color: #e6f1e5;
    }

    nav{
        display: none;
    }

    .afteroffer {
        /* margin-left: -5px; */
        height: 200px;
        /*opacity: .75;*/
    }
    
    .afterabout {
        height: 200px;
    }

    .aftercooperation {
        height: 200px;
    }

    section.header {
        height: 500px;
    }

    .logoAndMore {
        padding: 30px;
        width: 100%;
    }

    img.logo2 {
        width: 300px;
    }

    .seemore {
    width: 170px;

    }

    .offer article{
        padding: 0 20px;
    }

    article{
        text-align: justify;
        hyphens: auto;
    }

    p, li {
        font-size: 16px;
    }

    .wrapper aside{
        width: 100%;
    }

    .wrapper article{
        padding: 0 20px;
    }

    h2 {
        text-align: center;
        padding: 30px 0;
    }

    h4, p {
        width: 100%;
    }

    h4 {
        margin: 0;
    }
    
    h3 {
        margin-bottom: 7px;
    }

    .wrapper {
        flex-direction: column;
    }

    ul {
        padding-left: 1em;
        text-align: left;
    }

    section.header {
        padding: 25px 0px;
    }    

    .contact .rightcolumn {
        width: 100%;
    }
    
    .contact .leftcolumn {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
}

/* @media only screen and (min-width : 770px) and (max-width: 1024px) {
} */

/* @media only screen and (max-width: 900px) {
    *{
        color: red !important;
    }
    .contact .rightcolumn {
        width: 100%;
    }

    .contact .leftcolumn {
        width: 100%;
        padding-left: 50px;
    }
} */

