@import 'https://fonts.googleapis.com/css?family=Lato:400,700';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
  body{
    /*width: 100;*/
    /*margin: auto;*/
    background-color: #F4F4F2;
    font-family: 'Lato', sans-serif;
  }
  #page-wrapper {
    position: relative;
  }
  
  
  li{
    list-style: none;
    /*@media(max-width: 700px) {
      margin: 5px auto 5px auto;*/
    }
      
  
  
  a {
    color: #F69A1F;
    text-decoration: bold;
    font-size: 25px;
  }
  
  a.button{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    color:black;
    text-transform: uppercase;
    padding: 0 20px; 
    height: 40px;
    font-size: 1em; 
    border: 0;
    margin: 15px 0;
    background-color: #f69a1f;
    font-weight: 400;
    border-radius: 2px;
    text-decoration: none;
    
}

a.button:hover {
  background-color: #FFFFFF;
  transition: background-color 1s;
}
  /*global classes styling*/
  
  .container {
    max-width: 1000px;
    width: 100%;
     margin: 0 auto;
  }
  .btn {
    color: black;
    margin: 15px 0;
     padding: 0 20px; 
    height: 40px;
    font-size: 1em; 
    font-weight: 400;
    text-transform: uppercase;
    border: 0px 
    border-radius: 2px;
    background-color: #f69a1f;
    
    cursor: pointer;
  }
  
  .grid {
    display: flex;
  }
  

  
  header {
    position: fixed;
    top: 0px;
    min-height: 75px; 
    padding: 0px 100px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000000;
    height: 20px;
}
    @media (max-width: 600px) {
      header {
      flex-wrap: wrap;
    }
  }
  
  .logo {
    width: 60vw;
    
    
}
  
@media (max-width: 650px) {
     .logo {
    margin-top: 15px;
    width: 100%;
    position: relative; 
  }
}

  
   .logo > img {
    width: 100;
    height: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 20px;
     } 
      @media (max-width: 650px) {
        .logo > img {
        margin: 0 auto;
      }
     }
      
  nav {
    font-weight: 400;
     }
    @media (max-width: 650px) {
      nav {
      margin-top: 10px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 50px;
      }
      
      nav li {
        padding-bottom: 5px;
      }
}

nav > ul {
      width: 35vw;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
}
      @media (max-width: 650px) {
        nav > ul {
        flex-direction: column;
      }
     } 


  #hero {
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
    margin-top: 100px;
    
  }
   #hero > h2 {
    
    margin-bottom: 30px;
     word-wrap: break-word;
    }
     
  #hero input[type="email"] {
    max-width: 275px;
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    
  }
  
   #hero input[type="submit"] {
    /*align: center;*/
    max-width: 150px;
    width: 100%;
    height: 30px;
    margin: 15px 0;
    border: 0;
    background-color: #F39E27;
  }
    
 #hero input[type="submit"]:hover {
  background-color: orange;
  transition: background-color 1s;
}

  

  @media (max-width: 650px) {
    #hero {
    margin-top: 120px;
    
  }
}

/* features */

#features {
  margin-top: 40px;
}
  .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 50%;
    color: #F69A20;
  }

    @media (max-width: 550px) {
      #features .icon {
      display: none;
    }
  }


#features .desc {
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 125px;
    width: 80vw;
    padding: 5px;
  }

    @media (max-width: 550px) {
      #features .desc {
      width: 100%;
      text-align: center;
      padding: 0;
      height: 150px;
    }
  }

@media (max-width: 650px) {
  #features{
    margin-top: 0;
  }
}

/* how it works */

#how-it-works {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
  #how-it-works > iframe {
    max-width: 560px;
    width: 100%;
  }


  /* pricing*/

#pricing {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
  
  .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(100%  / 3);
  margin: 10px;
  border: 1px solid #000;
  border-radius: 3px;
}
  
    
  .product >  .level {
      background-color: #f69a1f;
      color: black;
      padding: 15px 0;
      width: 100%;
      text-transform: uppercase;
      font-weight: 700;
    }
   
  .product > h2 {
      margin-top: 15px;
    }
    
    .product > ol {
      margin: 15px 0;
  }
     .product > ol  > li {
       padding: 5px 0; 
    }
    
    .product > button {
      border: 0;
      margin: 15px 0;
      background-color: #f69a1f;
      font-weight: 400;
      
  }
      .product > button:hover {
        background-color: #FFFFFF;
        transition: background-color 1s;
      }
    
  
  
  @media (max-width: 800px) {
    #pricing {
    flex-direction: column;
    }
     .product {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}


footer {
  margin-top: 30px;
  background-color:#ddd;
  padding: 20px;
}

footer > ul {
  display: flex;
  justify-content: flex-end;
}
  
  
footer > ul > li {
  padding: 0 10px;
}
  
  
  footer > span {
    
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    font-size: 0.9em;
    color: #000000;
  }