 /* header section desktop start */

.success {
     height: auto; 
     width: 98%;
     position: fixed;
     background-color:#567050;
     box-shadow: 0.656vw 0.656vw 0.656vw rgba(0, 0, 0, 0.161); 
     color: white; 
     text-align: center; 
     font-family: Mr Eaves;
     z-index: 15; 
     margin-left: .8%; 
     padding-top: 0.977vw; 
     padding-bottom: 0.977vw;
     margin-top: 0.977vw; 
     opacity: 0; 
     transition: .5s ease all; 
     top: 0; 
     color: white;
 }
 
 #move1 {
     transition: .5s ease all; 
     transform: 0; 
     color: white;
 }
 
 #move2 {
     transition: .6s ease all;
     transform: 0;
     color: white;
 }
 
 #move3 {
     transition: .7s ease all;
     transform: 0;
     color: white;
 }
 
 .success p {
     padding: 0;
     margin: 0; 
     font-size: 3.125vw; 
     line-height: 1.2; 
 }
 
 .success a:link {
     color: white; 
 }
 
 .success a:active {
     color: white; 
 }
 
 .success a:visited {
     color: white; 
 }
 
 .success-exit {
     height: 3.255vw;
     width: 3.255vw;
     padding-left: 1.302vw; 
     padding-bottom: 1.302vw; 
     margin-top: 0; 
     margin-right: 0; 
     position: absolute;
     right: 0;
     top: 0; 
     z-index: 1; 
 }
 
 .success-exit:hover {
     cursor: pointer; 
 }
 
 
 .success-exit:hover .success-exit-1 {
     border-bottom: 0.326vw solid black; 
 }
 
 .success-exit:hover .success-exit-2 {
     border-bottom: 0.326vw solid black; 
 
 }
 
 
 .success-exit-1 {
     border-bottom: 0.326vw solid white;
     width: 3.255vw;
     transition: all .5s ease;
     z-index: 5;
     transform: rotate(50deg); 
     margin-top: 1.402vw; 
 
 }
 
 .success-exit-2 {
     border-bottom: 0.326vw solid white;
     width: 3.255vw;
     transition: all .5s ease;
     z-index: 5;
     transform: rotate(130deg);
     margin-top: -.2vw; 
 }

  .headerimage {
    width: 100%;
    height: 100vh;
    max-height: 650px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../assets/h-1.jpg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 24vw;
    position: relative;
  }

  .headerimageoverlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .6;
    position: absolute;
  }

  .logo-img img {
    width: auto;
    height: 100%;
  }

  .logo-img {
    height: 175px;
    width: 175px;
    z-index: 2;
    position: absolute;
    left: 25px;
    top: 0;
  }
  
  .center {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }

  h1 {
    font-family: Great Vibes;
    color: #F9F4F0;
    margin: 0;
    padding: 0;
    font-size: 100px;
    z-index: 2;
  }

  h2 {
    font-family: Chronicle Display;
    font-style: italic;
    color: #F9F4F0;
    margin: 0;
    padding: 0;
    font-size: 50px;
    z-index: 2;
  }

  .headerimage p {
    color: #f9f4f0;
    text-align: center;
    z-index: 2; 
    width: 750px;
    font-size: 30px;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
  }

  .cta {
    color: #f9f4f0;
    background-color: #7CA173;
    font-family: Mr Eaves;
    font-size: 25px;
    font-weight: bold;
    border: 0;
    outline: none;
    box-shadow: 0.195vw 0.195vw 0.391vw rgba(0,0,0,0.16); 
    width: 200px;
  }

  .cta:hover {
    background-color: #567050;
  }

  .cta a:link {
    text-decoration: none;
    color: #f9f4f0;
    width: 100%;
    padding: 20px 0 20px 0;
    display: block;
    margin: 0;
  }

    .cta a:visited {
    text-decoration: none;
    color: #f9f4f0;
    width: 100%;
    padding: 20px 0 20px 0;
    display: block;
    margin: 0;
  }

      .cta a:active {
    text-decoration: none;
    color: #f9f4f0;
    width: 100%;
    padding: 20px 0 20px 0;
    display: block;
    margin: 0;
  }

  .left {
    margin: 0 25px 0 0;
  }

  .buttons {
    display: flex;
    width: 700px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0;
    margin: 0;
  }

  /* header section desktop end */

/* tablet both */
@media (min-width: 601px) and (max-width: 1200px)   {
  
          /* header section tablet both start */

          .headerimage {
            height: 800px;
            max-height: none;
            background-size: cover;
            background-position: -15vw;
          }

          .success {
          height: 30vw; 
        display: flex;
      align-items: center; 
      justify-content: center;
      flex-direction: column;
    }
        
          /* header section tablet both end */

}

/* tablet big */
@media (min-width: 801px) and (max-width: 1200px)   {

    /* header section tablet large start */
  
    .headerimage p {
      width: 675px;
      padding: 50px 0 50px 0;
    }
  
    /* header section tablet large end */

}

/* tablet small */
  @media (min-width: 601px) and (max-width: 800px)   {

        /* header section tablet small start */
      
        .headerimage p {
          width: 500px;
          padding: 50px 0 50px 0;
          font-size: 30px;
        }

        h1 {
          font-size: 12vw;
        }
      
        h2 {
          margin: 15px 0 0 0;
          padding: 0;
          font-size: 6vw;
        }

      
        /* header section tablet small end */

}

/* mobile */
@media (min-width: 320px) and (max-width: 600px)   {


  /* header section mobile start */

  .headerimage {
    height: 800px;
    max-height: none;
    background-size: cover;
    background-position: -15vw;
  }

.headerimage p {
width: 90vw;
padding: 50px 0 50px 0;
font-size: 24px;
}

h1 {
font-size: 12vw;
}

h2 {
margin: 15px 0 0 0;
padding: 0;
font-size: 6vw;
}

.cta {
  transform: scale(.8);
}

 .success {
          height: 40vw; 
        display: flex;
      align-items: center; 
      justify-content: center;
      flex-direction: column;
    }

     #move1 {
          margin: 3vw 0 0 0;
     }

 
      .success p {
          padding: 0;
          margin: 0; 
          font-size: 6.125vw; 
          line-height: 1.2; 
          display: block;
      }
      
      .success-exit {
          height: 7.255vw;
          width: 7.255vw;
          padding-left: 1.302vw; 
          padding-bottom: 1.302vw; 
          margin-top: 0; 
          margin-right: 0; 
      }
      
      
      .success-exit-1 {
          border-bottom: 0.8vw solid white;
          width: 7.255vw;
          transition: all .5s ease;
          z-index: 5;
          transform: rotate(50deg); 
          margin-top: 3.95vw; 
      
      }
      
      .success-exit-2 {
          border-bottom: 0.8vw solid white;
          width: 7.255vw;
          margin-top: -.6vw;
      }
      
      .success-exit:hover .success-exit-1 {
          border-bottom: 0.8vw solid black; 
      }
      
      .success-exit:hover .success-exit-2 {
          border-bottom: 0.8vw solid black; 
      }

/* header section mobile end */ 

}