@charset "utf-8";
/* CSS Document */

* {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-decoration: none;
	}


	
	header {	
		
	
    border: 0;
	background-color: #faf1d9;
	background: url('sky.png');
	background-size: cover;
	height: 779px;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 1.5em;
		
	}
	
	header img {
		
    text-align: center;
	padding: 4% 0 2% 0;
	
	
	}
	
		header h1{
		
		color: #fbfbf0;		
		padding: 5%;
		font-size: 3.5em;
		line-height: 1.7em;
		
		}
	
	.fltrt  #navbar{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 2px;
	clear: both;
	padding: 7% 0  0 0;
	width: 40%;
	color: #222222;
	font-size: 2em;
	position: fixed;
	
}

		
	   #navbar a:link {
	color: #fbfbf0;
	text-decoration: none;
	padding: 0 25px 0 0;
	
}
  #navbar a:visited {
	text-decoration: none;
	color: #fbfbf0;
	padding: 0 0 10px 0;
}
  #navbar a:hover  span{
	 
	text-decoration: none; 
	border-bottom: 1px dotted;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	color: #222222;
	
	

	
}


. #navbar a:active {
	text-decoration: none;
	color: #222222;
	padding: 0 25px 0 0;
}
	

	#content {
		
		
		height: auto;
		background-color: #232020;
		padding: 5%;
		
		
		
		}
	
		
		
		#content img {
	float: right;
	border: 0;
	padding: 0 2% 1% 0;
	opacity: 0.7;
    filter: alpha(opacity=70);
	-webkit-transform: translateZ(0px);
}

  #content img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
	-webkit-transform: translateZ(0px);	
		}
			
		
			
				
		 h1 {
		
		font-size: 5em;
		padding: 2%;
		text-align: center;
		color:  #777777;
		font-weight: bold;
		font-family: verdana, san-serif;
		width: 96%;
		clear: right;
		
		
		}
		
		#w {
			
		height: auto;
		background-color: #232020;
		
			
			}
		
		
		#w img {
			
	float: right;
	border: 0;
	padding: 0 2% 1% 0;
	opacity: 0.7;
    filter: alpha(opacity=70);
	-webkit-transform: translateZ(0px);
			
			}
			
	  #w img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
	-webkit-transform: translateZ(0px);	
		}
			
		section {
			
			
		padding: 5%;
		background-color: #e4e4e4;
		border-top: 40px solid #232020;
		
			
			}
		 
		section h1 {
			
			
		font-size: 5em;
		padding: 2%;
		text-align: center;
		color:  #777777;
		background-color: #e4e4e4;
		font-weight: bold;
		font-family: verdana, san-serif;
		width: 100%;
		clear: right;
			
			}
			#column img {
			
	float: right;
	border: 0;
	padding: 0 2% 0 0;
			
			}	
			
		#about {
       -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;

    -webkit-column-rule: 1px outset #a29d9d; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #a29d9d; /* Firefox */
    column-rule: 1px outset #a29d9d;
	color: #333333;
	text-align: left;
	width:100%;
	line-height: 1.65em;
	padding: 0 10% 2% 10%;
	font-family: verdana, san-serif;
	font-size: 1.5em;
	font-weight: lighter;
	background-color: #e4e4e4;
	clear: right;
	
	
	
	
	
}

		
		h2 {
		
		font-size: 3em;
		padding: 2% 0;
		text-align: left;
		color:  #464444;
		font-weight: 200;
		font-family: verdana, san-serif;
		width: 96%;
		
		
		}
		
		
				
		footer { 
	
	padding: 2%;
	width: 100%;
	background-color:  #232020;
	color:#999999;
	list-style-type: none;
	text-align: center;
	font-size: 1.5em;
	}
	
		
	footer a:link {
	color: #999999;
	text-decoration: none;
	padding: 0 25px 0 0;
	
}
footer a:visited {
	text-decoration: none;
	color: #999999;
	padding: 0 0 10px 0;
}
 footer a:hover  span{
	 
	text-decoration: none; 
	border-bottom: 1px dotted;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	color: #fbfbf0;	

	
}


footer a:active {
	text-decoration: none;
	color: #888888;
	padding: 0 25px 0 0;
}

	
	
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	clear: both;
	padding-right: 5%;
	padding-top: 2%;
	
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}