:root {
  --primary-900: #164081;
  --primary-800: #2557a7;

  
  --neutral-0: white;
  --neutral-100: #faf9f8;
  --neutral-200: #f3f2f1;
  --neutral-250: #ececec;
  --neutral-300: #e4e2e0;
  --neutral-400: #d4d2d0;
  --neutral-500: #b4b2b1;
  --neutral-600: #949494;
  --neutral-700: #767676;
  --neutral-800: #595959;
  --neutral-900: #424242;
  --neutral-1000: #2d2d2d;

  --accent-default: #9d2b6b;
  --accent-light: #fceef4;

  --alert-default: #a9252b;
  --alert-light: #feeeef;

}

@font-face {
  font-family: 'Kastellar-Regular';
    src:  url('fonts/Kastellar-Regular.ttf.woff') format('woff'),
    url('fonts/Kastellar-Regular.ttf.svg#Kastellar-Regular') format('svg'),
    url('fonts/Kastellar-Regular.ttf.eot'),
    url('fonts/Kastellar-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

header {
  padding: 8vmin 1rem;
  background: black;
  color: white;
  font-variant: small-caps;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  margin: 0; 
  padding: 0;
  background-color: var(--neutral-0);
  color: var(--neutral-1000);
}

.PageBody {
  background: var(--neutral-100);
  width: 100vw;
  padding-bottom: 6rem;
}

.Section {
  /* background: pink; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p, li {
  color: var(--neutral-800);
}

.Card {
  background: white;
  margin: 2rem 0;
  padding: 20px 30px;
  border-radius: 10px;
  border: 2px solid var(--neutral-250);
  box-sizing: border-box;
}

.Card--contact {
  width: min(600px, 90vw);
  height: auto;
}

@media (min-width: 1400px) {
  .Section {
    flex-direction: row;
    align-items: flex-start;
  }

  .Card--contact {
    /* height: 400px; */
    width: min(700px, 90vw);
    margin: 2rem;
    
  }

  .Card--contact-map {

  }

  .Card--contact-form {

  }
}

.LogoContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-image: url("http://dulworth.com/dulworth/imgs/houston.jpg"); */
  /* object-fit: contain; */
}

.logo {
  font-family: 'Kastellar-Regular';
  font-size: 2.5rem;
  text-align: center;
}

.SectionTitle {
  color: black;
  font-weight: bold;
  /* text-align: center; */
  font-size: 2rem;
  padding: 10px 0;
}

.SubTitle {
  color: var(--neutral-600);
  font-size: 1.7rem;
}

.LogoInfo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.LogoInfoEl:not(:last-of-type)::after {
  content: '\2022';
}

@media (max-width: 700px) {
  .LogoInfo {
    flex-direction: column;
    padding: 10px 0;
  }

  .LogoInfo {
    width: 100%;
    text-align: center;
  }

  .LogoInfoEl:not(:last-of-type)::after {
    content: '';
  }
}

nav {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: solid var(--neutral-700) 1px;
  border-bottom: solid var(--neutral-700) 1px;
  background: white;
}

@media (max-width: 700px) {
  nav {
    flex-direction: column;
    padding: 10px 0;
  }

  .NavEl {
    width: 100%;
    text-align: center;
  }
}

.NavEl,
.NavEl:focus { /*border: dashed red 1px;*/
  display: block;
  padding: 1vmin 10px;
  text-decoration: none;
  line-height: 1.3em;
  color: var(--neutral-900);
  color: black;
}

.NavEl:hover {
  color: var(--neutral-1000);
  text-decoration: underline;
}

.NavEl:visited, .NavEl:active {
  text-decoration: none;
}

@media (max-width: 992px) {
  #contact {
    display: none;
  }
}
@media (max-width: 767px) {
  #billboard {
    display:block;
    margin:auto;
  }
  #legacy {
    text-align: center;
  }
}

#map-container { height: 500px }

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.whitespace {
    white-space: pre-wrap;
}

footer {
  margin: 0;
  padding: 0;
  background-color: var(--neutral-0) !important;
}

.FooterSectionContainer {
  margin: 0;
  padding: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  color: var(--neutral-700);
}

.FooterSection {
  margin-bottom: 0;
}

.FooterComplianceSection {
  padding: 4rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--neutral-700);
}

.FooterSectionTitle {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--neutral-800);
  margin-bottom: 0.7rem;
}

.FooterLink {
  color: inherit;
}

address {
  margin: 0;
}

@media (max-width: 700px) {
  .FooterSectionContainer {
    flex-direction: column;
  }

  .FooterSection:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.BtnLink:hover {
  text-decoration: none;
}

.btn {
  border: none;
}




table {
  border-collapse: separate;
  border-spacing: 0;
  --table-radius: 6px;
}

thead {
  background: black;
  color: white;
  font-weight: bold;
}

th, td {
  border-right: 1px solid var(--neutral-400);
  border-bottom: 1px solid var(--neutral-400);
  padding: 0.5em 1em;
}

td:first-child {
  border-left: 1px solid var(--neutral-400);
}

/* the first 'th' within the first 'tr' of the 'thead': */
thead tr:first-child th:first-child {
  border-radius: var(--table-radius) 0 0 0;
  border-top-color: black;
  border-left-color: black;
  border-right-color: black;
}

/* the last 'th' within the first 'tr' of the 'thead': */
thead tr:first-child th:last-child {
  border-radius: 0 var(--table-radius) 0 0;
  border-top-color: black;
  border-right-color: black;
}

/* the first 'td' within the last 'tr' of the 'tbody': */
tbody tr:last-child td:first-child {
  border-radius: 0 0 0 var(--table-radius);
}

/* the last 'td' within the last 'tr' of the 'tbody': */
tbody tr:last-child td:last-child {
  border-radius: 0 0 var(--table-radius) 0;
}

tr:nth-child(even) {
  background-color: var(--neutral-250);
}
