* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 3em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

img, video, iframe {
  width: 100%;
  height: 100%; }

hr {
  width: 50%; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }

a {
  text-decoration: none !important;
  color: #fff; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* HEADER */
header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  width: 100%; }
  @media (max-width: 480px) {
    header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding: 0; } }
  @media (max-width: 480px) {
    header nav {
      width: 100%; } }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none; }
    header nav ul li {
      color: #fff;
      margin-right: 3em;
      text-transform: uppercase;
      cursor: pointer; }
      @media (max-width: 480px) {
        header nav ul li {
          margin-right: 0; } }
  header nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 10;
    background: #000;
    flex-direction: column;
  }
  header nav ul li ul.sub-menu li { width: 100%; padding: 0 0.5em; }
  header nav ul li:hover > ul.sub-menu { display: flex; }
  header nav ul li:hover > ul.sub-menu li:hover { background: #2f2f2f; }
  header #profile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 480px) {
      header #profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    header #profile .contact {
      background: #fff;
      padding: 0 1em; }
      @media (max-width: 480px) {
        header #profile .contact {
          width: 100%;
          text-align: center; } }
      header #profile .contact a {
        color: #000; }
    header #profile .logo {
      position: relative;
      top: 30px;
      width: 100px;
      z-index: 9; }

#main-container {
  max-width: 1200px;
  margin: 0 auto; }

footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em;
  text-align: center; }
  footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 300px;
    text-transform: uppercase; }
  footer .site-info {
    margin: 2em 0; }
    footer .site-info li {
      line-height: 2em; }
  footer #developer-logo {
    height: 100%;
    width: 250px; }
  footer .footer-logo {
    height: 100%;
    width: 120px; }

.hero-banner {
  background-image: url(../assets/img/gallery1.jpg);
  background-size: cover;
  height: 800px; }

.interior-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../assets/img/commercial.jpg);
  background-blend-mode: multiply;
  background-color: rgba(113, 19, 31, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .interior-banner h2 {
    color: #fff;
    text-shadow: 0 0 7px #000; }

.hero {
  position: relative; }
  .hero h1 {
    color: #71131f;
    font-size: 11vw;
    font-weight: bold;
    position: absolute;
    text-shadow: 0 0 20px #fff;
    z-index: 9;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    line-height: 1; }
  .hero .main-banner {
    height: 800px;
    overflow: hidden; }
    @media (max-width: 1000px) {
      .hero .main-banner {
        height: 100%;
        overflow: visible; } }

.breadcrumbs {
  color: #ccc;
  text-transform: uppercase;
  font-style: italic; }
  .breadcrumbs small a {
    color: #71131f; }
    .breadcrumbs small a:first-child {
      color: #ccc; }

.grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1000px) {
    .grid-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.grid-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1000px) {
    .grid-3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.grid-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1000px) {
    .grid-4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.grid-4 {
  text-align: center; }
  .grid-4 .image-block {
    height: 154px; }
    @media (max-width: 1000px) {
      .grid-4 .image-block {
        width: 49.9999% !important;
        height: 100%; } }

.container {
  max-width: 1200px;
  margin: 3em auto; }

.content-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  border-right: 1px solid;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .content-block:hover {
    background-color: rgba(0, 0, 0, 0.2); }
    .content-block:hover .text-block {
      color: #000;
      text-shadow: 0 0 10px #fff;
      font-weight: bold; }
  @media (max-width: 1000px) {
    .content-block {
      width: 100% !important;
      height: 400px; } }
  .content-block:first-child {
    background-image: url(../assets/img/residential.jpg); }
  .content-block:nth-child(2) {
    background-image: url(../assets/img/commercial.jpg); }
  .content-block:last-child {
    background-image: url(../assets/img/foreclosure.jpg); }
  .grid-2 .content-block {
    width: 49.999%; }
  .grid-3 .content-block {
    width: 33.333%; }
  .grid-4 .content-block {
    width: 24.999%; }
  .content-block .text-block {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease; }

.image-block {
  margin: 2em; }
  .grid-2 .image-block {
    width: 49.999%; }
  .grid-3 .image-block {
    width: 33.333%; }
  .grid-4 .image-block {
    width: 24.999%; }

.text-block {
  text-align: center;
  margin: 1em 0; }

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  section.grid {
    display: block; }

#about, #contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #about a, #contact a {
    color: #71131f; }
  #about .text-block, #contact .text-block {
    margin: 2em; }
    #about .text-block ul, #contact .text-block ul {
      list-style: disc; }
      #about .text-block ul li, #contact .text-block ul li {
        text-align: left; }

#intro .text-block {
  text-align: center;
  padding: 5em; }
  .grid-2 #intro .text-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin: 0 10em; }
    @media (max-width: 1000px) {
      .grid-2 #intro .text-block {
        margin: 0 2em;
        text-align: center; } }

#testimonials {
  background: #690b0b;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
  text-align: center;
  width: 100%;
  font-style: italic; }
  @media (max-width: 1000px) {
    #testimonials {
      height: 100%; } }
  #testimonials .text-block {
    margin: 0 5em; }
  #testimonials .source {
    margin: 1em 0; }

#agents {
  background-image: url(../assets/img/agents.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 500px;
  width: 100%;
  padding: 0 2em; }
  #agents .cta {
    background: #690c0b;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid;
    text-transform: uppercase; }
