
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 120%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ul {
	list-style-type: circle;
}
ol {
	list-style: none;
	list-style-type: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* toplevel elements */

body {
		line-height: 1.6em;
	font-size: 1.3em;
	}
body {
	max-width: 1000px; margin-left: auto; margin-right: auto; 
	background-color: rgb(245, 245, 245);
	}
body {
	
	 background-image: linear-gradient(to right, rgba(222,217,210, 1) 0%, rgba(222,217,210, 0)9%, rgb(245,245,245)50%, rgba(222,217,210,0)91%, rgba(222,217,210, 1) 100%  );
	 }

	
h1 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6em;
  padding-bottom: 1em;

}


h2 {
	  font-family: "Playfair Display", "Georgia", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.6em;
  padding-top: 1em;
}
h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  line-height: 1.4em;
}

p {  font-family:"Montserrat", Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  padding-bottom: .6em;
    
  }


li {
	font-family: "Montserrat", Helvetica, sans-serif;

}
A  {
	color : #E7573B;
	font-weight : 500;
	text-decoration : none;
}

A:Visited  {
	color : #E7573B;
	font-weight : 500;
	text-decoration : none;
}

A:Active  {
	color : rgb(0,54,64);
	font-weight : 500;
	text-decoration : none;
}

A:Hover  {
	color : #94b934;
}

/*navigation */

.prime_nav {
     margin: 0 auto;
    display: block;

    padding: 1em 0 2em 0;  
    text-align: center;
    font-size: .9em;

    ul li {
      list-style: none;
      margin: 0 auto;
      border-left: 2px solid #94b934;
      display: inline-block;
      padding: 0 20px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: "Montserrat", Tahoma, sans-serif;

    }

    li a {
      color: black;
    }

    li a:hover {
      color: rgb(148,185,52);
    }

    li:hover {
      cursor: pointer;
    }

    ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
		padding-left: 0;
      left: 0;
      display: none;
      background: white;
    }

    ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }

    ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
    }

    ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #3ca0e7;
      transition: all 0.3s ease;
    }
  }
}

a {

    text-decoration: none;

    &:hover {
        color: #3CA0E7;
    }
 
}

 ul li ul li a { transition: all 0.5s ease; }

/*colors and emphasis*/

.white_font {
	color: rgb(245,245,245)
	}
.bg_soft {
	background-color: rgb(245,245,245)
	}

.deep_forest {
	background-color: rgb(0,65,43);
	}

.soft_green {
	background-color: rgb(60,125,87);
	}
	
.emph {
	font-weight:700;
	}
#reqs {text-align: left;
	}
	
#call {color:#3C7D57; 
	padding-top: 1em;
}

.italic {
font-style: italic;
}

/* layout */	
.cntr_table {
	background-color: rgb(245,245,245);
padding: 0, 2%, 0, 2%;
	
}

.list_in {
	padding-left: 7%;
	padding-right: 7%;
}
	
#content {
	padding: 0 5% 0 5%;

	text-align: left;
	}

.main {
	background-image: url(../images/tree.jpg); color: wheat;
	padding-block-end: 0 5% 0 5%;
	
	}
.bottom {
	background-color: rgb(245,245,245);
	position: relative;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;
 }
 .playfair {font-family: "Playfair Display", serif; 
 font-weight: 300; font-size: 95%;
 }
 .box {
background: #DADADA; color: #212829; padding:2%; width: 45%; float: right;
	margin-left: .8em;
 }
#strap {
	font-style: italic; color: rgb(245,245,245); text-align: center;
	height: 2em;
	background-image: linear-gradient(to right, rgba(148, 185, 52, 0) 1%, rgba(148, 185, 52, 1) 25%, rgba(148, 185, 52, 1) 75%,rgba(148, 185, 52, 0) 99%);
}
#logo_over {
	padding-bottom: -2em;
	}
	
.centre_box {
	text-align: center;
	border-style: solid;
	border-color: #3C7D57;
	border-width: .2em;
	padding: 2%;
	margin-bottom: 0;
	}
.pointer {
list-style-type: square;
list-style-image: url(../images/pointer.png);
padding-top: .5em;
line-height: 1.3em;
}
.indent {
	padding-left:2em;
	padding-right: 2em;
	}