/* ----- COLORS ----- */
/* ----- TYPE ----- */
@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir-Book-01.woff2") format("woff2"), url("../fonts/Avenir-Book-01.woff") format("woff"), url("../fonts/Avenir-Book-01.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir-Medium-09.woff2") format("woff2"), url("../fonts/Avenir-Medium-09.woff") format("woff"), url("../fonts/Avenir-Medium-09.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/Avenir-Black-03.woff2") format("woff2"), url("../fonts/Avenir-Black-03.woff") format("woff"), url("../fonts/Avenir-Black-03.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Palatino Linotype Italic";
  src: url("../fonts/PalatinoLinotype Italic.woff2") format("woff2"), url("../fonts/PalatinoLinotype Italic.woff") format("woff"), url("../fonts/PalatinoLinotype Italic.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

/* ----- GLOBAL ----- */
a {
  color: #CCBC90;
  text-decoration: underline;
  font-family: "Avenir Medium"; }
  a:visited {
    color: #CCBC90; }
  a:hover {
    color: #bca76d;
    text-decoration: none; }

h1 {
  font-family: "Avenir Black";
  font-size: 30px;
  color: #4a4a4a;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.3px; }

h2 {
  font-family: "Avenir Black";
  font-size: 30px;
  color: #558224;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase; }

h5 {
  font-family: "Avenir Black";
  font-size: 14px;
  line-height: 1.2;
  color: #bbbbbb;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase; }

/* ----- HERO ----- */
.hero {
  background-color: #00483a;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/Brownard_Hero_img.png") no-repeat center center;
  background-size: cover;
  position: relative; }
  .hero .container {
    position: relative;
    z-index: 100; }
  @media screen and (min-width: 1199px) {
    .hero .logo {
      max-width: 200px;
      margin-right: 40px; } }
  @media screen and (max-width: 768px) {
    .hero .logo {
      max-width: 200px; } }
  .hero .hero--title {
    font-family: "Avenir Black";
    font-size: 84px;
    color: #EFEFEF;
    letter-spacing: 7px;
    text-align: left;
    text-shadow: 0 2px 12px #03231D;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .hero .hero--title {
        font-size: 54px; } }
    @media screen and (max-width: 768px) {
      .hero .hero--title {
        font-size: 46px;
        text-align: center;
        margin-top: 40px; } }
    @media screen and (max-width: 575px) {
      .hero .hero--title {
        font-size: 40px; } }

/* ----- PAGE ----- */
body {
  background-color: #EBE8E0; }

.main {
  padding-top: 50px;
  padding-bottom: 50px; }

.intro {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFF;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 50px; }
  .intro h1 {
    font-size: 42px;
    color: #CCBC90;
    text-align: center;
    margin-bottom: 25px; }
  .intro p {
    font-size: 18px;
    line-height: 27px; }

.claim {
  /* Rectangle 4: */
  background: #FFFFFF;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.06);
  border-top: solid 8px #00483a;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 40px 80px;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .claim {
      padding: 40px 60px; } }
  @media screen and (max-width: 768px) {
    .claim {
      padding: 40px; } }
  @media screen and (max-width: 575px) {
    .claim {
      padding: 30px; } }
  .claim .top {
    margin-bottom: 20px; }
    .claim .top .top--label {
      /* CLAIM: */
      font-family: "Avenir Black";
      font-size: 14px;
      color: #bbbbbb;
      letter-spacing: 3px;
      text-align: center;
      text-transform: uppercase; }
    .claim .top .top--num {
      /* 01: */
      font-family: "Palatino Linotype Italic";
      font-size: 24px;
      color: #4A4A4A;
      text-align: center;
      line-height: 34px; }
  .claim .claim__block p {
    /* Shabby chic quinoa v: */
    font-family: "Avenir Book";
    font-size: 18px;
    color: #4a4a4a;
    line-height: 27px;
    letter-spacing: 0.3px; }
  .claim .claim__block .block--claim {
    padding: 20px 40px; }
    @media screen and (max-width: 768px) {
      .claim .claim__block .block--claim {
        padding: 0;
        margin-bottom: 10px; } }
    .claim .claim__block .block--claim h2 {
      /* CLAIM Copy: */
      font-size: 26px;
      color: #777777;
      padding-top: 2px; }
      @media screen and (min-width: 992px) {
        .claim .claim__block .block--claim h2 {
          text-align: right; } }
    .claim .claim__block .block--claim p {
      /* Broward County Sheri Copy: */
      font-size: 22px;
      color: #4F4F4F;
      text-align: left;
      line-height: 1.5; }
  .claim .claim__block .block--facts {
    padding: 40px;
    background-color: #F4F7F3; }
    @media screen and (max-width: 768px) {
      .claim .claim__block .block--facts {
        padding: 20px; } }
    .claim .claim__block .block--facts h2 {
      font-size: 36px; }
    .claim .claim__block .block--facts .row {
      margin-bottom: 30px; }
      .claim .claim__block .block--facts .row:last-child {
        margin-bottom: 0; }

/*# sourceMappingURL=main.css.map */