
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #D3D3D3;
	text-align: justify;
	font-family: "Times New Roman", Arial, Helvetica Neue, sans-serif;
	font-size: 11px;
	color: #333333;
}

h2, h3 {
	margin-top: 0px;
	color: #2D661F;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}



p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 100%;
	min-height: 100px;
	margin-left: 0%;
	margin-right: 0%;
	background: url(images/justin.png);
}

#header h1 {
	float: left;
	margin: 0%;
	/* padding: 25px 0 0 20px; */
	font-size: 32px;
}

#header h2 {
	float: right;
	margin-left: 0;
	/* padding: 45px 20px 0 0; */
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 80%;
	min-height: 30px;
	margin-left: 1%;
	margin-right: 30%;



}

#menu ul {
	width: 100%;
	min-height: 100px;
	margin-right: 10%;
	padding: 0;
	background: #000000;
	list-style: none;
}

#menu li {
	 display: inline;
	 width: auto;
	 height: auto;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 15px 5px 15px; 
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #FF0000;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	max-width: 514px; 
	min-height: 100px;
	margin-top: -5%;
	margin-left: 0%;
	margin-right: 10%;
	padding: 1% 1%; 
	background: url(images/img3.gif);
}

/* Content */

#content {
	max-width: 514px;
	min-height: auto;
	margin-left: 10%;
	margin-right: 0%;
	padding: 1% 1% 0 1%;
	background: url(images/img3.gif); 
}

#content2 {
	max-width: 840px;
	min-height: auto;
	margin-left: 20%;
	margin-right: 0%;
	padding: 1% 1% 0 1%;
	background: url(images/img3.gif);
	background-size: 860px;
}

#imagewithshadow {
	box-shadow: 20px 20px;


}


#colOne {
	float: right;
	width: 299px;
	padding: 0 15px 0 0;
}

#colTwo {
	float: left;
	width: 160px;
	padding: 0 0 0 15px;
}



@viewport{
	zoom: 1 . 0;
	width: extend-to-zoom;
}


@-ms-viewport{
	width: extend-to-zoom;
	zoom: 1 . 0;
}

.responsive {
  width: 70%;
  height: auto;
}

.responsive2 {
  width: 80%;
  height: auto;
}

.inline {
  display: inline;
}










.click-zoom input[type=checkbox] {
  display: none
}

.click-zoom img {
  margin: 100px;
  transition: transform 0.25s ease;
  cursor: zoom-in
}

.click-zoom input[type=checkbox]:checked~img {
  transform: scale(2);
  cursor: zoom-out
}





*{
	box-sizing: border-box;
}


.img-container{
	float: left;
	width: 33.33%;
	padding: 5px;
}




.clearfix::after{
	content: "";
	clear: both;
	display: table;
}





