/*!
 * Item: MissionaryPK
 * Description: Serve the Nation
 * Author/Developer: PK
 * Author/Developer URL: https://missionarypk.com
 * Version: v1.1.0
 * License: PK
 */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

/* 1.5 Icons */

.icon{
  display: inline-block;
}

.ion-ios-play{
  position:relative;
  width: 5rem;
  height: 5rem;
  padding-left: 0.2rem;
  line-height: 5rem;
  text-align:center;
  border:1px solid #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-right:1.5rem;
  margin-top: 4rem;
  color: #fff;
  transition: all .3s ease-out;
}

.ion-ios-play:hover{
  color: #006b45;
  border: 1px solid #006b45;
}

.ion-ios-play:after {
  content: '';
  position: absolute;
  right: 100%;
  top:50%;
  height: 1px;
  width: 99999rem;
  background: #fff;
  margin-right: 2rem;
}

/* 3.1 Sections */

.pk-intro-video{
  display:inline-block;
  color:#fff;
  font-size: 1.26rem;
}

.pk-intro-video:hover{
  text-decoration: none;
}

/* 5.3 Min width 992px */

@media (min-width: 992px){

  html{
    font-size: 14px;
  }

/* Next */