.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.header, .blog-post, .blog-pagination {
  margin-bottom: 2rem; }

.header {
  color: ivory;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fadein 750ms ease;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 750ms ease;
  background-image: url("/img/header-background_large.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-position-y: -145px;
  min-height: 700px; }
  @media screen and (max-width: 1260px) {
    .header {
      background-position-y: -125px;
      min-height: 600px; } }
  @media screen and (max-width: 1100px) {
    .header {
      background-position-y: -100px;
      min-height: 550px; } }
  @media screen and (max-width: 985px) {
    .header {
      background-image: url("/img/header-background_medium.jpg");
      background-position-y: -90px;
      min-height: 500px; } }
  @media screen and (max-width: 900px) {
    .header {
      background-position-y: -70px;
      min-height: 440px; } }
  @media screen and (max-width: 770px) {
    .header {
      background-position-y: -40px;
      min-height: 400px; } }
  @media screen and (max-width: 675px) {
    .header {
      background-position-y: -40px;
      min-height: 300px; } }
  @media screen and (max-width: 520px) {
    .header {
      background-position-y: 0px;
      min-height: 300px; } }
  @media screen and (max-width: 410px) {
    .header {
      background-position-y: 0px;
      min-height: 250px; } }
  @media screen and (max-width: 520px) {
    .header h1 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 430px) {
    .header h1 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 320px) {
    .header h1 {
      font-size: 1.25rem; } }
.homepage .header h1 {
  font-size: 2rem; }
  @media screen and (max-width: 414px) {
    .homepage .header h1 {
      font-size: 1.25rem;
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (max-width: 414px) {
    .homepage .header h1 {
      font-size: 1.25rem;
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (max-width: 320px) {
    .homepage .header h1 {
      font-size: 1.25rem;
      padding: 0; } }
body.homepage .navbar-nav .nav-item.home {
  display: none; }

.header-subtitle {
  -webkit-animation: slideup 1200ms ease;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: slideup 1200ms ease; }

.overlay-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: ivory;
  z-index: 100;
  text-transform: lowercase; }
  .overlay-content .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.navbar {
  z-index: 1000;
  position: absolute;
  width: 100%;
  -webkit-animation: fadein 1000ms ease;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 1000ms ease; }

.navbar-brand {
  font-size: 2.25rem; }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      font-size: 1.75rem; } }
  @media screen and (max-width: 430px) {
    .navbar-brand {
      font-size: 1.25rem; } }
  @media screen and (max-width: 320px) {
    .navbar-brand {
      font-size: 1.1rem; } }
.navbar-toggler {
  border: none;
  background: transparent !important; }
  .navbar-toggler:hover {
    background: transparent !important; }
  .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 4px; }
  .navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
            transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
            transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }

.get-fit .header {
  background-image: url("/img/get-fit-1.jpg");
  background-position-y: -280px;
  min-height: 700px; }
  @media screen and (max-width: 1600px) {
    .get-fit .header {
      background-position-y: -240px;
      min-height: 700px; } }
  @media screen and (max-width: 1450px) {
    .get-fit .header {
      background-position-y: -200px;
      min-height: 700px; } }
  @media screen and (max-width: 1350px) {
    .get-fit .header {
      background-position-y: -200px;
      min-height: 650px; } }
  @media screen and (max-width: 1275px) {
    .get-fit .header {
      background-position-y: -180px;
      min-height: 620px; } }
  @media screen and (max-width: 1205px) {
    .get-fit .header {
      background-position-y: -120px;
      min-height: 620px; } }
  @media screen and (max-width: 1125px) {
    .get-fit .header {
      background-position-y: -100px;
      min-height: 600px; } }
  @media screen and (max-width: 1050px) {
    .get-fit .header {
      background-image: url("/img/get-fit-1_medium.jpg");
      background-position-y: -100px;
      min-height: 550px; } }
  @media screen and (max-width: 980px) {
    .get-fit .header {
      background-position-y: -100px;
      min-height: 500px; } }
  @media screen and (max-width: 905px) {
    .get-fit .header {
      background-position-y: -50px;
      min-height: 500px; } }
  @media screen and (max-width: 825px) {
    .get-fit .header {
      background-position-y: -50px;
      min-height: 460px; } }
  @media screen and (max-width: 770px) {
    .get-fit .header {
      background-position-y: -50px;
      min-height: 430px; } }
  @media screen and (max-width: 725px) {
    .get-fit .header {
      background-position-y: -20px;
      min-height: 430px; } }
  @media screen and (max-width: 660px) {
    .get-fit .header {
      background-position-y: 0px;
      min-height: 410px; } }
  @media screen and (max-width: 610px) {
    .get-fit .header {
      background-position-y: 0px;
      min-height: 380px; } }
  @media screen and (max-width: 570px) {
    .get-fit .header {
      background-position-y: 0px;
      min-height: 360px; } }
  @media screen and (max-width: 520px) {
    .get-fit .header {
      background-position-y: 0px;
      min-height: 320px; } }
  @media screen and (max-width: 460px) {
    .get-fit .header {
      background-position-y: 0px;
      min-height: 290px; } }
  @media screen and (max-width: 410px) {
    .get-fit .header {
      background-position-y: 0px;
      min-height: 250px; } }
.get-fueled .header {
  background-image: url("/img/get-fueled_large.jpg");
  background-position-y: -120px;
  min-height: 700px; }
  @media screen and (max-width: 1250px) {
    .get-fueled .header {
      background-position-y: -70px;
      min-height: 650px; } }
  @media screen and (max-width: 1090px) {
    .get-fueled .header {
      background-position-y: -40px;
      min-height: 550px; } }
  @media screen and (max-width: 950px) {
    .get-fueled .header {
      background-image: url("/img/get-fueled_medium.jpg"); } }
  @media screen and (max-width: 825px) {
    .get-fueled .header {
      background-position-y: 0px;
      min-height: 500px; } }
  @media screen and (max-width: 520px) {
    .get-fueled .header {
      background-position-y: 0px;
      min-height: 400px; } }
  @media screen and (max-width: 410px) {
    .get-fueled .header {
      background-position-y: 0px;
      min-height: 250px; } }
.contact-me .header, .thanks .header {
  background-image: url("/img/contact-me_large.jpg");
  background-position-y: -80px;
  min-height: 700px; }
  @media screen and (max-width: 1250px) {
    .contact-me .header, .thanks .header {
      background-position-y: -50px;
      min-height: 650px; } }
  @media screen and (max-width: 1090px) {
    .contact-me .header, .thanks .header {
      background-position-y: -20px;
      min-height: 550px; } }
  @media screen and (max-width: 950px) {
    .contact-me .header, .thanks .header {
      background-image: url("/img/contact-me_medium.jpg");
      min-height: 500px; } }
  @media screen and (max-width: 825px) {
    .contact-me .header, .thanks .header {
      background-position-y: 0px;
      min-height: 500px; } }
  @media screen and (max-width: 520px) {
    .contact-me .header, .thanks .header {
      background-position-y: 0px;
      min-height: 400px; } }
  @media screen and (max-width: 410px) {
    .contact-me .header, .thanks .header {
      background-position-y: 0px;
      min-height: 250px; } }
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(32, 26, 22, 0.5); }

.navbar-overlay {
  z-index: 999;
  background-color: rgba(32, 26, 22, 0.85);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.header:not(.navbar-expanded) .navbar-overlay {
  opacity: 0; }

body {
  font-family: 'Montserrat', sans-serif; }

.main-content {
  max-width: 60%; }
  @media screen and (max-width: 1800px) {
    .main-content {
      max-width: 65%; } }
  @media screen and (max-width: 1500px) {
    .main-content {
      max-width: 70%; } }
  @media screen and (max-width: 1366px) {
    .main-content {
      max-width: 75%; } }
  @media screen and (max-width: 1024px) {
    .main-content {
      max-width: 80%; } }
  @media screen and (max-width: 900px) {
    .main-content {
      max-width: 85%; } }
  @media screen and (max-width: 800px) {
    .main-content {
      max-width: 90%; } }
  @media screen and (max-width: 600px) {
    .main-content {
      max-width: 95%; } }
.blockquote p {
  font-style: italic; }

.blog-post .content-img {
  max-width: 500px; }
  .blog-post .content-img .overlay {
    background-color: rgba(87, 85, 85, 0.1);
    z-index: 99; }

.main-content .btn {
  white-space: normal;
  word-wrap: break-word; }
  .main-content .btn a {
    color: #FFF;
    text-decoration: none; }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Firefox < 16 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  65% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* Firefox < 16 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  65% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.main-content a {
  color: #000;
  text-decoration: underline; }

.pt-6 {
  padding-top: 4rem !important; }

.pt-7 {
  padding-top: 5rem !important; }

.pt-8 {
  padding-top: 6.5rem !important; }
