body, html {
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  background-color: #2D2B2B;
}
	
.responsive {
  width: 100%;
  height: auto;
}	

div.nav {
  background-color: transparent;
}
@media screen and (min-width: 601px) {
  div.nav {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  div.nav {
    font-size: 10px;
  }
}

div.title {
background-color: transparent;
}
@media screen and (min-width: 601px) {
  div.title {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  div.title {
    font-size: 26px;
  }
}

div.HomeTitle {
  background-color: transparent;
}
@media screen and (min-width: 601px) {
  div.HomeTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  div.HomeTitle {
    font-size: 18px; 
    padding-top: 50px; 
    line-height:40px;
  }
}	

div.blurb{background-color: 
  transparent;
}
@media screen and (min-width: 601px) {
  div.blurb {
    font-size: 19px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  div.blurb {
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: 23px;
  }
}	

a:link {
  color: gray; 
  text-decoration: none; 
  padding: 2px 3px 2px 3px; 
  letter-spacing: 2px;
}

a:visited {
  color: gray; 
  text-decoration: none;
}
a:hover {
  color: #05BAFB;
  background-color:black;
  text-decoration: none;
}
a:active {
  color: black;
  background-color:#05BAFB;
  text-decoration: none;
}
	

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  position: relative;
  opacity: 1.0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("img/img-bg-01.jpg");
  min-height: 100%;
}
.bgimg-2 {
  background-image: url("img/img-bg-02.jpg");
  min-height: 400px;
}
.bgimg-3 {
  background-image: url("img/img-bg-03.jpg");
  min-height: 500px;
}
.bgimg-4 {
  background-image: url("img/img-bg-04.jpg");
  min-height: 200px;
}
.bgimg-5 {
  background-image: url("img/img-bg-05.jpg");
  min-height: 200px;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    background-attachment: scroll;
  }
}
	
	
.caption {
  position: absolute;
  left: 0;
  top: 46%;  
  width: 100%;
  text-align: center;
  color: #000;
  background-color: transparent;
}

.caption span.border {
  background-color: transparent;
  color: #fff;
  padding: 18px;
  letter-spacing: 0.3em;
}

h3 {
  font-size: 2.0em;
  letter-spacing: 0.3em;
  color: #fff;
  font-weight: normal;
}