/* roboto-condensed-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-condensed-v27-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed';
}
main a{
    display: inline;
}
.logo{
    width: 137px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

  .display-button{
    cursor: pointer;
    width: 35px;
    margin-right: 30px;
    background-color: rgba( 0, 0, 0, 0.7 );
    float: right;
    margin-top: 35px;
    padding-left: 6px;
    padding-top: 5px;
    padding-right: 32px;
    border-radius: 3px;
  }
  .display-button span{
    background-color:#fff;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 25px;
    border-radius: 5px;
  }
  .topbar{
    background-color: rgba(36,84,26,0.9);
  }
  .nav-list{
    font-family: 'Roboto';
    background-color: rgba(61,61,61,0.95);
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
  }
  .nav-list a{
    display: block;
    color: #fff;
  }
  .active li{
    background-color: #ead300;
  }
  .active a{
    color: #3c3533;
  }
  .nav-list li:hover{
    color: #3c3533;
    background-color: #ead300;

  }
  .nav-list a:hover{
    color: #3c3533;
    background-color: #ead300;

  }
  #aboutList{
    display: none; 
  
}
#aboutList.show{
    display: block;
}
.dropdown-content li{
    padding-left: 40px;
}
.left{
    width: 300px;
    margin: 0 auto;
    margin-top: 80px;
}
.right h2{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    color: #333333;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    margin-top: 50px;
}
.right p{
    color: #888888;
    line-height: 1.8;
    font-weight: 300;
    font-size: 20px;
}
.container{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 1040px;
}
.photo{
    height: 50vh;
    background: url(/images/fields-sheep1600x411.jpg);
    background-size: cover;
    background-position: center;
}
.three{
    width: 90%;
    margin: 0 auto;  
    max-width: 1040px;
}
.unu{
    margin: 15px 5px;
}
.buttons{
    width: 90%;
    margin: 0 auto;  
    max-width: 1040px;
}
.doi{
    text-align: center;
    margin-top: 40px;
}
footer{
    background-color: #3d3d3d;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
}
footer p{
    color: #888888;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}
footer span{
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
}
footer span:hover{
    background-color: #888888;
}

.content {
    width: 90%;
    margin: 0 auto;  
    max-width: 1040px;
    margin-top: 18px;
}

.content h1{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    color: #333333;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.content p{
    color: #888888;
    line-height: 1.8;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
}

.content h2{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    color: #333333;
    padding-top: 20px;
    font-weight: 400;

}
.content h3{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    color: #333333;
    padding-top: 20px;
    font-weight: 400;

}
#avia_1_2{
    border: none;
    background-color: #d9dee0;
    color: #919191; 
    width: 100%;
    height: 40px;
}
#avia_4_2{
    border: none;
    background-color: #d9dee0;
    color: #919191; 
    width: 100%;
    height: 100px;
}
.forms p{
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 14px;
}
.forms span{
    color: #70bf42;
}
#d{
    background-color: #70bf42;
    padding: 15px 30px;
    color: #fff;
    border: none;
    margin-top: 30px;
    margin-bottom: 80px;
}


.second {
    width: 90%;
    margin: 0 auto;  
    max-width: 800px;
    margin-top: 18px;
}

.second h1{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    color: #333333;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.second h2{
    font-weight: 300;
    font-size: 22px;
    color: #888888;
}
















@media (min-width:776px){

.left{
    width: 30%;
    float: left;
}

.right{
    width: 65%;
    float: right;
}

.right h2{
    font-size: 48px;
    padding-bottom: 20px;
}
.photo{
    height: 400px;
}

.three{
    max-width: ;
}
.unu{
    float: left;
    width: 31%;
}
.doi{
    width: 50%;
    float: left;
}





}









@media (min-width:776px){

.nav-list{
    background-color: transparent;
    display: inline-flex;
}
.nav{
    width: 640px;
    float: right;
    margin-top: 25px;
}
.display-button{
    display: none;
}
.free{
    display: none;
}
.active li{
    background-color: transparent;
}
.nav-list li:hover{
    background-color: transparent;
    color: #fff;
}
.nav-list a:hover{
    background-color: transparent;
    color: #fff;
}
.nav-list li{
    color: rgba(255,255,255,0.65);
    border-bottom: none;
}
.nav-list a{
    color: rgba(255,255,255,0.65);
    border-bottom: none;
}
.wrap{
    width: 100%;
    margin: 0 auto;
    max-width: 1040PX;
}

.nav-list span span{
    display: none;
}
.active a{
    color: #fff;
}

#aboutList{
    display: none; 
  
  }
  .dropdown:hover #aboutList {
    display: block;
    }
  .dropdown-content{
    padding-left: 0 ;
    position: absolute;
    background-color: #322d2d;
    padding-left: 0;
    width: 200px;
  }
  .dropdown-content li{
    border-bottom: 1px solid #1e1e1e;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
    color: #fff;
  }

  .dropdown-content li:hover{
    color: #3c3533;
    background-color: #ead300;

  }



}











