/*
Theme Name: 
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: A responsive theme for 
Version: 0.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@font-face {
  font-family: "sanstation";
  src: url("resources/fonts/sansation-italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "sanstation-bold";
  src: url("resources/fonts/sanstation-bold-italic.ttf");
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: #E6E6E6;
}

.header {
  visibility: hidden;
  position: absolute;
}

.letter-logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 64px;
  height: 64px;
}

.content {
  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;
  width: 100dvw;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 80%;
}
@media only screen and (max-width: 1400px) {
  .content__wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .content__wrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .content__wrapper {
    width: 90%;
    height: 70%;
  }
}
@media only screen and (max-width: 500px) {
  .content__wrapper {
    position: absolute;
    left: -2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.content__line {
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .content__line {
    margin: 12rem 1rem 0 -0.5rem;
  }
}
.content__text--logo {
  margin: 0 0 12rem 4rem;
  width: 650px;
}
@media only screen and (max-width: 1200px) {
  .content__text--logo {
    width: 500px;
  }
}
@media only screen and (max-width: 900px) {
  .content__text--logo {
    width: 400px;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .content__text--logo {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .content__text--logo {
    margin-left: 0;
    width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .content__text--logo {
    margin: 0 0 1rem 0;
    width: 280px;
  }
}
.content__text--header {
  font-family: "sanstation";
  margin: 0 0 1rem -1.5rem;
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  .content__text--header {
    margin-left: -3.5rem;
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .content__text--header {
    margin-left: -1.5rem;
  }
}
.content__text--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "sanstation";
  margin-left: -2rem;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .content__text--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -4rem;
  }
}
@media only screen and (max-width: 500px) {
  .content__text--contact {
    margin-left: -2rem;
  }
}
.content__text--contact-address {
  position: relative;
  margin: 0 1rem 0 0;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .content__text--contact-address {
    margin: 0 0 1rem 0;
  }
}
.content__text--contact-address::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1.5px;
  height: 100%;
  background-color: #000000;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 600px) {
  .content__text--contact-address::after {
    display: none;
  }
}
.content__text--contact-phone {
  margin-left: 1rem;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .content__text--contact-phone {
    margin: 0 0 0 -0.5rem;
  }
}
.content__text--contact-phone:hover {
  color: #4C858E;
}/*# sourceMappingURL=style.min.css.map */