
@charset "utf-8";

body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url("bildencss.jpg");
    background-attachment: fixed;
    background-position: center;
}

img{
      position: fixed;
      width: 20rem !important;
      height: 300px;
}
img{
      position: fixed;
      width: 20rem !important;

      margin: 100px;
      padding: 10px 10px;
      color: black;
      background-color: black;

      top: 400px;
      left: 60px;

      top: 100px;
      left: 500px;

    }

*{
   margin: 0;
   padding: 0;
   font-family: "montserrat",sans-serif;   
 }

   .header{
     height: 100px;
     background: #34495e;
     padding: 0 20px;
     color: #fff;
 }

 .logo{
   line-height: 100px;
   float: left;
   text-transform: uppercase;
}

.logo img{
    left: 10px;
    top: 10px;

}

 .menu{
    float: right;
    line-height: 100px;     
 }
 .menu a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    transition: 0.4;

 }
  .show-menu-btn,.hide-menu-btn{
      transition: 0.4;
      font-size: 30px;
      cursor: pointer;
      display: none;
 }
 .show-menu-btn{
     float: right;
 }
 show-menu-btn i{
line-height: 100px;
 }
 .menu a:hover,
 .show-menu-btn:hover,
 .hide-menu-btn:hover{
     color: #3498db;
 }
 #chk{
     position: absolute;
     visibility: hidden;
     z-index: -1111;
 }

 .content{
     padding: 0 20px;

 }
 .content img{
     width: 100%;
     max-width: 700px;
     margin: 20px 0;
     top: 500px;
     left: 30px;

 }
@media screen and (max-width:800px) {
    .show-menu-btn,.hide-menu-btn{
        display: block;
    }
.menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #333;
    right: 0;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal; 
  }
.menu a{
    display: block;
    padding: 20px;
}
.hide-menu-btn{
    position: absolute;
    top:40px;
    right:40px;

}
}