/* Fonts */

body {
  font-family: 'BR Segma', sans-serif;
  color: #222;
}

#mainHeader {
  height: 80px; width: 100%;
  background-color: #000;
  position: sticky; top: 0;
  color: #EEE;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}

#mainHeader #logo {
  width: 100px; height: 100%;
  background-image: url('/static/img/logo.png');
  background-position: center center;
  background-size: 62px;
  background-repeat: no-repeat;
}

#mainHeader nav#mainNav {
  width: calc(100% - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainHeader #mobileNavButton {
  display: none;
  height: 43px; width: 60px;
  border: 2px solid #EEE;
  background: #EEE;
  border-radius: 10px;
  margin: auto 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#mainHeader #mobileNavButton:hover {
  background-color: transparent;
}

#mainHeader #mobileNavButton:hover .line {
  border-bottom-color: #EEE;
}

#mainHeader #mobileNavButton .line {
  display: block;
  width: 26px;
  border-bottom: 2px solid #000;
  height: 3px;
  margin-bottom: 3px;
}

#mainHeader #mainNav .nav-dropdown {
  cursor: pointer;
  margin: 0;
}

#mainHeader #mainNav .nav-dropdown a {
  display: block;
  text-decoration: none;
}

#mainHeader #mainNav .nav-dropdown span {
  display: block;
  padding: 10px;
  cursor: initial;
}

#mainHeader #mainNav .nav-dropdown.top {
  height: 50px;
  position: relative;
}

#mainHeader #mainNav .nav-dropdown.top.active {
  background-color: #b08b54;
  color: #000;
}

#mainHeader #mainNav .nav-dropdown.top.active .nav-dropdown-wrapper {
  background-color: rgba(200, 200, 200, 0.96);
}

#mainHeader #mainNav .nav-dropdown.top a {
  line-height: 50px;
  padding: 0 1.75vw;
  text-decoration: none;
  color: #EEE;
}

#mainHeader #mainNav .nav-dropdown-wrapper {
  position: absolute;
  top: 50px;
  width: 100%;
  color: #000;
}

#mainHeader #mainNav .nav-dropdown.sub {
  display: none;
  padding: 12px;
}

#mainHeader #mainNav .nav-dropdown.sub a {
  font-size: .95rem;
  display: block;
  line-height: initial;
  padding: 10px;
  text-decoration: none;
  color: #222;
}

#mainHeader #mainNav .nav-dropdown.sub a:hover {
	background-color: #b08b54;
}

#mainHeader #mainNav .nav-dropdown.sub.tier-2 {
  padding: 0 20px;
  font-style: italic;
  font-weight: 300;
}

/* Mobile Nav */

#mainHeader nav#mobileNav {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  height: calc(100vh - 80px);
  width: 400px;
  background: rgba(0, 0, 0, 0.92);
  user-select: none;
  overflow: auto;
  -ms-overflow-style: none; /* Hides scrollbar in Internet Explorer and Edge */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

#mainHeader nav#mobileNav::-webkit-scrollbar {
  display: none;
}

#mainHeader #mobileNav .nav-dropdown {
  cursor: pointer;
  margin: 0;
}

#mainHeader #mobileNav .nav-dropdown a {
  display: block;
}

#mainHeader #mobileNav .nav-dropdown span {
  display: block;
  padding: 10px;
  cursor: initial;
}

#mainHeader #mobileNav .nav-dropdown.top {
  height: 50px;
  position: relative;
}

#mainHeader #mobileNav .nav-dropdown.top:hover {
  background-color: #b08b54;
  color: #000;
}

#mainHeader #mobileNav .nav-dropdown.top.active {
  background-color: #b08b54;
  color: #000;
  height: auto;
}

#mainHeader #mobileNav .nav-dropdown.top.active .nav-dropdown-wrapper {
  background-color: rgba(200, 200, 200, 0.96);
}

#mainHeader #mobileNav .nav-dropdown.top a {
  line-height: 50px;
  padding: 0 1.75vw;
  text-decoration: none;
  color: #EEE;
}

#mainHeader #mobileNav .nav-dropdown-wrapper {
  width: 100%;
  color: #000;
}

#mainHeader #mobileNav .nav-dropdown.sub {
  display: none;
  padding: 12px;
}

#mainHeader #mobileNav .nav-dropdown.sub a {
  font-size: .95rem;
  display: block;
  line-height: initial;
  padding: 10px;
  text-decoration: none;
  color: #222;
}

#mainHeader #mobileNav .nav-dropdown.sub a:hover {
	background-color: #b08b54;
}

#mainHeader #mobileNav .nav-dropdown.sub.tier-2 {
  padding: 0 20px;
  font-style: italic;
  font-weight: 300;
}

#mainHeader #phone {
  width: 200px; height: 100%;
  text-decoration: none !important;
  color: #EEE;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  padding-right: 20px;
}

#mainHeader #phone .supertext {
  font-weight: 300;
  font-size: .75rem;
}

#mainHeader #phone .phone {
  font-weight: 700;
  font-size: 1.75rem;
}

#mainSplash {
  height: 900px;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #EEE;
  flex-wrap: wrap;
}

#mainSplash #caseResultsColumn {
  width: 30%; height: 700px;
}

#mainSplash #caseResultsColumn #resultsCarousel {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-left: 2vw;
}

#mainSplash #caseResultsColumn #bigText {
  height: 100%; width: 100px;
  background: url('/static/img/case-results-text.png') center no-repeat;
  background-size: contain;
}

#mainSplash #caseResultsColumn #resultsCarousel .carousel-wrapper {
  overflow: hidden;
  position: relative;
}

#mainSplash #caseResultsColumn #resultsCarousel .carousel {
  width: 320px;
  overflow: hidden;
  padding-left: 10px;
}

#mainSplash #caseResultsColumn #resultsCarousel .carousel-wrapper #backgroundFade {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, transparent, black 100%);
  height: 100%;
  width: 100%;
}

#mainSplash #caseResultsColumn #resultsCarousel .group {
  animation: scrollingVertical 24s linear infinite;
}

#mainSplash #caseResultsColumn #resultsCarousel .carousel-wrapper:hover .group {
  animation-play-state: paused;
}

@keyframes scrollingVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes scrollingHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#mainSplash #caseResultsColumn #resultsCarousel .card {
  height: 130px; width: 100%;
  background: url('/static/img/case-results-card-accent.png') bottom left / 90px no-repeat;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 10px;
}

#mainSplash #caseResultsColumn #resultsCarousel .card .figure {
  font-size: 3.5rem;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

#mainSplash #caseResultsColumn #resultsCarousel .card .figure super {
  font-size: 28px;
  vertical-align: super;
  margin-left: 2px;
}

#mainSplash #caseResultsColumn #resultsCarousel .card .stat {
  font-size: 20px;
  display: block;
  letter-spacing: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#mainSplash #caseResultsColumn #resultsCarousel .card .additional-text {
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
}

#mainSplash #centralLogoColumn {
  width: 40%; height: 80%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
}

#mainSplash #centralLogoColumn #bigLogo {
  height: 100%; max-height: 560px;
  background: url('/static/img/logo-full.png') center / contain no-repeat;
  position: relative;
}

#mainSplash #centralLogoColumn #signature {
  height: 80px;
  width: 100%;
  background: url(/static/img/signature.png) center / contain no-repeat;
}

#mainSplash #portraitColumn {
  width: 30%; height: 80%;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%),
    url('/static/img/FarbodJenabNoBg.png') center no-repeat;
  background-size: contain;
  position: relative;
}

#mainSplash #lowerCallout {
  text-transform: uppercase;
  font-size: 1.25rem;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 6px;
}

.section#reviewsSection {
  padding: 3vw 0;
}

.section#reviewsSection #reviewsCarouselWrapper {
  padding: 1vw 0;
}

.section#reviewsSection .title {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 2vw;
}

.section#reviewsSection .carousel {
  overflow: hidden;
  display: flex;
}

.section#reviewsSection .carousel .group {
  display: flex;
  flex-wrap: nowrap;
  animation: scrollingHorizontal 120s linear infinite;
}

.section#reviewsSection .carousel .card {
  width: 380px;
  box-sizing: border-box;
  padding: 15px 15px 50px;
  background: rgba(176, 139, 84, 0.15);
  flex: 0 0 380px;
  margin-right: 20px;
  position: relative;
}

.section#reviewsSection .carousel .card .name {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  position: absolute;
  bottom: 10px; left: 15px;
}

.section#reviewsSection .carousel .card .stars {
  background: url(/static/img/review-star.png) center / contain repeat;
  position: absolute;
  bottom: 20px; right: 15px;
  width: 100px; height: 20px;
}

.section#reviewsSection .carousel .card .review-text {
  display: block;
  line-height: 1.5;
  font-size: 0.9rem;
  font-style: italic;
}

#reviewsSection .carousel:hover .group {
  animation-play-state: paused;
}

body .section.accented {
  padding: 80px 0;
  background: 
    url('/static/img/gold-line-accent-TL.png') top 20px left / 400px auto no-repeat,
    url('/static/img/gold-line-accent-TR.png') top 20px right 0 / 400px auto no-repeat,
    url('/static/img/gold-line-accent-BL.png') bottom 20px left / 400px auto no-repeat,
    url('/static/img/gold-line-accent-BR.png') bottom 20px right 0 / 400px auto no-repeat;
}

body .section .section-title {
  font-size: 3rem;
  display: block;
  margin: 30px auto;
}

.gold-text {
  color: #b08b54;
}

.center-text {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.thin-text {
  font-weight: 300;
}

#sectionTwoBackground {
  padding: 0 4vw;
  background: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0, transparent),
    url('/static/img/background-atlanta-skyline.png') center / cover no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .75);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sectionTwoBackground h2 {
  font-size: 3em;
  margin-bottom: 3vh;
}

#sectionTwoBackground .text-container {
  display: flex;
  padding: 2vw;
  width: 100%;
}

#sectionTwoBackground .text-container p {
  margin: auto 30px;
  line-height: 1.5;
  flex: 1 1 0;
}

#sectionTwoBackground button {
  background: white;
  height: 60px;
  width: 360px;
  text-transform: uppercase;
  border: 2px solid #b08b54;
  margin: 30px auto;
  cursor: pointer;
}

#sectionTwoBackground button:hover {
  background-color: #b08b54;
  color: #FFF;
}

.section#sectionTwo #phoneBand {
  height: 60px; width: 100%;
  background: #b08b54;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  font-size: 1.25rem;
  letter-spacing: 8px;
  font-weight: 300;
}

.section#sectionTwo .text-section {
  padding: 4vw 25%;
}

.section#sectionTwo .text-section span {
  display: block;
  line-height: 1;
}

.section#sectionTwo .text-section span:first-of-type {
  font-size: 1.2rem;
  margin-bottom: 30px;
  letter-spacing: 8px;
  color: #b08b54;
  text-transform: capitalize;
}

.section#sectionTwo .text-section span:nth-of-type(2) {
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: capitalize;
  background: url('/static/img/grey-line-accent.png') bottom left / auto 15px no-repeat;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.section#sectionTwo .text-section span:nth-of-type(3) {
  line-height: 1.5;
}

.section#sectionThree span.section-title {
  font-size: 3.5rem;
}

.section#sectionThree h2 {
  font-weight: 500;
}

.section#sectionThree .tiles-wrapper {
  padding: 2vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.section#sectionThree .tiles-wrapper .tile {
  width: 30%;
  background: #e4e4e4;
}

.section#sectionThree .tiles-wrapper .tile .img {
  height: 240px; width: 100%;
  border-bottom: 15px solid #FFF;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(1) .img {
  background: url('/static/img/landlord-tenant-law.png') center / cover no-repeat;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(2) .img {
  background: url('/static/img/real-estate.png') center / cover no-repeat;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(3) .img {
  background: url('/static/img/post-judgment.png') center / cover no-repeat;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(4) .img {
  background: url('/static/img/quiet-title.jpg') center / cover no-repeat;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(5) .img {
  background: url('/static/img/contractor-owner-disputes.jpg') center / cover no-repeat;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(6) .img {
  background: url('/static/img/general-civil.jpg') center / cover no-repeat;
}

.section#sectionThree .tiles-wrapper .tile .text-content-wrapper {
  padding: 20px;
}

.section#sectionThree .tiles-wrapper .tile .tile-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.section#sectionThree .tiles-wrapper .tile .small-gold-accent-line {
  width: 55px;
  height: 15px;
  border-bottom: 2px solid #b08b54;
}

.section#sectionThree .tiles-wrapper .tile .tile-text {
  font-size: .9rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

.section#sectionThree .tiles-wrapper .tile .buttons {
  display: flex;
  justify-content: space-evenly;
}

.section#sectionThree .tiles-wrapper .tile .buttons button {
  height: 50px;
  width: 44%;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85rem;
  line-height: 50px;
  font-weight: 500;
}

.section#sectionThree .tiles-wrapper .tile .buttons button:first-of-type {
  background: #b08b54;
  color: #FFF;
  border: none;
}

.section#sectionThree .tiles-wrapper .tile .buttons button:first-of-type:hover {
  background: #8b6f43;
}

.section#sectionThree .tiles-wrapper .tile .buttons button:nth-of-type(2):hover {
  background: #b08b54;
}

.section#sectionThree .tiles-wrapper .tile .buttons button:nth-of-type(2) {
  background: transparent;
  color: black;
  border: 1px solid #b08b54;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(2n) {
  background: black;
  color: white;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(2n) button:nth-of-type(2) {
  color: white;
}

.section#sectionThree .tiles-wrapper .tile:nth-of-type(2n) button:nth-of-type(2):hover {
  color: white;
}

/* Contact Section */

#contactSection {
  padding: 2vw;
  display: flex;
  flex-wrap: wrap;
  background: #000;
  color: #EEE;
}

#contactSection .section-title {
  flex: 0 0 100%;
}

#contactSection #formColumn {
  width: 50%;
}

#contactSection #formColumn form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}

#contactSection #formColumn form .field {
  box-sizing: border-box;
  padding: 10px;
}

#contactSection #formColumn form .field.half {
  width: 50%;
}

#contactSection #formColumn form .field.full {
  flex: 0 0 100%;
}

#contactSection #formColumn form label {
  display: block;
  font-weight: 700;
  color: #eee;
}

#contactSection #formColumn form input {
  border: 0;
  border-bottom: 2px solid #eee;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  color: #EEE;
  padding: 8px;
}

#contactSection #formColumn form textarea {
  border: 0;
  border-bottom: 2px solid #eee;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  color: #EEE;
  padding: 8px;
  resize: none;
}

#contactSection #formColumn form button {
  height: 50px; width: 240px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85rem;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
  color: #EEE;
  border: 1px solid #EEE;
  background: transparent;
}

#contactSection #formColumn form button:hover {
  color: #000;
  background: #EEE;
}

#contactSection #infoColumn {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2vw;
}

#contactSection #infoColumn .info {
  margin-bottom: 1vh;
}

#contactSection #infoColumn .info span {
  display: block;
}

#contactSection #infoColumn .info span.name {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#contactSection #infoColumn .info span.phone {
  font-weight: 700;
  margin-top: 10px;
}

#contactSection #infoColumn a.directions-button {
  height: 32px; width: 220px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85rem;
  line-height: 34px;
  font-weight: 500;
  margin-top: 10px;
  color: #EEE;
  border: 1px solid #EEE;
  background: transparent;
  text-align: center;
  text-decoration: none;
  float: right;
  position: relative;
  top: -60px;
}

#contactSection #infoColumn .map {
  height: 240px; width: 100%;
  background: url('/static/img/map-placeholder.png') center / cover no-repeat;
  position: relative;
}

#contactSection #infoColumn .map iframe {
  position: absolute;
  height: 100%; width: 100%;
}

/* Residential Landlord-Tenant */

#landlordTenantSplash {
  display: flex;
  flex-wrap: wrap;
}

#landlordTenantSplash #topGraphic {
  flex: 0 0 100%;
  height: 100px;
  background: url('/static/img/accent-graphic-mobile.png') center / cover no-repeat;
  box-shadow: inset 100px 100px rgba(0, 0, 0, 0.75);
  position: relative;
}

#landlordTenantSplash #topGraphic .accent-block {
  position: absolute;
  height: 80px; width: 80px;
  left: 0;
  top: 60px;
  background: #b08b54;
}

#landlordTenantSplash .text-sections-wrapper {
  flex: 1 1 0;
  padding: 2vw 3vw;
}

#landlordTenantSplash .text-section h2 {
  font-size: 2.5rem;
}

#landlordTenantSplash #dynamicHeader {
  text-transform: capitalize;
}

#landlordTenantSplash .text-section .list-item-title {
  display: block;
  padding-left: 10px;
  border-left: 6px solid darkgoldenrod;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

#landlordTenantSplash .text-section span.list-item {
  display: block;
  line-height: 1.5;
  margin: 1vw 0;
}

#landlordTenantSplash .text-section span.copy {
  display: block;
  line-height: 1.5;
}

#landlordTenantSplash #practiceAreas {
  width: 440px;
  box-sizing: border-box;
  padding: 2vw;
  color: #FFF;
  background: #b08b54;
}

#landlordTenantSplash #practiceAreas .title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-align: center;
  display: block;
  font-weight: 600;
}

#landlordTenantSplash #practiceAreas span.top-level {
  display: block;
  font-size: 1.5rem;
  margin: 20px 0 10px;
}

#landlordTenantSplash #practiceAreas span.sub-level {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
}

#landlordTenantSplash #actionSection {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 2vw 3vw;
}

#landlordTenantSplash #actionSection .header {
  display: block;
  font-size: 4rem;
  margin-bottom: 30px;
  color: #b08b54;
}

#landlordTenantSplash #actionSection .text-wrapper-accented {
  padding: 1.5vw;
  border-left: 12px solid #b08b54;
}

#landlordTenantSplash #actionSection .text-wrapper-accented span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

#landlordTenantSplash #actionSection .text-wrapper-accented span a {
  color: #b08b54;
}

/* About Brian Page */

#aboutSplash {
  height: 1000px;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #EEE;
  flex-wrap: wrap;
}

#aboutSplash #infoColumn {
  width: 30%; height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#aboutSplash #infoColumn .info-block {
  margin-bottom: 3vh;
  width: 300px;
}

#aboutSplash #infoColumn .info-block .title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  display: block;
  color: #b08b54;
  font-weight: 600;
  letter-spacing: 3px;
}

#aboutSplash #infoColumn .info-block .info-item {
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
  padding-left: 8px;
  font-weight: 500;
}

#aboutSplash #infoColumn .info-block .year {
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}

#aboutSplash #centralImageColumn {
  width: 40%; height: 80%;
  position: relative;
}

#aboutSplash #centralImageColumn #bigPhoto {
  height: 100%;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%),
    url('/static/img/FarbodJenabNoBg.png') center / contain no-repeat;
}

#aboutSplash #centralImageColumn #signature {
  height: 80px;
  width: 100%;
  background: url(/static/img/signature.png) center / contain no-repeat;
}

#aboutSplash #introColumn {
  width: 30%; height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aboutSplash #introColumn #bigName {
  height: 100%; width: 200px;
  background: url('/static/img/brian-lettering.png') center / contain no-repeat;
}

#logoBand {
  height: 120px; width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

#logoBand #barLogoGA {
  height: 80%; width: 120px;
  background: url('/static/img/state-bar-georgia.png') center / contain no-repeat;
}

/* Coming Soon page */

#comingSoonSplash {
  height: calc(100vh - 120px);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#comingSoonSplash .logo {
  height: 40%; width: 60%;
  background: url('/static/img/logo-full.png') center / contain no-repeat;
}

#comingSoonSplash .message {
  text-align: center;
  font-size: 3rem;
  color: #ddd;
}

#comingSoonSplash a.home {
  display: block;
  height: 60px; width: 260px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 600;
  color: #b08b54;
  background: transparent;
  border: 2px solid #b08b54;
}

#comingSoonSplash a.home:hover {
  color: #000;
  background: #b08b54;
}

/* Footer */

footer {
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: #000;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

/* Media Queries */

@media only screen and (max-width: 1650px) {
  nav#mainNav {
    display: none !important;
  }

  #mobileNavButton {
    display: flex !important;
  }
}

@media only screen and (max-width: 1440px) {
  #mainSplash {
    height: auto;
  }

  #mainSplash #caseResultsColumn {
    width: 40%;
  }

  #mainSplash #centralLogoColumn {
    width: 60%; height: 600px;
  }

  #mainSplash #portraitColumn {
    width: 100%; height: 400px;
  }

  #mainSplash #portraitColumn #signature {
    width: 100%;
  }

  .section#sectionTwo .text-container {
    flex-direction: column;
  }

  .section#sectionTwo .text-container p {
    margin-bottom: 30px;
  }

  .section#sectionTwo .text-section {
    padding: 6vw;
  }

  .section#sectionTwo #phoneBand {
    font-size: .8rem;
  }

  .section#sectionThree .tiles-wrapper {
    flex-direction: column;
  }

  .section#sectionThree .tiles-wrapper .tile {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  #mainSplash {
    height: auto;
    flex-direction: column;
  }

  #mainSplash #caseResultsColumn {
    width: 100%;
    order: 2;
  }

  #mainSplash #centralLogoColumn {
    width: 100%; height: 600px;
    order: 1;
  }

  #mainSplash #portraitColumn {
    order: 3;
  }

  #contactSection #formColumn {
    width: 100%;
    margin-bottom: 2vh;
  }

  #contactSection #formColumn form .field.half {
    width: 100%;
  }

  #contactSection #infoColumn {
    width: 100%;
  }

  #contactSection #infoColumn .info {
    margin-bottom: 80px;
    text-align: center;
  }

  #contactSection #infoColumn a.directions-button {
    width: 100%;
  }
}