html, body{
  width: 100%;
  /*min-width: 768px;*/
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: helvetica, sans-serif;
  background-color: #333;
}

#nav{
  z-index: 999;
  background-color: #333;
  width: 100%;
  position: absolute;
  top: 0;
  height: 5em;
  line-height: 5em;
  text-align: center;l
}

#nav a {
    color: white;  
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
    margin: 0 0.5em;
}

h1 {
   color: orange;
   -webkit-text-fill-color: orange;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   text-align: center;
   margin: 0;
   padding-top: 0.5em;
   font-size: 2em;
   position: absolute;
   top: 0%;
   width: 100%;
}

#heading{
  padding-top: 2em;
}

#heading span{
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  display: block;
  text-transform: uppercase;
  font-size: 0.5em;
  margin: 2em 0 0 0;
  text-shadow: -1px -1px 7px rgba(0, 0, 0, 1);

}

.pre-section{
  height: 5em;
  background-color: #333;
  margin: 0;
  padding: 0;
}

.section{
  width: 100%;
  position: relative;
}

.section .bg{
  width: 100%;
  opacity: 0.7;
}

.section .info{
  width: 100%;
  
  background-color: #333;
  color: white;
  padding: 1em 0;
  font-size: 14px;
}

.section .info p{
  width: 90%;
  max-width: 60em;
  margin: 1em auto;
  text-align: center;
  font-weight: 100;
  line-height: 1.5em;
}

.section .info div{
  width: 90%;
  max-width: 60em;
  margin: auto;
}

#reverend{
  display: block;
  margin: auto;
}

.gallery-box{
  margin: 2%;
}

.gallery-box img{
  width: 45%;
  margin: 2.5%;
  float: left;
}

.gallery-box img:last-child{
  margin-bottom: 1em;
}

.footer p{
  margin: 2em 0;
}

.footer a{
  color: white;
}

iframe.desk{
  display: none;
}



/*----------------------------------------------ipad and wider-*/

@media screen and (min-width: 768px) {

  h1{
    font-size: 5em;
  }

  #nav{
    height: 7em;
    line-height: 7em;
  }

  #nav a{
    margin: 0 2em;
    font-size: 16px;
  }

  .pre-section{
    height: 7em;
  }

  .section{
    
  }

  .gallery-box img{
    width: 30%;
    margin: 1.5%;
  }


  .gallery-box img:last-child{
    margin-bottom: 2em;
  }

  .section .info div img{
    float: right; 
    padding: 0 0 2em 2em;
  }

  .history p{
    width: 65%!important;
    float: left;
  }

  #reverend{
    width: 30%;
    float: right;
    padding: 1.2em 0 0 0;
  }

  iframe.mob{
    display: none;
  }
  
  iframe.desk{
    display: block;
  }


/*  .section .info{
    width: 100%;
    position: absolute;
    background-color: #333;
    color: white;
    bottom: 0;
    padding: 1em 0;
  }*/


}
