body {
  background-color: black;
  background-image: url('../images/bkg.jpg');
  background-repeat: repeat-x;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-family:'Playfair Display', serif;
  color: #eeb14f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  text-align: justify;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.topnav {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0px;
  font-family: Varela, sans-serif;
}
.mainphotocontainer {
  height: 624px;
  border: 1px solid #878787;
  background: url('../images/kenphotolarge.jpg') top left no-repeat;
  /* background-size:contain;
 background-size:auto;*/

 
}
.mainh1heading {
  margin-right: 15px;
  font-family: Vollkorn, serif;
  color: white;
  font-size: 50px;
  font-weight: 400;
  text-align: right;
}
.h2subheading {
  margin-top: 11px;
  margin-right: 15px;
  font-family: Vollkorn, serif;
  color: white;
  font-weight: 400;
  text-align: right;
}
.quotebox {
  width: 35%;
  margin-top: 29px;
  margin-right: 15px;
  margin-bottom: 30px;
  float: right;
  font-family: Varela, sans-serif;
  color: white;
}
.mainh1 {
  margin-right: 16px;
  margin-top:25px;
  font-family:'Playfair Display', serif;
  color: white;
  font-size: 65px;
  font-weight: 400;
  text-align: right;
  
}
.headingh2 {
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom:0px;
  font-family:'Playfair Display', serif;
  color: #e1e1e1;
  font-weight: 400;
  font-size:23px;
  text-align: right;
  letter-spacing:1px;

 
}

.bll {font-size:80%;}
.quotediv {
  width: 35%;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 27px;
  float: right;
  font-family: Varela, sans-serif;
  color: white;
  text-align: left;
}
.textcontainer {
  font-family: Varela, sans-serif;
  color: white;
}
.columns {
  margin-top: 13px;
  font-family: Varela, sans-serif;
  color: white;
}
.column1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.coltextblock {
  padding: 9px 10px 9px 9px;
  background-color: #2a190e;
}
._1stcoltext {
  background-color: #2a190e;
}
._1stcoltext.coltext {
  margin-top: 9px;
  padding: 5px 15px 15px;
}
._2ndcoltext {
  background-color: #2a190e;
}
.contactbox {
  margin-top: 15px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #412716;
  background-color: #0a0a0a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.navlinks {
  color: #eeb14f;
}
.toprightbox {
  height: 24px;
  min-width: 260px;
  float: right;
  color: white;
  text-align: right;
 
}

.socmed {margin-left:15px}
@media (max-width: 991px) {
  .mainphotocontainer {
    background-position: 50% 50%;
  }
}
@media (max-width: 767px) {
  .topnav {
    padding-left: 24px;
  }
  .mainphotocontainer {
  height:356px;
	background: url('../images/kenphotolarge.jpg') top left no-repeat #000;
  /* background-size:contain;
 background-size:auto;*/
 background-size:contain;
    border-right-width: 0px;
    border-left-width: 0px;
  
  }
  .mainh1 {
    font-size: 42px;
	margin-bottom:4px;
  }
  .headingh2 {
    margin-top: -3px;
    margin-bottom: -8px;
    font-size: 17px;
	letter-spacing:normal;
  }
  .quotediv {
    width: 38%;
    margin-top: 13px;
    font-size: 10px;
    line-height: 13px;
  }
  .column1 {
    margin-top: -6px;
  }
  .navlinks {
    margin-left: 0px;
  }
  .toprightbox {
    min-width: 150px;
    padding-right: 18px;
  }
  

}

@media (max-width: 650px) {
  .mainphotocontainer {
  height:326px;
	background: url('../images/kenphotolarge.jpg') top left no-repeat #000;
  /* background-size:contain;
 background-size:auto;*/
 background-size:contain;
    border-right-width: 0px;
    border-left-width: 0px;
  
  }
  .topnav {
    padding-right: 0px;
    padding-left: 0px;
		background-color:#000;
  }
  
  .mainh1 {margin-top:15px}
  
  blockquote {display:none}
  
}




@media (max-width: 479px) {
  h2 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .topnav {
    padding-right: 4px;
    padding-left: 0px;
	margin-bottom:10px;
	background-color:#000;
  }
  .mainphotocontainer {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .contactbox {
    margin-top: 10px;
  }
  .navlinks {
    margin-left: 0px;
  }
  .mobileheading {
    margin-top: 0px;
    margin-left: 23px;
    font-family:'Playfair Display', serif;
    color: white;
    font-size: 29px;
    line-height: 36px;
    font-weight: 400;
  }
  .mobileh2 {
    margin-top: -10px;
    margin-bottom: -9px;
    margin-left: 24px;
    padding-left: 0px;
    color: white;
    font-size: 17px;
  }
  .toprightbox {
    min-width: 110px;
    padding-right: 0px;
  }
  
  blockquote {display:none}
}