body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

body,
html {
  height: 100%;
  line-height: 1.8;
}

.cardWhite {
  background-color: #ffffff;
}

.title {
  font-size: 8vw;
  font-weight: 700;
}




.fa-facebook-official {
  color: #3b5998;
  font-size: 4em;
  background-image: linear-gradient(
    to bottom,
    transparent 20%,
    white 20%,
    white 93%,
    transparent 93%
  );
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}

.fa-instagram {
  font-size: 4em;
  color: darkred;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../images/main_backgrd-Edit.png");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.about {
  padding: 110px 16px;
  background-image: url("../images/barndoors_filter_blur.png");
  background-size: cover;
}



@media screen and (max-width: 700px) {
    .w3-jumbo {
        font-size: xx-large !important;
    }

    .blurb{
        display: none;
    }
  /*div.about {
    color: black;
    background-image: none;
  }*/

  div.about > h1 {
    color: black !important;
  }
}
