#contact-container {
  width: 100vw;
  height: 100vh;
  background-image: url("../ASSETS/contactbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay-contact {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  top: 0;
}
.contact-content {
  position: absolute;
  top: 25vh;
  text-align: center;
  width: 100%;
  height: 75vh;
}
h1 {
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
  font-size: 90px;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb {
  background: transparent !important;
}
.right.angle {
  color: #fff !important;
  font-size: 14px !important;
}
.section {
  color: #ffc006 !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
}
.active {
  color: #fff !important;
}

#contact-icons {
  width: 100vw;
  height: 21.2vh;
  margin: 0 auto;
  margin-top: 11vh;
  padding-top: 3vh;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.icon_contact {
  padding-left: 5vw;
  padding-right: 5vw;
}

.icon_contact > .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0vh;
  font-size: 35px;
  transition: 0.3s;
}
.icon_contact > h4 {
  letter-spacing: 1px;
  font-size: 15px;
  padding-top: 28px;
  text-align: center;
}
.icon_contact > p {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.margin-bot-p {
  margin-bottom: 1vh;
}
.less-pad-two {
  padding-left: 0vw;
  padding-right: 0vw;
}
.contact__icon:hover .icon {
  color: #ffc006;
}

#space {
  margin-top: 2vh;
  width: 100vw;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#contact-form {
  z-index: 5;
  background: #161616 !important;
}
#actual-form {
  background: transparent;
  width: 75%;
  margin: 0 auto;
  margin-top: 9vh;
}
#actual-form-two {
  background: transparent;
  width: 88vw;
  padding-top: 7vh;
  margin: 0 auto;
}
input:focus {
  border: 2px solid #ffc006 !important;
}
textarea:focus {
  border: 2px solid #ffc006 !important;
}
input {
  padding: 2.6vh 1vw !important ;
  border-radius: 0px !important;
}
textarea {
  border-radius: 0px !important;
}
h2 {
  font-size: 42px !important;
  line-height: 50px;
  font-weight: 700;
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 2vh;
}
form > h2 {
  text-align: center !important;
}

::-webkit-input-placeholder {
  /* Edge */
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
}

::placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
}
.button {
  border-radius: 0px !important;
  width: 88vw;
  padding: 2.5vh 38vw !important;
  background: transparent !important;
  border: 2px solid #ffc006 !important;
  color: #fff !important;
  font-weight: normal !important;
  transition: 0.3s !important;
}
.button:hover {
  background: #ffc006 !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 2.5vh 30vw !important;
  width: 80vw;
}
.highlight-logo {
  width: 75px;
  height: 75px;
}
.highlight-text {
  color: #fff !important;
  font-size: 17px !important;
  font-family: "Roboto", sans-serif !important;
}
.highlights > ul {
  background: transparent;
  height: 70vh;
  /* background: red; */
}
.highlights > ul > li {
  height: auto;
}
.new-con {
  background: #ffc006;
  width: 60px;
  height: 60px;
  padding: 7px;
  border-radius: 50%;
  transition: 0.3s;
  margin-left: 0.8vw;
  margin-right: 0.5vw;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.new-form-space {
  margin-top: 0;
  background: #161616;
  height: 84vh;
  width: 100vw;
}
.thin-hr-v {
  margin: 0;
  height: 1.5px;
  border: 0;
  color: #333;
  background-color: #333;
}
/* RESPONSIVE */
@media only screen and (max-width: 1500px) {
  #contact-icons {
    height: 80vh;
  }
}
@media only screen and (max-width: 800px) {
  .contact-content {
    top: 28vh;
  }
  h1 {
    font-size: 56px !important;
  }

  #contact-icons {
    grid-template-columns: 1fr 1fr;
    height: 80vh;
  }
  #space {
    grid-template-columns: 1fr;
    margin-top: 35vh;
    height: fit-content;
  }
  .button {
    padding: 1.7vh 8vw !important;
  }
  .button:hover {
    padding: 1.7vh 8vw !important;
  }
}

@media only screen and (max-width: 600px) {
  .contact-content {
    top: 28vh;
  }
  h1 {
    font-size: 60px !important;
  }
  #contact-icons {
    grid-template-columns: 1fr;
    height: 90vh;
  }
  #space {
    grid-template-columns: 1fr;
    margin-top: 45vh;
    height: fit-content;
    background: #161616;
  }
  .highlights > ul {
    height: auto;
  }
  #contact-form {
    height: auto;
  }
  .mapouter {
    height: 50vh !important;
  }
  #actual-form {
    background: transparent;
    width: 90vw;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 0 !important;
  }
  .highlight-text {
    font-size: 12px !important;
  }
  #church {
    display: none;
  }
  #actual-form-two {
    padding-bottom: 5vh;
  }
  .new-form-space {
    height: fit-content;
  }
}
@media screen and (max-width: 660px) {
  .footer-items {
    width: 100% !important;
  }
  #btn_con {
    padding: 1.7vh 3.5vw;
  }
}
.fsz-inc {
  font-size: 15px !important;
}
.fsz-inc-two {
  font-size: 14px !important;
}
