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

footer{
  text-align: center;
  background-color: #000;
  color:#fff;
}

h1{
  font-size: 12vmin;
}

h3{
  text-align:center;
  font-size:2em;
}

p{
  font-size:1.3em;
}

.location{
  background-color:#ffffff;
  text-align:center;
  padding: 50px 5px 50px 5px;
}

.logo {
  display: block;
  margin: 0 auto;
}

.about{
  background-color:#e6e6e6;
  padding: 50px 5px 50px 5px;
}

.about img{
  max-width: 100%;
  height: auto;
  padding: 5px 5px 5px 5px;
  display: inline-block;
  margin: 0 auto;
}

.schedule{
  background-color:#ffffff;
  padding: 50px 5px 50px 5px;
}
.schedule h2{
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 300;
}
.schedule h3{
  letter-spacing: 0;
  line-height: 35px;
}

.prices{
  background-color:#e6e6e6;
  padding: 50px 5px 50px 5px;
}

.prices h4{
  letter-spacing: 0;
    color: black;
    margin-bottom: 0;
}



.new{
  background-color:#ffffff;
  padding: 50px 5px 50px 5px;
}

/* nav bar */

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  position:fixed;
  width:100%;
  top:0px;
  z-index:10;
}

ul.topnav li {float: left; margin-bottom:0;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

img.brand{
  width:20px;
  height:auto;
}

ul.topnav li a:hover {background-color: #555;}
ul.topnav li:first-child a:hover{background-color:transparent;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 1.5em;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect p{
  font-size: 1em;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.parallax-head{
  text-align: center;
  color:#fff;
  padding: 150px 50px 150px 50px;
  background-color:rgb(0,0,0,0.2);
  width: 100%;
}

.parallax-window {
  min-height: 600px;
  background: transparent;
}

.registration-from{
  margin: 50px 100px 600px 50px;
}
@media screen and (max-width:767px){
  .registration-from{
    margin:0;
  }
}

/* Mobile first queries */

@media (max-width: 750px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
} 

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:750px) {
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}



a {
  text-decoration: none;
}

.purchase {
  /*  border-top:11px solid #E85700;*/
  padding:10px 0 0;
  text-align:center;
}
.purchase strong.title{
  margin-bottom:0;
}
.purchase li:hover h4, .purchase li:hover i {
    display: none;
}
.purchase h1 {
  font-size:36px;
  letter-spacing:3px;
  line-height:40px;
  text-transform:uppercase;
}
.purchase p {
  font-size: 26px;
  line-height: 45px;
  max-width:750px;
  margin:0 auto;
}
.purchase-trigger {
  margin-top:50px;
  border:1px solid #4B0082;
  border-radius:50px;
  font-size:26px;
  display:inline-block;
  cursor:pointer;
  position:relative;
}

.purchase-trigger * {
  -webkit-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  -o-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);

  -webkit-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  -o-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-trigger span {
  padding:17px 80px;  
  color:#4B0082;
  width:246px;
  display: inline-block;
}
.purchase-trigger .bubble {
  position:absolute;
  background:#4B0082;
  top:0;
  border-radius:50px;
  left:0;
  height:74px;
  width: 246px;
  z-index:-1;
}
.purchase-trigger.right .bubble {
  margin-left:246px;  
}

.purchase-trigger:not(.right) .annual {
  color:#fff;
}
.purchase-trigger.right .monthly {
  color:#fff;
}

.purchase ul {
  display:table;
  margin:auto 0;
  width:100%;
  max-width:1100px;
}

.purchase.new-ihp ul {
    max-width: 400px!important;
    margin: 0 auto;
}

.purchase li {
  display:table-cell;
  width:33.333%;
  padding:33px 0 0;
  -webkit-transition: 0;
  -webkit-transition: all 0.25s, color 0s !important;
  -o-transition: all 0.25s, color 0s !important;
  transition: all 0.25s, color 0s !important;
  position:relative;
  z-index:0;
  border:1px solid #BBB;
}

.purchase li:first-child {
  position:relative;
  right:-1px; 
}
.purchase li:last-child {
  position:relative;
  left:-1px;  
}


.purchase li:hover {
  -webkit-box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
  box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
  z-index:1;
  color:#fff;
  background:#4B0082;
  border-color:#4B0082;
  -webkit-transform:scale(1.05);
}

.purchase .monthly li:hover .purchase-description,
.purchase .monthly li:hover .purchase-price,
.purchase .monthly li:hover strong {
  opacity: 0;
}

.purchase li * {
  -webkit-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0 !important;
}

.purchase li:hover * {
  color:#fff !important;
  border-color:rgba(255, 255, 255, 0.27) !important;
}



.purchase li strong {
  font-size:19px;
  text-transform:uppercase;
  color:#2F3740;
  letter-spacing:2.4px;
  line-height:45px;
  font-weight:400;
  margin-bottom: 25px;
  display: inline-block;
}

.purchase ul .purchase-description {
  display:block;
  font-size:19px;
  line-height:30px;
}

.purchase .purchase-price {
  font-size:4.5em;
  letter-spacing:2px;
  padding-top:20px;
  display:block;
  font-weight:400;
  padding-bottom:12px;
}
.purchase .purchase-button {
  text-transform:uppercase;
  font-size:19px;
  color:#2F3740;
  text-decoration:none;
  line-height:1;
  padding:28px 0 24px;
  border-top:1px solid #bbb;
  width:100%;
  display:inline-block;
  margin-top:6px;
  display:block;
}
.purchase li:hover .purchase-button {

  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}


.purchase ul a:hover {
  color:#4B0082;
}

.purchase ul a, .purchase ul a:hover .purchase-price, .purchase ul a:hover .purchase-description {
  color:#6C6C6C;
}


.purchase .packageDescription{
  position: relative;
  display: block;
  float: left;
}

.purchase .packageDescription h3{
  font-size:24px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:0;
}

.purchase li .packageDescription{
  display: none;
  padding:0 4em;
}

.purchase li .packageDescription ul{
  padding-left:0;
  display: block;
  margin-top:15px;
}

.purchase li .packageDescription ul li{
  font-size:12px;
  font-family: 'Helvetica', 'sans-serif';
  text-align:left;
  display: inline-block;
  width: auto;
  border: none;
  padding-top: 0;
  position:relative;
  padding-left:20px;
  margin-bottom:5px;
}

.purchase li .packageDescription ul li:before{
  content:"";
  position: absolute;
  left:0;
  top:2px;
  width:15px;
  height:15px;
  background-image:url(../images/ihp_logo.png);
  background-position: center;
  background-size: cover;

}

.purchase li .packageDescription ul li:hover{
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.purchase li:hover .packageDescription{
  display: block;
  -webkit-transition:ease 0.8s;
  -o-transition:ease 0.8s;
  transition:ease 0.8s;
  position: absolute;
  top: 5%;
  bottom:0;
  left: 0;
  right: 0;
  font-size: 14px;
}

.class-times-btn{
border: 2px solid #000;
    color: #000;
    font-size: 18px;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
}

.class-times-btn:hover{
  background-color:#000;
  color:#fff;
}

@media screen and (max-width:992px){
  .purchase li .packageDescription{
    padding:0 20px;
  }
  .purchase li .packageDescription ul li{
    font-size:12px;
  }
}

@media screen and (max-width:767px){
  .purchase li{
    display: block;
    width:100%;
  }

  .purchase li .packageDescription ul li{
    font-size:12px;
  }

  .purchase li .packageDescription h3{
    margin-top:0;
    font-size:16px;
  }

  .aboutImages{
    width:33.3333%;
    float:left;
  }
  .hovereffect h2{
    padding:inherit;
  }
}

@media screen and (max-width:650px){
  .aboutImages{
    width:75%;
    padding: 10px 20px;
    margin:0 auto;
    float:none;
  }

}
@media screen and (max-width:550px){

  .purchase li .packageDescription{
    padding:0 15px;
  }

  .purchase li .packageDescription ul li{
    font-size:12px;
  }
}

@media screen and (max-width:320px){
  .logo{
    width:200px;
  }
}