@font-face {
    font-family: 'futurabold';
    src: url('futura_bold_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_bold_font-webfont.woff2') format('woff2'),
         url('futura_bold_font-webfont.woff') format('woff'),
         url('futura_bold_font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'futuralight';
    src: url('futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_light_bt-webfont.woff') format('woff'),
         url('futura_light_bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_medium_bt-webfont.woff2') format('woff2'),
         url('futura_medium_bt-webfont.woff') format('woff'),
         url('futura_medium_bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

   @font-face {
    font-family: 'TrajanProRegular';
    src: url('TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('TrajanPro-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
   }    
    

    @font-face {
    font-family: 'TrajanProBold';
        src: url('TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
             url('TrajanPro-Bold.woff') format('woff');
    font-style: normal;
    font-weight: normal;
        }
<style>
/* Makeshift CSS Reset */
{
    margin: 0;
    padding: 0;
}
 
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}

header {
/* This is the main page header */
    color:#8A8686;
    font-family:'futurabold',Arial,Helvetica,sans-serif;
    font-weight:lighter;
    padding:5px;
}

nav {
/* This is the left hand navigation section */
    line-height:30px;
    width: 30%;
    max-width: 180px;
    overflow: visible;
    padding:5px;

}
.quote {
color:#3f5e22;
 font-family:'futuramedium', sans-serif;
 font-size: 16px;
 font-style: italic;
 text-align:center;
padding:1px;
}
 
 a {
 color:#603913;
font-size:14px;
 text-decoration:none }

.body a:hover {
 color:#000;
 text-decoration:none;
 padding:0px 0px 1px 0px;
 border-bottom:1px dotted; }

a:link {
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-style: normal;
 text-decoration:none; }

a:visited {
 font-family:'futuramedium'Arial,Helvetica,sans-serif;
 font-style:normal;
 text-decoration:none; }

a:hover {
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-style:normal;
 text-decoration:none; }

a:active {
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-style: normal;
 text-decoration:none; }

ul{
 color:#603913;
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-style:normal;
 font-size:14px;
 text-align:left;
padding: 5px; }

.halfspace {
margin-bottom:20px; }


section {
/* This is the main body of web text */
    	left:295px;
	width: 60%;
	max-width: 585px;
        text-align:justify;
	padding:5px;
}
 
/*  SECTIONS  */
.section {
	clear: both;
	width: 90%;
	padding: 0px;
	margin: 0 auto;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF TWO  */

.span_2_of_2 {
	width: 55%;
	max-width:585px;
	float: left;
}
.span_1_of_2 {
	width: 45%;
max-width:320px;
float: left;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
body {
 background-color:white;}
h1 {
 color:#757171;
    font-family:'futuramedium',Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:18px;
    text-align:left;
    font-style:italic;
 }

 h2 { 
 color:#757171;
    font-family:'futuramedium',Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    font-style:italic;
 }

h3 { 
 color:#757171;
    font-family:'futuramedium',Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align:left;
    font-style: normal;
    font-size:10px;
 }

p {
 color:#757171;
 font-family:'futuralight',Arial,Helvetica,sans-serif;
 font-style:normal;
 text-align:justify;
 font-size:16px;
 }

p1 {
 color:black;
 font-family:'futuralight',Arial,Helvetica,sans-serif;
 font-style:normal;
 font-size:16px;
 text-align:left; }

.subhead {
 color:#757171;
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-size:16px;
 font-weight:bold;
 font-style:italic; }

ul.2 { 
 color:#757171;
 font-family:'futuralight',Arial,Helvetica,sans-serif;
 font-style:lighter;
 font-size:14px;
 text-align:center; 
 }

.space {
 color:#757171;
 font-size:14px;
 margin-bottom:10px;
  text-align:justify;
  }

img {
 /*display: block;
 margin:0 auto;
 height:auto;
 border-style:none;*/
 max-width: 100% !important;
 }
 img.centre{
  display: block;
  border-style:none;
 max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
 }
#center {

text-align: center;

}
 
@-ms-viewport{
  width: device-width;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
 display: none; 
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color:#757171;
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-size:16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
 color:#757171;
 font-family:'futuramedium',Arial,Helvetica,sans-serif;
 font-style:normal;
 text-align:justify;
 font-size:16px;
 padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -moz-animation-name:fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;  
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
</style>
