	/* CSS reset */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
    margin:0;
    padding:0;
}


* {
  box-sizing: border-box;
}


body {	width: 100%;
  		margin: 0; 
  		font-family: Arial, sans-serif;  
		line-height: 1.5em;
	}



	 a:link
	{text-decoration: none; color: #000;
	}
	a:visited
	{text-decoration: none; color: #000;
	}
	a:hover
	{text-decoration: underline; color: #00a;
	}
	a:active
	{text-decoration: underline; color: #00a;
	}




/* header */

.header {
  position: fixed; top: 0;
  width: 100%; height: 16em;   z-index: 99; background: #ffffff;

}

.header ul {
  margin: 0;
  padding-top: 20px;
  list-style: none;
  overflow: hidden;
}



	@media screen and (max-width: 992px)
	{	
		.header	{
			height: 12em;
				}

		.header ul {
			background-color: #fff;				
				}


	}

.header li a {
  display: block; 
 padding: 20px;
border-radius: 25px;
  text-decoration: none;
  color: #00f;
}



.header li a:hover,
.header .menu-btn:hover {
 background-color: #36f;
 color: #fff;
}

	@media screen and (max-width: 992px)

	{	
		.header li a:hover,
		.header .menu-btn:hover	
				{
				 background-color: #0cf;
				color: #ffffff;
				}
	}



.banner img {max-width: 100%;
			height: auto;	
			margin: 0 auto;		
			}

/****************** menu ****************/

.header .menu {
  max-height: 0; 
  transition: max-height .2s ease-out;
position: relative; right: 20%;

}

/* menu icon */

.header .menu-icon {
  cursor: hand;
  display: inline-block; float: right;  
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative; right: 3em;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 25em;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 992px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }


}

/*********************END menu**************************/



/*******************PICTURES****************/
.mypic img	{	
			position: relative;
			left: 20%;
			max-width: 100%;
			float: right;
			margin: 1em 0;
		}

.pic1 img	{	
			max-width: 30%;
			float: left;
			margin: 1em 2em 1em 0;
			border: solid 1px #ccc;
			border-radius: 10px;
		}

.pic2 img	{
				max-width: 60%;
				margin: 1em;
			}



/*******************MAINTEXT***************/

#maintext {
			position: relative; 
			top: 1em;
			max-width: 75%;
			margin: 15em 2em 0;
			font-family: Arial, sans-serif;
			font-size: 1em;
			line-height: 1.5em;
			text-align: justify;
			padding-top: 1em;
			}

#maintext h3	{ padding-left: 10%;

			}

#maintext span{
			font-weight: bold;
			color: #00a;
				}

#maintext ul li {
				margin: 1em 2em;
			}

.sideshow	{	position: relative; top:1em;
				float: right;
				width: 25%;
				margin: 2em;
				padding: 0.3em;
				font-size: 0.85em;
				border: solid 1px #ccc;
				border-radius: 15px;
			}

.sideshow h3	{ text-align: center;

				}

.sideshow ul	{
			margin-left: 2em;
			}

.sideshow span.button a
					{
						width: 100%;
					}

@media screen and (max-width: 1250px)
{
	
}



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

		.header .menu 
					{ right: 0;
					}
	
		#maintext 
				{position: relative;
				top: 2em;
				max-width: 80%;
				font-size: 0.9em;
				}



		.sideshow	{
				margin-top: 3em;
				}


		.mypic img	{	
					left: 10%;
					width: 40%;
					margin: 0.5em 0;
					}	

		.pic1 img	{	
					max-width: 50%;
					}

		.pic2 img	{	
					max-width: 100%;
					}


	}

@media screen and (max-width: 600px)
{
	#maintext
		{
		margin-top: 12em;
		}

	.sideshow
		{
			font-size: 0.75em;
		}

	span.button a
			{
				font-size: 0.75em;
			}

		.pic1 img	{	
					max-width: 100%;
					margin: 0 3em 1em 0;
					}

		
		 .pic2 img	{	display: none;
					}



}


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

			}

	/******Styling for Buttons *********/



span.align span.button	{width:20%;
			float:left;
			display:block;
			margin-left:1em;
			font-size:80%; 
			}



	span.button  
		{
		margin: 0.5em;
		padding: 0;
		list-style: none;
		}


	span.button a	
			{
			display:block;
			text-align:center;
			text-decoration:none;
			line-height: 0;
			padding:1em;
			border-top:solid 3px #c9c9c9;
			border-right:solid 3px #555;
			border-bottom :solid 2px #333;
			border-left :solid 1px #c9c9c9;
			border-radius: 25px;
			height:2.5em;
			width:50%;
		}

	span.button a:link	{color:#000080;
			background:#bbb;
			}

	span.button a:visited	{color:#000080;
			background:#bbb;
			}

	span.button a:hover	{color:#a00;
			background:#ccc;
			border-top:solid 3px #ccc;
			border-right:solid 3px #a7a7a7;
			border-bottom :solid 2px #a7a7a7;
			border-left :solid 1px #a7a7a7;
			}
/******************************************************************/

footer {	position: relative;
		top: 2em; clear: both;
		width: 100%;
		height: 5em;
		text-align: center;
		border-top: solid 1px #cccccc;
		}

	@media screen and (max-width: 992px)
		{
			footer {
							font-size: 0.9em;
						}
		}

	@media screen and (max-width: 600px)
		{				
			footer {
						font-size: 0.8em;

						}
		}



footer #credit	 	{
				padding-bottom: 1em;
				text-align: center;
				font-size: 0.75em;
				}

