* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  body{
    background-color: #2e2e2e;
  }

  svg{
      height: 20%;
      width: 20%;
      margin-right: 50%;
  }

  h2{
    text-decoration: none;
    color: #fff;
    margin-right: 60%;
  }
  
  header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 17px 5% 2%;
    background-color: #24252a;
  }
  
  .logo {
    margin-right: auto;
  }
  
  .nav__links {
    list-style: none;
    display: flex;
  }
  
  .nav__links a,
  .cta,
  .overlay__content a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #edf0f1;
    text-decoration: none;
  }
  
  .nav__links li {
    padding: 0px 20px;
  }
  
  .nav__links li a {
    transition: all 0.3s ease 0s;
  }
  
  .nav__links li a:hover {
    color: #0088a9;
  }
  
  .cta {
    margin-left: 1px;
    padding: 9px 25px;
    background-color: rgba(0, 136, 169, 1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  
  .cta:hover {
    background-color: rgba(0, 136, 169, 0.8);
  }
  
  /* Mobile Nav */
  
  .menu {
    display: none;
  }
  
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #24252a;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
  }
  
  .overlay--active {
    width: 100%;
  }
  
  .overlay__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  
  
  .overlay a {
    padding: 10px;
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    display: block;
    transition: all 0.3s ease 0s;
  }
  
  .overlay a:hover,
  .overlay a:focus {
    color: #0088a9;
  }
  .overlay .close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #edf0f1;
    cursor: pointer;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {
      font-size: 20px;
    }
    .overlay .close {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }


  }
  
  @media only screen and (max-width: 800px) {
    .nav__links,
    .cta {
      display: none;
    }
    .menu {
      display: initial;
    }
    button{
      border-radius: 2px;
    }
  }

  @media screen {
    h2{
      text-decoration: none;
      color: #fff;
      margin-right: auto;
    }

    #main{
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .main-content{
      display: flex;justify-content: space-between;
      align-items: center;
      width: 80%;
      margin: 50px auto;
    }
    
    .main-img{
      height: 450px;
      width: 510px;
      padding: 5px;
      border-radius: 10px;
      background-color: #014455;
      border-top: #5c5e64;
    }
    
    .main-img img{
      width: 100%;
      height: 95%;
      object-position: center;
      object-fit: contain;
    }
    
    .main-text{
      max-width: 500px;
    }
    
    .main-text span{
      text-transform: uppercase;
      font-weight: 600;
      color: #0088a9;
      letter-spacing: 2px;
    }
    
    .main-text h1{
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 45px;
    }
    
    .main-text p{
      color: #999d9e;
      margin: 20px 0px;
    }
    
    .main-text a{
      width: 180px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #5c5e64;
      color: #f8f8f8;
    }
    
    .main-text a:hover{
      background-color: #0088a9;
      color: #24252a;
      transition: 0.3s ease 0s;
      border: none;
    }
    
  }

  /*===========================================================================*/


  
.upload{
  text-align: center;
  padding: 2%;
  margin-top: 60%;
}

button a:hover{
  color: #0088a9;
}

a{
  color: #edf0f1;
  text-decoration: none;
}

/* main========================================== */

#main{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content{
  display: flex;justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 50px auto;
}

.main-img{
  height: 450px;
  width: 510px;
  padding: 5px;
  border-radius: 10px;
  background-color: #014455;
  border-top: #5c5e64;
}

.main-img img{
  width: 100%;
  height: 95%;
  object-position: center;
  object-fit: contain;
}

.main-text{
  max-width: 500px;
}

.main-text span{
  text-transform: uppercase;
  font-weight: 600;
  color: #0088a9;
  letter-spacing: 2px;
}

.main-text h1{
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 45px;
}

.main-text p{
  color: #999d9e;
  margin: 20px 0px;
}

.main-text a{
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5c5e64;
  color: #f8f8f8;
}

.main-text a:hover{
  background-color: #0088a9;
  color: #24252a;
  transition: 0.3s ease 0s;
  border: none;
}















