header {
  position: relative;
  width: 100%;
  height: 400px;
  background: linear-gradient(-135deg, #0B0807, #918779);
  content: url(../img/contact_top.png);
}
@media screen and (max-width: 1200px) {
  header {
    height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    height: 300px;
  }
}
@media screen and (max-width: 580px) {
  header {
    height: 200px;
  }
}

header .logo {
  position: absolute;
  right: 8vw;
  bottom: 70px;
}
@media screen and (max-width: 1023px) {
  header .logo {
    bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  header .logo {
    bottom: 20px;
  }
}

header .logo img {
  width: 120px;
}
@media screen and (max-width: 580px) {
  header .logo img {
    width: 80px;
  }
}

.bg-cream {
  width: 100vw;
  height: 60px;
  background-color: #F0ECE4;
}
@media screen and (max-width: 580px) {
  .bg-cream {
    height: 40px;
  }
}

article {
  margin: 0 auto;
}

.contact {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .contact {
    width: 90vw;
  }
}
@media screen and (max-width: 580px) {
  .contact {
    margin-top: 50px;
  }
}

h1 {
  font-size: 50px;
  margin: 0;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    margin: 0 5px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 24px;
  }
}

.text {
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}
@media screen and (max-width: 580px) {
  .text {
    font-size: 14px;
  }
}

.contact h1:after {
  border-top: 1px solid;
  content: "";
  width: 100%;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .contact h1:after {
    margin-left: 30px;
  }
}
@media screen and (max-width: 580px) {
  .contact h1:after {
    margin-left: 10px;
  }
}

.contact .text {
  margin-left: 260px;
}
@media screen and (max-width: 1023px) {
  .contact .text {
    margin-left: 220px;
  }
}
@media screen and (max-width: 767px) {
  .contact .text {
    margin-left: 190px;
  }
}
@media screen and (max-width: 580px) {
  .contact .text {
    margin-left: 0px;
  }
}

.Form {
  margin-left: 150px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .Form {
    margin-left: 90px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 580px) {
  .Form {
    margin-left: 0px;
  }
}

.Form .Form-Item {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item {
    margin-bottom: 30px;
  }
}

.Form .Form-Item p {
  font-size: 16px;
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  .Form .Form-Item p {
    font-size: 14px;
    width: 80px;
  }
}

.Label-box {
  width: 100px;
}
@media screen and (max-width: 580px) {
  .Label-box {
    width: 80px;
  }
}

.Form .Form-Item .Form-Item-Input {
  width: 600px;
  height: 40px;
  border: 0.5px solid #707070;
}

.Form .Form-Item .Form-Item-Input-message {
  height: 300px;
}

.Form .button {
  text-align: center;
}

.Form .Form-Btn {
  background-color: #121212;
  border-radius: 50px;
  color: #fff;
  width: 200px;
  height: 40px;
  font-size: 18px;
  border: solid 1px #121212;
  margin-top: 20px;
}

footer {
  position: relative;
  height: 500px;
  background-color: #F0ECE4;
  margin-top: -10px;
  padding: 20px 0px;
}
@media screen and (max-width: 1023px) {
  footer {
    margin-top: -70px;
    height: 600px;
  }
}

.back-up {
  color: #121212;
  margin-right: 60px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .back-up {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 18px;
  }
}

.back-up a {
  color: #121212;
}

.back-up p {
  padding-top: 10px;
}

.back-up p:hover {
  padding-top: 0px;
  padding-bottom: 10px;
  transition: 0.3s;
  cursor: pointer;
}

footer .logo img {
  width: 140px;
  margin-top: 100px;
  margin-left: 120px;
  float: left;
}
@media screen and (max-width: 1024px) {
  footer .logo img {
    width: 120px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .logo img {
    margin-left: 50px;
  }
}
@media screen and (max-width: 580px) {
  footer .logo img {
    width: 70px;
    margin-left: 30px;
  }
}

li {
  list-style: none;
}

.foot_menu {
  width: 100%;
}

footer ul {
  font-weight: bold;
  color: #707070;
  font-size: 18px;
  margin: 0;
  float: left;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  footer ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  footer ul {
    font-size: 16px;
  }
}

footer .address {
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  footer .address {
    float: none;
    margin-left: 270px;
  }
}
@media screen and (max-width: 767px) {
  footer .address {
    margin-left: 200px;
  }
}
@media screen and (max-width: 580px) {
  footer .address {
    margin-left: 90px;
  }
}

footer .menu {
  margin-left: 80px;
}
@media screen and (max-width: 1023px) {
  footer .menu {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 580px) {
  footer .menu {
    margin-left: -10px;
  }
}

.menu p, .address p {
  border-bottom: solid 1px #707070;
  width: 120px;
  padding: 5px;
}

.menu li {
  color: #707070;
}

.menu li:hover {
  color: #121212;
  cursor: pointer;
  transition: 0.2s;
}

footer ul li {
  font-weight: normal;
  padding: 5px;
  font-size: 16px;
}
@media screen and (max-width: 580px) {
  footer ul li {
    font-size: 14px;
  }
}

.privacypolicy {
  position: absolute;
  bottom: 10px;
  left: 60px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .privacypolicy {
    left: 20px;
  }
}
@media screen and (max-width: 580px) {
  .privacypolicy {
    font-size: 12px;
    bottom: 40px;
    left: 30px;
  }
}

.privacypolicy a {
  color: #000;
}

.copyright {
  position: absolute;
  bottom: 10px;
  right: 60px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .copyright {
    right: 20px;
  }
}
@media screen and (max-width: 580px) {
  .copyright {
    font-size: 12px;
    left: 30px;
  }
}

/*# sourceMappingURL=contact.css.map */
