/* FONTS */

@font-face {
  font-family: 'Goudy';
  src: url('../fonts/goudy/Goudy.eot');
  src: local('☺'), url('../fonts/goudy/Goudy.woff') format('woff'), 
  url('../fonts/goudy/Goudy.ttf') format('truetype'), 
  url('../fonts/goudy/Goudy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'horrorshow';
  src: url('../fonts/horrorshow/horrorshow.eot');
  src: local('☺'), url('../fonts/horrorshow/horrorshow.woff') format('woff'), 
  url('../fonts/horrorshow/horrorshow.ttf') format('truetype'), 
  url('../fonts/horrorshow/horrorshow.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.eot');
  src: local('☺'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), 
  url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), 
  url('../fonts/roboto/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto/Roboto-Bold.eot');
  src: local('☺'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), 
  url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), 
  url('../fonts/roboto/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none !important;
}
.goudy {
  font-family: 'Goudy';
}
.tan-txt {
  color: #b4875e;
}

.tan-txt i {
  color: #bb222a;
}


body {
  font-family: 'Roboto', sans-serif;
}
h1, h2 {
  margin-bottom: 20px;
}
p {
  font-size: 24px;
  line-height: 42px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

div.col.verify-content p.tan-txt.goudy span{font-size: 15px;}

@media (max-width: 991px) {
  div.col.verify-content p.tan-txt.goudy span{font-size: 11px;}
  }
@media (max-width: 991px) {
  p {
      font-size: 22px;
      line-height: 36px;
  }
  h1 {
      font-size: 34px;
  }
}
@media (max-width: 767px) {
  p {
      font-size: 20px;
      line-height: 32px;
  }
  h1 {
      font-size: 32px;
  }
}
@media (max-width: 600px) {
  p {
      font-size: 16px;
      line-height: 28px;
  }
  h1 {
      font-size: 26px;
  }
}
@media (max-width: 500px) {
  p {
      font-size: 14px;
      line-height: 20px;
  }
  h1 {
      font-size: 20px;
      margin-bottom: 10px;
  }
}



.fab {
    font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), 
  url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), 
  url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), 
  url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); 
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), 
  url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), 
  url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), 
  url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); 
}
.fa, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-facebook-f::before, .fa-facebook::before {
    content: "\f09a";
}
.fa-instagram::before {
    content: "\f16d";
}
.fa-twitter::before {
    content: "\f099";
}
.fa-youtube::before {
    content: "\f167";
}