html, body {
  /* width: 100vw;
  min-height: 100vh; 
  overflow-x: hidden; */
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #24388a;
}

/* p {
  padding: 10px;
} */

.navbar {
  border-bottom: 1px solid rgba(145,145,145,0.3);
}

.active {
  color: #24388a !important;
}

.site_logo {
    width: 40x;
    height: 40px;
}

.logo-xl {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.full-block {
    width: 100%;
}

.carousel-item, .carousel-img {
    height: calc(100vh - 56px);
}

.normal-block {
    background-color: white;
    color: black;
    border-top: 1px solid rgba(145,145,145,0.3);
}

.example-img {
    width: 100%;
    border: 1px solid black;
}

.contact-block {
    border-top: 1px solid rgba(145,145,145,0.3);
    background-color: white;
    text-align: left;
    padding: 50px;
}

.contact-block i {
    color: #24388a;
}

.contact-block a, .contact-block p {
  text-decoration: none;
  color: black;
}

.contact-block a:hover {
  color: #24388a;
}

#map {
  width: 100%;
  height: 300px;
}

.content-block {
  padding: 10px;
  box-sizing: border-box;
  color: black;
}

.list {
  border-top: 1px solid rgba(145,145,145,0.3);
  /* background-color: #f3f3f3; */
  /* background-image: url('http://localhost/vastgoed/wp-content/themes/starter-theme-master/assets/img/blueprint.jpg'); */
  background-color: #24388a;
}

.post-title {
  color: #00FFFF;
}

.box, .flexible-box {
  margin: 10px auto;
  width: 80%;
  background-color: #fff;
  border: 1px solid rgba(83, 81, 81, 0.3);
  opacity: 1;
}

.flexible-box {
  /* margin: 10px auto; */
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(83, 81, 81, 0.3);
  opacity: 1;
}

.photo-text, .video-text {
  margin: 10px;
}

.box-title {
  text-align: center;
  color: #24388a;
  border-bottom: 1px solid rgba(145,145,145,0.3);
}

.box-title h2{
  margin: 0;
}

.box-img {
  padding: 10px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.box-text {
  padding: 10px;
  width: 100%;
}

.box-img-flexible {
  padding: 10px;
  width: 100%;
}

video.box-video {
  width: inherit;
  padding: 10px;
}

.test-div {
  width: 80%;
  margin: 0 auto;
}

.custom-btn {
  margin: 10px;
  width: 50%;
  line-height: 36px;
  height: 50px;
  color: #24388a;
  border: 1px solid #24388a;
  background-color: #fff;;
  transition: background-color 0.2s
}

.custom-btn:hover {
  color: #fff;
  background-color: #24388a;
  transition: background-color 0.2s
}

#footer {
  border-top: 1px solid rgba(145,145,145,0.3);
  box-sizing: border-box;
  /* height: 60px; */
  background-color: white;
  color: black;
}

.terms p, .terms a {
  display: inline-block;
  padding: 10px;
  line-height: 60px;
  margin: 0;
  color: black;
}

.terms a {
  transition: color 0.2s;
}

.terms a:hover {
  color: #24388a;
  transition: color 0.2s;
}

.terms a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #24388a;
  transition: width 0.2s;
}

.terms a:hover::after {
  width: 100%;
  transition: width 0.2s;
}

.terms a {
  text-decoration: none;
}

.image-header {
  width: 100%;
  height: 200px;
  background-size: cover;
  box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
}

.image-header h1{
  text-align: center;
  line-height: 200px;
}

.wysiwyg-block {
  margin-top: 10px;
  color: black;
  background-color: white;
}

/* contact form */

@media only screen and (max-width: 991px) {
    .carousel-item, .carousel-img {
        height: calc(60vh - 56px);
    }
}

@media only screen and (max-width: 779px) {
  .terms p, .terms a {
    display: block;
    padding: 5px;
    line-height: 30px;
    margin: 0;
  }

}

a.whatsapp-btn, a.phone-btn {
  /* color: white; */
  background-color: #25D366;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;      
  line-height: 35px;      
  justify-content: center;  
  align-items: center;  
}

a.phone-btn {
  background-color: white;
}

a.whatsapp-btn i {
    color: white !important;
    font-size: 20px;
}

a.phone-btn i {
  color: black;
}

h2.contact-title {
  color: white;
}

.contact-form label {
  color: white;
}

.contact-form input[type="submit"] {
  border: none;
  border-radius: 5px;
  background-color: white;
  height: 50px;
  color: black;
}

.contact-form span {
  color: red;
}

.contact-form .wpcf7-response-output {
  border-color: red !important;
  background-color: palevioletred;
  color: black;
}