section{
    width: 100%;
}

.more {
    width: 140px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: aqua;
}

.more a {
    color: #1B1C1E;
    font-size: 16px;
}

.fv {
    position: relative;
    width: 100%;
    height: 700px;
}

.fv_img {
    position: fixed;
    width: 100%;
    height: 700px;
    background-image: url(../img/contact/3745606_m.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -10;
    top: 0;
}

.fv-title {
    padding-top: 200px;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.fv-title h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.fv-title p {
    font-size: 30px;
    line-height: 1.34em;
}

#contact {
    width: 100%;
    height: 100%;
  }
  
  .section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 840px;
  }
  
  .form-horizontal {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    /* max-width: 400px; */
    font-family: 'Lato';
    font-weight: 400;
    padding: 100px 50px;
    background-color: rgb(0, 0, 0, 0.562);

  }
  
  .form-control, 
  textarea {
    width: 100%;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
  }

  .form-group {
    margin-bottom: 10px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 30%;
    overflow: hidden;
    /* transition: all .2s ease-in-out; */
  }
  
  .alt-send-button {
    width: 100%;
    height: 34px;
    /* transition: all .2s ease-in-out; */
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  /* .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  } */
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 400px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #aaa;
  }
  
  .contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #fff;
    text-decoration: none;
  }

  @media screen and (max-width: 800px){
    .fv {
        height: 430px;
    }
    .fv-title h2 {
        font-size: 50px;
    }
    
    .news_content {
        height: 65px;
    }
}