@charset "UTF-8";
/* CSS Document */

/*html5 display rule for old browsers*/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {

	display: block;

}

/*

font-family: 'Lato', sans-serif; ultra bold only 900
font-family: 'Oxygen', sans-serif; 300,400,700

*/

html {
	min-height: 100%;
}

body {
	min-height: 100%;
	margin: 0px;
	font-family: 'Oxygen', sans-serif; 
	font-size: 13px;
	color: #9D9D9D;

}

.index {
	background-image: url(images/leaves.png), url(images/hpbg.jpg);
	background-position: bottom, top;
	background-repeat: no-repeat;
	background-size: 80vw, cover;
	color: #fff;
}



.index h1 {font-weight: 100;font-size: 7vw;margin-top: 76px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.53);}

.index h2 {
    margin: 0px 17px;
    font-size: 2vw;
    font-weight: 100;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.53);
}

a img {
	border: none;
}

#dark {
	height: 85px;
	width: 100%;
	/*background-color: #4D4D4D;*/
	position: absolute;
}

#wrapper {
	position: relative;
	z-index: 1;
	width: 900px;
	margin: auto;

}

.index #wrapper {
	width: 90%;
}

header#mainHeader {
	width: 900px;
	height: 85px;
	/*background-image: url(images/header_bg.png);*/
	background-position: right;
	background-repeat: no-repeat;
	display: none;
}

#logoLink {
	background-image: url(images/logo.png);
	display: block;
	width: 283px;
	height: 56px;

}

nav#topNav {
	padding-left: 10px;
	height:40px;
}



nav#topNav a {
  color: #9D9D9D;
  text-decoration: none;
  padding: 5px;
  margin-right: 20px;
  font-weight: 300;
}

nav#topNav a:hover {
	color: orange;
}

.index nav#topNav {
    position: absolute;
    width: 100px;
    /* background-color: red; */
    right: 6vw;
    margin-top: 131px;
}

.index #topNav a {
    color: #ffffff;
    display: block;
    text-align: right;
    /* background-color: #ffffff; */
    margin-bottom: 10px;
    width: 142px;
    border-radius: 4px;
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.26);
    padding: 5px;
    font-size: 12px;
}

.index #topNav a:hover {
	color: #fff;
	background-color: inherit;
	box-shadow: none;
	font-size: 12px;
}

#addedNav {
	display: none;
}

.index #addedNav {
	display: inherit;
}



nav#leftNav {

}

nav#leftNav a {

}

nav#leftNav a:hover {

}

section#contentWrap{
	float: left;
	margin-bottom: 40px;
}

#mainIMG {
  width: 900px;
  /*height: 140px;
  background-image: url(images/NEW-BLUE-SLICE.jpg);*/
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0px;
  /* border: 3px solid #F5F5F5; 
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);*/
}

.index #mainIMG {
	display: none;
}


article#content {
	width: 579px;
	float: left;
	
}

.index #content {
	width: 98%;

}

#content img {
  max-width: 95%;
  height: auto;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  /* padding: 5px; */
  border: 1px solid #ccc;
}

#rightSide {
  width: 300px;
  float: right;
  padding: 0px 0px 0px 10px;
}

.rightGalImg {
  margin: 5px;
  float: left;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
}

.rightGalImg:hover {
	border: solid 1px #333;
}

footer#mainFooter {
	font-size: 10px;
}

.index footer {
	display: none;
}

footer a {
    text-decoration: none;
    padding: 2px;
    margin: 0px 1px;
    color: #868686;
}

footer a:hover {
	color: orange;
}

#footerNav {
	float: left;
	width: 52%;
}

#footerContact {
	float: right;
	width: 45%;
	text-align: right;
}

#zac {

}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 50px;
	margin: 5px 0px;

}
h2 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color: #A99797;	
}
.smallText {
	font-size: 10px;
	font-style: italic;
}

.index div#user {
    margin-top: -100px;
}

#user {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px;
  float: right;
  /* margin: 100px 20px 0px 0px; */
  text-align: right;
  top: 110px;
}

#user a {
	text-decoration: none;
	color: #52FFFC;
}

#user a:hover {
	color: orange;
}

.inputField, .input_field {
  width: 90%;
}

.message {
  background-color: #717171;
  padding: 20px;
  color: #fff;
}

.noShadow {
	box-shadow: none !important;
	border: none !important;
}

#adminNav a img {
  
  width: 100px;
  margin: 10px;
}

.imgThumb {
  width: 120px;
  height: 120px;
  display: block;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #D6DEEB;
  background-size: auto 100%;
  margin: 5px;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: 100%;
}


.landscape {
  background-size: auto 100%!important;
}

.portrait {
  background-size: cover !important;
}

.about td {
	vertical-align: top;
	min-width: 80px;
}

.about td p {
	margin: 0px;
}

a.portChild {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    color: #909092;
    font-weight: 100;
}

a.portChild:hover {
	color: orange;
}

.clearBoth {
    clear: both;
}

@media only screen and (max-width: 500px) {
    

    body {
        
    }

    .index h1 {
	    font-weight: 400;
	    font-size: 12vw;
	    margin-top: 76px;
	}

	.index h2 {
	    margin: 0px 8px;
	    font-size: 7vw;
	    font-weight: 400;
	    color: #ffffff;
	}

	.index nav#topNav {
	    position: absolute;
	    width: 100px;
	    margin-top: 185px;
	    right: inherit;
	}

	.index #topNav a {
	    color: #fff;
	    display: block;
	    text-align: right;
	    background-color: inherit;
	    margin-bottom: 10px;
	    width: 142px;
	    border-radius: 2px;
	    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.26);
	    padding: 4px;
	    font-size: 11px;
	}

	#wrapper {
		width: 95%;
		
	}

	header#mainHeader {
		width: 95%;
	}

	#mainIMG {
		display: none;

	}

	nav#topNav {
		height:	auto;
		width:95%;
	}

	nav#topNav a {
		
		text-align: center;
		display: block;
	    text-decoration: none;
	    padding: 5px;
	    margin-right: 0px;
	    
	}

	section#contentWrap {
		padding: 10px;
	}

	article#content {
		width: 98%;

	}

	footer#mainFooter {
		text-align: center;
		line-height: 15px;
	}

	#footerNav {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footerContact {
		float: none;
		width:100%;
		text-align: center;
	}



}/* end of small devices */

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

    body {
        
    }

    .index h1 {
	    font-weight: 400;
	    font-size: 12vw;
	    margin-top: 76px;
	}

	.index h2 {
	    margin: 0px 8px;
	    font-size: 7vw;
	    font-weight: 400;
	    color: #ffffff;
	}

	.index nav#topNav {
	    position: absolute;
	    width: 100px;
	    margin-top: 285px;
	    right: inherit;
	}

	.index #topNav a {
	    color: #fff;
	    display: block;
	    text-align: right;
	    background-color: inherit;
	    margin-bottom: 10px;
	    width: 142px;
	    border-radius: 2px;
	    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.26);
	    padding: 4px;
	    font-size: 11px;
	}

	#wrapper {
		width: 98%;
		
	}

	header#mainHeader {
		width: 100%;
	}

	#mainIMG {
		display: none;

	}

	nav#topNav {
		height:	auto;
		width:100%;
	}

	nav#topNav a {
		
		text-align: center;
		display: block;
	    text-decoration: none;
	    padding: 5px;
	    margin-right: 0px;
	    
	}

	section#contentWrap {
		padding: 10px;
	}

	article#content {
		width: 98%;

	}

	footer#mainFooter {
		text-align: center;
		line-height: 15px;
	}

	#footerNav {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footerContact {
		float: none;
		width:100%;
		text-align: center;
	}



}/* end of small devices */

@media only screen and (orientation: landscape) and (max-width: 768px) {
   

	.index {
	    background-image: url(images/leaves.png), url(images/hpbg.jpg);
	    background-position: bottom right, top;
	    background-repeat: no-repeat;
	    background-size: 63vw, cover;
	    color: #fff;
	}

   .index h1 {
	    font-weight: 400;
	    font-size: 12vw;
	    margin-top: 6px;
	}

	.index h2 {
	    margin: 0px 8px;
	    font-size: 3vw;
	    font-weight: 400;
	    color: #ffffff;
	}

	.index nav#topNav {
	    position: absolute;
	    width: 100px;
	    margin-top: 154px;
	    right: inherit;
	}
}

@media only screen and (orientation: landscape) and (max-width: 1024px){
   

	

   .index h1 {
	    font-weight: 400;
	    
	}

	.index h2 {
	    
	    font-weight: 400;
	    
	}

	
}

















