:root {
  --pf-blue: #013dff;/*blue from logo*/
  --pf-blue-hover: #00289e;/*blue for hovers*/
  --pf-red: #ff0000; /*red from logo*/
  --pf-yellow: #eed401;
  --pf-green: #1db500; /*green from logo*/
  --pf-ltgray: #F5F8FA;
  --pf-mdgray: #B5B5B5;
  --pf-dark: #1E1E2D;/*sidebar and header color*/
  --pf-fc-border: #E4E6EF;
  --pf-white: #FFFFFF;
  --pf-border-radius: .475rem;
}

header{
  background-color: var(--pf-white);
}
video{
  position: fixed;
  top:     -140px;
  z-index:     -1;
  width:     100%;
}
.home-page-h1{
  margin-top: -100px;
}
img{
  border-radius: .175em;
}
h1 img{
  box-shadow: none;
}
footer{
  background-color: var(--pf-dark);
  height: 300px;
  text-align: center;
  color: var(--pf-white);
}
footer a:link{
  color: var(--pf-white);
}
/*login styles*/
.logo{
  padding: 2em;
}
/* MAIN CLASSES */
.f{
  color: var(--pf-red);
}
.u{
  color: var(--pf-blue);
}
.n{
  color: var(--pf-green);
}
.btn-purple{
  background-color:#8A2543;
  color: #FFFFFF;
}
.blue-review-wrapper, .red-review-wrapper, .yellow-review-wrapper, .green-review-wrapper{
  border: 5px solid #333333 !important;
  border-radius: .475em;
}
.blue-review-wrapper .card-footer, .red-review-wrapper .card-footer, .yellow-review-wrapper .card-footer, .green-review-wrapper .card-footer{
  background: rgb(193, 193, 193);
}
.content-img{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.navbar{
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
  border-bottom: solid 5px rgba(0,0,0,.15);
}
a.nav-link {
  color: var(--pf-dark);
  margin: 0 15px;
  display: block;
  font-weight: bold;
  transition: all ease-in-out .25s;
}
a.nav-link:hover{
  color: var(--pf-red);
}
.scrollUp {
  background-color: var(--pf-blue);
  color: var(--pf-white);
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 10000000;
  left: 0;
  bottom: 50px;
  text-align: center;
  border-radius: 0 10px 10px 0 ;
  opacity: .5;
  transition: all ease-in-out .25s;
}
.scrollUp:hover{
  opacity:1;
}
.xl-text {
  font-size: 6em;
  text-align: center;
  color: white;
  display: block;
}
.hero-logo{
  left: 50%;
  transform: translate(-50%, 40%);
  position: relative;
  top: 75%;
  box-shadow: none;
}
.hero{
  height: 100vh;
}
.scripture{
  background: rgb(174,226,238);
  background: radial-gradient(circle, rgba(174,226,238,1) 0%, rgba(148,187,233,1) 100%);
  box-shadow: rgba(0, 0, 0, 1.45) 0px 25px 20px -20px;
  border-radius: .475em;
  padding: 40px 0 0;
}
.main-container{
  background-color: var(--pf-white);
  padding: 4em;
  border-top: 5px solid rgba(0,0,0,.15);
}
.main-container p{
  font-size: 1.1em;
  line-height: 1.62;
}
.secondary{
  background-color: var(--pf-green);
  color: var(--pf-white);
  padding: 4em;
}
.secondary-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.secondary-shape-fill {
  fill: var(--pf-green);
}
.secondary-shape svg {
  display: block;
  width: calc(300% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.tertiary{
  background-color: var(--pf-blue);
  color: var(--pf-white);
  padding: 6em 0 4em;
}
.runner{
  margin-top: 30px;
  margin-bottom: 30px;
}
.card{
  border: 5px solid rgba(0,0,0,.15);
  border-radius: .475em;
  margin-top: -125px;
}
.header-odd{
  border: 5px solid rgba(0,0,0,.15) !important;
  border-radius: .475em;
}
.card-header{
  background: linear-gradient(to right,  #141414 0%,#212121 50%,#1c1c1c 100%,#595959 100%);
  box-shadow:10px 10px 22px 10px #000000 inset;
  color: var(--pf-white);
  text-align: center;
}

.card-container{
  margin-top: -200px;
  margin-bottom: 60px;
}
.card-container img{
  width: 100%;
  transition: all ease-in-out .25s;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.card-container img:hover  {
  transform: scale(1.1);
}
.card-container h4{
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 25px;
  color:  #ffffff;
  text-shadow: 0 3px 3px #000000;
}
.text-success{
  color: var(--pf-green) !important;
}
.text-primary{
  color: var(--pf-blue) !important;
}
.navbar-toggler {
  background: var(--pf-blue);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.center-mobile{
  float:left;
}
.card-caption {
  text-align: center;
  border: 2px solid rgba(0, 0, 0, .25);
  display: inline-block;
  border-radius: .800em;
  width: 210px;
  margin: 15px auto -15px;
  background-color:#FFFFFF;
  position: relative;
  text-transform: uppercase;
  z-index: 200;
}
iframe{
  width: 100%;
  height:692px;
}
@media only screen and (max-width : 1024px) {
  iframe {
    width: 100%;
    height: 443px;
  }
}
@media only screen and (max-width : 820px) {
  iframe {
    width: 100%;
    height: 327px;
  }
}


@media only screen and (max-width: 600px){
  #mainContainer{
    margin-top: 175px;
  }
  .main-container{
    padding: 0;
  }
}

@media only screen and (max-width: 450px){
  .card-container {
    margin-top: 50px;
  }
  .stamp-border {
    border: 6px solid var(--pf-white);
    width: 90%;
    padding: 0em;
    margin: 1em;
  }
  .xl-text {
    font-size: 3em;
  }
  .fa-5x {
    font-size: 1em;
  }
  .center-mobile{
    margin: 0 auto 25px !important;
    display:block;
    float:none;
  }
  .col-auto {
    flex: none;
    width: 100%;
  }
  .red-border-right{
    border-right: none;
  }
  .content-img {
    margin-bottom: 25px;
  }
  iframe {
    width: 100%;
    height: 327px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 430px){
  iframe {
    width: 100%;
    height: 193px;
  }
}