@font-face {
  font-family: gotham__light;
  src: url(/assets/fonts/Gotham-Light.otf);
}

@font-face {
  font-family: gotham__medium;
  src: url(/assets/fonts/GothamMedium.ttf);
}

@font-face {
  font-family: gotham__book;
  src: url(/assets/fonts/GothamBook.ttf);
}

@font-face {
  font-family: placeholder__light__font;
  src: url(/assets/fonts/Polly-light.otf);
}

body {
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
  font-family: gotham__medium;
}

.active {
  font-weight: bold;
  color: #ca271d !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .blog__page__section {
    margin: 50px 0px;
  }
  .blog__page__section .header__image__container img {
    width: 100%;
    height: 100% !important;
  }
  .blog__page__section .header__image__container .image__credit {
    font-size: x-small;
    color: #707070;
    text-align: right;
    font-weight: bolder;
  }
  .blog__page__section .blog__content {
    margin: 20px 0px;
  }
  .blog__page__section .blog__content h3 {
    font-size: 25px !important;
    font-family: gotham__medium;
  }
  .blog__page__section .blog__content .pub__date {
    font-size: 10px;
  }
  .blog__page__section .blog__content .profile__pic {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .blog__page__section .blog__content .follow__text {
    color: #ca271d;
    font-family: gotham__medium;
    font-weight: 500;
  }
  .blog__page__section .blog__info {
    font-family: gotham__book;
  }
  .blog__page__section .blog__info .blog__quote {
    font-style: italic;
    font-weight: bolder;
    color: #707070;
    margin-top: 50px;
  }
  .blog__page__section .blog__info .blog__small_text {
    font-size: 12px;
  }
  .blog__page__section .blog__info .para__content {
    margin-top: 50px;
  }
  .blog__page__section .blog__info .subheading {
    font-weight: bold;
    font-size: 20px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .blog__page__section {
    margin: 50px auto 0 auto;
  }
  .blog__page__section .header__image__container {
    width: 100%;
    margin: auto;
    height: 300px !important;
  }
  .blog__page__section .header__image__container img {
    width: 100%;
    height: 100% !important;
  }
  .blog__page__section .header__image__container .image__credit {
    font-size: x-small;
    color: #707070;
    text-align: right;
    font-weight: bolder;
  }
  .blog__page__section .blog__content {
    margin: 10px 10px;
  }
  .blog__page__section .blog__content h3 {
    font-size: 40px !important;
    font-family: gotham__medium;
  }
  .blog__page__section .blog__content .pub__date {
    font-size: 15px;
  }
  .blog__page__section .blog__content .profile__pic {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .blog__page__section .blog__content .follow__text {
    color: #ca271d;
    font-family: gotham__medium;
    font-weight: 500;
  }
  .blog__page__section .blog__info {
    font-family: gotham__book;
  }
  .blog__page__section .blog__info .blog__quote {
    font-style: italic;
    font-weight: bolder;
    color: #707070;
    margin-top: 50px;
  }
  .blog__page__section .blog__info .blog__small_text {
    font-size: 12px;
  }
  .blog__page__section .blog__info .para__content {
    margin-top: 50px;
  }
  .blog__page__section .blog__info .subheading {
    font-weight: bold;
    font-size: 20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .blog__page__section {
    margin: 50px auto 0 auto;
  }
  .blog__page__section .header__image__container {
    width: 100%;
    margin: auto;
    height: 400px !important;
  }
  .blog__page__section .header__image__container img {
    width: 100%;
    height: 100% !important;
  }
  .blog__page__section .header__image__container .image__credit {
    font-size: x-small;
    color: #707070;
    text-align: right;
    font-weight: bolder;
  }
  .blog__page__section .blog__content {
    margin: 10px 110px;
  }
  .blog__page__section .blog__content h3 {
    font-size: 40px !important;
    font-family: gotham__medium;
  }
  .blog__page__section .blog__content .pub__date {
    font-size: 15px;
  }
  .blog__page__section .blog__content .profile__pic {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .blog__page__section .blog__content .follow__text {
    color: #ca271d;
    font-family: gotham__medium;
    font-weight: 500;
  }
  .blog__page__section .blog__info {
    font-family: gotham__book;
  }
  .blog__page__section .blog__info .blog__quote {
    font-style: italic;
    font-weight: bolder;
    color: #707070;
    margin-top: 50px;
  }
  .blog__page__section .blog__info .blog__small_text {
    font-size: 12px;
  }
  .blog__page__section .blog__info .para__content {
    margin-top: 50px;
  }
  .blog__page__section .blog__info .subheading {
    font-weight: bold;
    font-size: 20px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .blog__page__section {
    margin: 80px auto 0 auto;
  }
  .blog__page__section .header__image__container {
    width: 80%;
    margin: auto;
    height: 500px !important;
  }
  .blog__page__section .header__image__container img {
    width: 100%;
    height: 100% !important;
  }
  .blog__page__section .header__image__container .image__credit {
    font-size: x-small;
    color: #707070;
    text-align: right;
    font-weight: bolder;
  }
  .blog__page__section .blog__content {
    margin: 10px 110px;
  }
  .blog__page__section .blog__content h3 {
    font-size: 40px !important;
    font-family: gotham__medium;
  }
  .blog__page__section .blog__content .pub__date {
    font-size: 15px;
  }
  .blog__page__section .blog__content .profile__pic {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .blog__page__section .blog__content .follow__text {
    color: #ca271d;
    font-family: gotham__medium;
    font-weight: 500;
  }
  .blog__page__section .blog__info {
    font-family: gotham__book;
  }
  .blog__page__section .blog__info .blog__quote {
    font-style: italic;
    font-weight: bolder;
    color: #707070;
    margin-top: 50px;
  }
  .blog__page__section .blog__info .blog__small_text {
    font-size: 12px;
  }
  .blog__page__section .blog__info .para__content {
    margin-top: 50px;
  }
  .blog__page__section .blog__info .subheading {
    font-weight: bold;
    font-size: 20px;
  }
  .footer__main {
    background-color: #4f4c4c !important;
    font-family: gotham__medium;
  }
  .footer__main .row__top {
    padding: 50px 0;
  }
  .footer__main .row__top .logo__button {
    background-color: #ffffff;
    border-radius: 67px;
  }
  .footer__main .move__Top__rounded {
    background-color: #ca271d;
    border-radius: 50%;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: relative;
  }
  .footer__main .move__Top__rounded .traingle__shape {
    position: absolute;
    top: 15%;
    left: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff;
  }
  .footer__main .move__Top__rounded .traingle__shape:hover {
    position: absolute;
    top: 10%;
    left: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer__main .move__Top__rounded .text_top {
    position: absolute;
    top: 100%;
    left: -45%;
    width: 120px;
    margin-top: 5px;
  }
  .footer__copy {
    font-size: 12px;
    background: #ca271d;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .blog__page__section {
    margin: 80px auto 0 auto;
  }
  .blog__page__section .header__image__container {
    width: 80%;
    margin: auto;
    height: 500px !important;
  }
  .blog__page__section .header__image__container img {
    width: 100%;
    height: 100% !important;
  }
  .blog__page__section .header__image__container .image__credit {
    font-size: x-small;
    color: #707070;
    text-align: right;
    font-weight: bolder;
  }
  .blog__page__section .blog__content {
    margin: 10px 110px;
  }
  .blog__page__section .blog__content h3 {
    font-size: 40px !important;
    font-family: gotham__medium;
  }
  .blog__page__section .blog__content .pub__date {
    font-size: 15px;
  }
  .blog__page__section .blog__content .profile__pic {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .blog__page__section .blog__content .follow__text {
    color: #ca271d;
    font-family: gotham__medium;
    font-weight: 500;
  }
  .blog__page__section .blog__info {
    font-family: gotham__book;
  }
  .blog__page__section .blog__info .blog__quote {
    font-style: italic;
    font-weight: bolder;
    color: #707070;
    margin-top: 50px;
  }
  .blog__page__section .blog__info .blog__small_text {
    font-size: 12px;
  }
  .blog__page__section .blog__info .para__content {
    margin-top: 50px;
  }
  .blog__page__section .blog__info .subheading {
    font-weight: bold;
    font-size: 20px;
  }
  .footer__main {
    background-color: #4f4c4c !important;
    font-family: gotham__medium;
  }
  .footer__main .row__top {
    padding: 50px 0;
  }
  .footer__main .row__top .logo__button {
    background-color: #ffffff;
    border-radius: 67px;
  }
  .footer__main .move__Top__rounded {
    background-color: #ca271d;
    border-radius: 50%;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: relative;
  }
  .footer__main .move__Top__rounded .traingle__shape {
    position: absolute;
    top: 15%;
    left: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff;
  }
  .footer__main .move__Top__rounded .traingle__shape:hover {
    position: absolute;
    top: 10%;
    left: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer__main .move__Top__rounded .text_top {
    position: absolute;
    top: 100%;
    left: -45%;
    width: 200px;
    margin-top: 5px;
  }
  .footer__copy {
    font-size: 12px !important;
    background: #ca271d;
  }
}
/*# sourceMappingURL=blogpage.css.map */