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

html {
  background: #FCFBFB;
}

.page-content a:visited {
    color: #F94892 !important;
}

.page-content a:hover, .page-content a:active {
    color: #F94892 !important;
}

.page-content a {
    color: #F94892 !important;
}

.page-title {
    background: #89CFFD;
    padding: .5em;
    font-weight: 500;
    font-size: 2em;
}

.page-content {
    font-size: 1.2em;
    padding: 1.5em;
    background: ##FCFBFB;
}

.index-page-content {
    margin-top: 2em !important;
}

.index-page-text {
}

.index-image {
    border-radius: 25px;
    width: 90%;
}

.media-video-portrait {
    margin-top: 1.5em;
    width: 315px;
    height: 560px;
    border-radius: 25px;
}

@media (min-width: 300px) {
  .navbar-brand-font {
      font-weight: bold;
      font-size: 2em !important;
  }
  .media-video-landscape {
      margin-top: 1.5em;
      width: 350px;
      height: 253px;
      border-radius: 25px;
  }
}

@media (min-width: 576px) {
  .navbar-brand-font {
      font-weight: bold;
      font-size: 2.5em !important;
  }
  .media-video-landscape {
      margin-top: 1.5em;
      width: 560px;
      height: 315px;
      border-radius: 25px;
  }
}

@media (min-width: 768px) {
  .navbar-brand-font {
      font-weight: bold;
      font-size: 3em !important;
  }
  .media-video-landscape {
      margin-top: 1.5em;
      width: 560px;
      height: 315px;
      border-radius: 25px;
  }
}

.navbar-custom {
    background-color: #F94892;
    border-bottom: 3px solid #FBDF07;
}
  
.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #000;
}

.menu-text {
    font-size: 1.3em;
    font-weight: 400;
}

.pow {
    font-size: 1.2em;
    font-weight: bold;
}

.media-video {
    border-radius: 25px;
}

.page-content img {
    border-radius: 25px;
}
