*{
  box-sizing:border-box;
}

body{
  margin:0;
  padding:0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-family: 'Ubuntu', sans-serif;
}

.container{
  background-color: antiquewhite;
 }

.content{
  min-height:  calc(100vh-50px);
  color: #666;
}

.container h1 ,.site-nav ul{  
  text-align: center;
}

.container h1{
  background-color: #E54B4B;
  color:#EBEBD3;
  padding:.3rem 0rem;
}

#active{
  color:black;
}

.s-nav-ul li{    
  font-size: 1.4rem;
  line-height: 3rem;
  height: 3rem;
  border-bottom: 1px solid #ccc;
}

.s-nav-ul li:first-child{
  border-top:1px solid #ccc;
}

.site-nav{
  background-color: rgba(0,100,100,1);
}

.site-nav a {     
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; 
  display: block;
}

.site-nav a:hover {
  background-color: whitesmoke;
  transition: background-color .1s ease-in-out;
  border: 1px solid  #c74f78;
  box-shadow: 0px 0px 30px 5px white;
  color:orangered;
}

.site-nav a.active {
  background-color: #c74f78;
  color: #eee;
}

.site-nav .fa{                            
  float:left;
  margin-top:10px;
  margin-left: 30px;
}

#h1{
  font-size: 30px;
  text-align: center;
  padding-top: .5rem;
  text-decoration-line: underline;
}

.textfields{
  margin:2rem 1rem 0rem 1rem;
  
}
.textfields > h3{
  padding: 1rem 0;
  font-size: 20px;
}
.textfields  a{
  text-decoration: none;
  color:orangered;
}

section{
  padding:.6rem .5rem;
  text-indent: 6px;
  
}
.keret{
  margin-top: .6rem;
  border: 1px solid red;
  border-radius: 3px;
  padding: 0 0 10px 0;
  background: linear-gradient(to right, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(229,176,135,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#jura{
  padding-bottom: 10px;
}

.textfields img{
  float:right;
  margin-top: 1.5rem;
  margin-right: .7rem;
  border: 2px solid orangered;
  border-radius: 4px;
  width:100px;  
}

#csok p{
  padding:10px 0px;
}

.debut h4{
  padding: 20px 0;
}

#two{
  padding-top: 100px;
}

#energiah2{
  color:black;  
  margin-bottom: 10px;
}

footer{
  height:50px;
  width:100%;
  background-color: rgb(29,36,42);
  color:white;
  display:table;
  text-align: center;
  font-size: .875rem;
}

.footer-wrapper{
  display: table-cell;
  vertical-align: middle;
  padding: .5rem 1rem;
}

.imgplain{
    margin:40px 5px 10px 5px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain img{
    width:80px;
    height: 80px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}

#village{
    display: none;
  }

#energiah2{
  font-size: 13px;
}
.imgplain3{
    margin:15px 10px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain3 img{
    width:100px;
    height: 90px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}
  .imgplain2{
    margin:10px 10px 10px 7px;;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain2 img{
    width:110px;
    height: 110px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}
#two{
  margin-top: -80px;
}
.debut{
  margin:.4rem .5rem;
}

.debut h3{
  margin-top: 15px;
}
.debut h4{
  margin-top: -15px;
  font-size: 16px;
  line-height: 1.4rem;
}

.debut i{
  margin-top: -20px;
}
article{
  line-height: 1.35rem;
}

@media (min-width: 375px) and (max-width:599px){

  #energiah2{
  font-size: 18px;
  }
}

@media (min-width: 600px) and (max-width:767px){
  .site-nav{
  position:absolute;
  top:25px;
  right:0%;
  background-color: #464655;
  clip-path: circle(0px at top right);
  transition: clip-path ease-in-out 700ms;
  border-radius: 5px;
}

.site-nav ul{
  margin: 0;
  padding: .1rem;
  list-style: none;
}

.site-nav--open{

  clip-path: circle(150% at top right);
    
}

  .site-nav li{
  font-size: 1.4rem;
  line-height: 3rem;
  height: 4rem;
  border-bottom: 1px solid #ccc;
  padding: 0rem 0rem;
}
.site-nav li:hover{
  font-size: 1.4rem;
  line-height: 3rem;
  height: 4rem;
  border-bottom: none;
  
}
  
.site-nav li{
  border-bottom: 1px solid #575766;
}

.site-nav li:last-child{
  border-bottom: none;
}


  
.site-nav a{
  color:#EBEBD3;
  display: block;
  padding: 1rem 4rem;
  text-decoration: none;
  text-transform: uppercase;
}
  
.site-nav a:hover,
.site-nav a:focus{
  background-color: whitesmoke;
  color:#464655;
  padding: .45rem 4rem;
  display: block;
  border: none;

}

  .textfields img{
  float:right;
  margin-top: 2rem;
  margin-right: 3rem;
  border: 2px solid orangered;
  border-radius: 5px;
  width: 150px;
}

#active{
  color:orangered;
}
  
  .menu-toggle {
  padding: .5rem;
  position: absolute;
  top: .25rem;
  right: .3rem;
  cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  background: #EBEBD3;
  height: 3px;
  width: 1.75rem;
  border-radius: 3px;
  transition: all ease-in-out 500ms;
}

.hamburger::before {
  transform: translateY(-6px);
}

.hamburger::after {
  transform: translateY(3px);
}

.open .hamburger {
  transform: rotate(45deg);
}

.open .hamburger::before {
  opacity: 0;
}

.open .hamburger::after {
  transform: translateY(-3px) rotate(-90deg);
}


.site-nav .fa{            
  float:left;
  margin-top:10px;
  margin-left: 0px;
}
  
  #village{
    display: none;
  }
  
  .imgplain2{
    margin:10px -112px 10px 15px;;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain2 img{
   
    width:100px;
    height: 110px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}

  
}

@media (min-width: 640px) and  (max-width: 768px){

#energiah2{
  color:black;
  font-size: 18px;
  margin-bottom: 15px;
}
}

@media (min-width: 768px){
  
  header{
    top:0px;
    position: fixed;
    z-index: 2;
    
  }
  main{
    margin-top: 50px;
  }
  
  .textfields img{
  float:right;
  margin-top: 2rem;
  margin-right: 3rem;
  border: 2px solid orangered;
  border-radius: 5px;
    width:200px;
}

  #village{
  float:right;
  width:100px;
  display:block;  
  margin-top:-10px;
  margin-left: 100px;  
  }
  
#energiah2{
  color:black;
  font-size: 26px;
  margin-bottom: 15px;
}
  .container h1{
    display: none;
  }
  .site-nav{
    display:inline;
  }
  
  .menu-toggle{
    display:none;
  }
  
  .container{
  box-shadow:  0px 0px 30px #E54B4B;
  background-color: rgba(229, 75, 75,.85);
  color:#EBEBD3;
  width:100vw;    
  }
  
  .wrapper{
      background-color: rgb(229, 75, 75);    
  }
  
   .s-nav-ul li {   
    display: inline-block;
    border: none;
    width: 14.5rem;
    font-size: 16px;  
  }
  
  .site-nav a{  
  display: inline-block;
  background-color: #E86161;
  color:#EBEBD3;
  height:2rem;
  margin: 10px;  
  line-height: 2rem;  
  }
  
  .site-a a{
    background-color:  rgb(229, 75, 75);
  }
  
.site-nav a:hover {
  transition: background-color .1s ease-in-out;
  border:0px;
  background-color: #E86161;
  box-shadow: none;
  color:black;
}
  
  .site-a a:hover{
    background-color:  rgb(229, 75, 75);
  }  
  
.site-nav li:first-child{
  border:0px;  
}

#active{
  color:black;
}
  
  main{
  font-size: 25px;
  line-height: 1.3;  
  }
  
  
.site-nav .fa{              
  float:left;
  margin-left: -10px;
  margin-right: 10px;
}

  .imgplain{
    margin:70px 10px 10px 10px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain img{
    width:200px;
    height: 200px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}

.imgplain2{
    margin:20px 10px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:left;
    
}
.imgplain2 img{
    width:210px;
    height: 220px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}

  .imgplain3{
    margin:35px 10px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain3 img{
    width:200px;
    height: 210px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}

  .debut{
    margin:10px 5px 1px 10px;
  }
  .debut h3{
    padding-top: 10px;
  }
  .debut h4{
    font-size: 22px;
    line-height: 2.1rem;
  }
  article{
    line-height: 2rem; 
  }
  
}

@media (min-width:761px) and (max-width:952px){
  .site-nav li{
    margin: 0px -25px;
    font-size: 15px;
  }
}

@media(min-width:770px){
  .firstpage{
    margin-left:-250px;
    
  }
}

@media (min-width:900px) and (max-width:1124px){
  article p, .debut, .debut h4{
    font-size: 28px;
    line-height: 2.3rem;
  }
  
  #first{
    width: 12rem;
    margin-left: 80px;
  }
  
  .imgplain2{
    padding-right: 10px;
  }

}
  
@media (min-width:1024px) and (max-width:1124px){
  
  .debut h3{
    font-size: 32px;
  }
  #energiah2{
    font-size: 32px;
    
  }
}

@media (min-width:1200px){
  #first{
    width: 28rem;
    margin-left: -130px;
    }
  
  .imgplain{
    margin:40px 15px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain img{
    width:300px;
    height: 250px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}
  .imgplain2{
    margin:10px 15px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:left;
    
}
.imgplain2 img{
    width:300px;
    height: 250px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
}
  .debut h3{
    padding: 1rem 0 0 2rem;
    font-size:32px;
  }
  .debut p{
    padding-left: 1rem;
  }
.imgplain3{
    margin:35px 20px;
    border:1px solid black;
    border-radius: 3px;
    display:block;
    float:right;
    
}
.imgplain3 img{
    width:300px;
    height: 250px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px #888888;
  }
    
}

@media (min-width:1340px){
  #first{
    width: 32rem;
    margin-left: -270px;
    }
  
}

@media (min-width:1440px){
  #first{
    width: 60rem;
    margin-left: -350px;
    }
  
}