body {
  background-image: url(img/ok.jpg);
        background-size: cover;
   font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
        height: 100vh;
}

.container {
  width: 80%;
  height: 40px;
  position: relative;
  top: 40px;
  margin: 0 auto;
}

#logo {
  position: absolute;
  top: 0;
  left: 0px;
  color: white;
}

.img-responsive
{
    float: left;
    position: absolute;
    top: -20px;
    margin-left: -100px;
    width: 70px;
    height: 70px;
}
.navigation-wrapper {
  position: relative;
}
.navigation-button {
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 100px;
  background: transparent;
  cursor: pointer;
}
.navigation-button .fa {
  border: 2px solid white;
  border-radius: 3px;
  padding: 10px;
    color: white;
}
 

.navigation-menu ul li {
  list-style: none;
  font-family: impact;
  font-weight: 300;
  color: hsl(0,0%,70%);
}

.navigation-menu {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background: #fff;
  height: 100%;
  transform: skewX(0deg) translate(100%,0);
  transform-origin: top right;
  transition: all .2s ease-in;
  z-index: -1;
  display: flex;
}
.navigation-menu img
{
  width: 600px;
  height: 900px;
  margin-top: -100px;
}
.navigation-menu.active {
  transform: skewX(8deg) translate(0,0);
    
}


      .hero img
      { margin-top: 100px;
      margin-left: -150px;
      width: 150px;
    }
        .hero h1{
             
            margin-top: -150px;
            text-transform: uppercase;
            margin-left: 50px;
            font-family: impact;
            font-size: 23px;
            letter-spacing: 2px;
            color: white;
            text-align: left;
            
             
        } 
        
        span{
            font-size: 60px;
            letter-spacing: 2px;
            font-family: impact;
            text-align: left;
            color: white;
        }
        
        .button {
            
             
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 12px;
            position: absolute;
            margin-top: 55px;
            margin-left: 0px;
            left: -40px;
          }
        .btn1:hover{
            text-decoration: none;
            color: white;
        }
        .btn2:hover{
            text-decoration: none;
            color: black;
        }
        
        
        
        .btn1{
            padding: 12px 25px;
            background: #e78631;
            text-decoration: none;
            color: white;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
             
        }
        .btn2{
            padding: 12px 25px;
            background: #f4f6f8;
            text-decoration: none;
            color: #000;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
             
        }
      
@media (max-width:1260px){

          .container {
            width: 80%;
            height: 40px;
            position: relative;
            top: 40px;
            margin: 0 auto;
          }
          
          #logo {
            position: absolute;
            top: 0;
            left: 0px;
            color: white;
          }
          
          .img-responsive
          {
              float: left;
              position: absolute;
              top: -20px;
              margin-left: -100px;
              width: 70px;
              height: 70px;
          }
          .navigation-wrapper {
            position: relative;
          }
        
          .navigation-menu ul li {
            list-style: none;
            font-family: impact;
            font-weight: 100;
            color: hsl(0,0%,70%);
          }
          
          .navigation-menu {
            display: none;
          }
               .hero img
                { margin-top: 200px;
                margin-left: -100px;
              width: 200px;}
                  .hero h1{
                       
                      margin-top: -200px;
                      text-transform: uppercase;
                      margin-left: 150px;
                      font-family: impact;
                      font-size: 43px;
                      letter-spacing: 2px;
                      color: white;
                      text-align: left;
                      
                       
                  } 
                  
                  span{
                      font-size: 60px;
                      letter-spacing: 2px;
                      font-family: impact;
                      text-align: left;
                      color: white;
                  }
                  
                  .button {
                      
                       
                      font-family: 'Roboto Condensed', sans-serif;
                      font-size: 42px;
                      position: absolute;
                      margin-top: 180px;
                      margin-left: 0px;
                    }
                  .btn1:hover{
                      text-decoration: none;
                      color: white;
                  }
                  .btn2:hover{
                      text-decoration: none;
                      color: black;
                  }
                  
                  
                  
                  .btn1{
                      padding: 12px 25px;
                      background: #e78631;
                      text-decoration: none;
                      color: white;
                      border-top-left-radius: 20px;
                      border-bottom-left-radius: 20px;
                       
                  }
                  .btn2{
                      padding: 12px 25px;
                      background: #f4f6f8;
                      text-decoration: none;
                      color: #000;
                      border-top-right-radius: 20px;
                      border-bottom-right-radius: 20px;
                       
                  }
}