 
h1{
	color: #ffffff;
}

h2{
	color: #E96D1A;
	text-align: center;
}


body{
	background: #FDF5E6;
	font-size: 16px;
	/*color: #663300;*/
	line-height: 150%;
}

.text{
	padding-left: 10%;
	padding-right: 10%;
}

#pagetop{
    position:fixed;
	bottom:5px;
	right:5px;
}

a{
	color:#ffffff;
	text-decoration: none;	
}

header{
	display: flex;
	width: 100%;
	height: 60px;
	background-color: #000000;
	margin: 0px;               
	padding: 0px 0px 5px 15px;
	position:static;
	text-decoration: none;
}

.title{
	margin-right: auto;
}

.menu{
	list-style: none;
	display: inline-block;
	padding: 10px;
}

ul.menu li {
	width: 100px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}
ul.menu a {
	background-color: #000000;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	display: block;
}
ul.menu a:hover {
	background-color: #FF8B23;
	color: #FFFFFF;
}
 
ul.menu ul {
	display: none;
} 

ul.menu ul {
	display: none; 
	margin: 0px;
	padding: 0px;
	position: absolute;
}

ul.menu li:hover ul {
	display: block;
}
footer{
	display: flex;
	width: 100%;
	height: 30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: #FF8B23;
	position:static;
	text-decoration: none;
}
.menu2{
	list-style: none;
	font-size: 12px;
	margin:0 auto;
}

.menu2 li {
	width: 100px;
	display: inline-block;
	list-style-type: none;
	margin:0 auto;
	position: static;

}
.menu2 a {
	background-color: #FF8B23;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: 100;
	display: block;


}
.menu2 a:hover {
	background-color: #FB771D;
	color: #FFFFFF;
}
 
.menu2 ul {
	display: none;
} 

ul.menu2 ul {
	display: none; 
	margin: 0px;
	padding: 0px;
	position: absolute;
}

ul.menu2 li:hover ul {
	display: block;
}


@media screen and (max-width: 700px){
	 
	h1{
		color: #ffffff;
		font-size: 25px;
		font-weight: 400;
	}
	
	h2{
		color: #FF8B23;
		text-align: center;
	}
	
	body{
		background: #FDF5E6;
		font-size: 16px;
		/*color: #663300;*/
		line-height: 150%;
	}
	
	.text{
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#pagetop{
		position:fixed;
		bottom:5px;
		right:5px;
	}
	
	a{
		color:#ffffff;
		text-decoration: none;	
	}
	
	header{
		display: flex;
		width: 100%;
		height: 60px;
		background-color: #000000;
		margin: 0px;               
		padding: 0px 0px 5px 15px;
		position:static;
		text-decoration: none;
	}
	
	.title{
		margin-right: auto;
	}
	
	.menu{
		list-style: none;
		display: inline-block;
		padding: 10px;
	}
	
	ul.menu li {
		display: table-cell;
		list-style-type: none;
		position: relative;
		padding: 0.5px;
		font-size: 10px;
	}
	ul.menu a {
		background-color: #000000;
		color: #FFFFFF;
		line-height: 35px;
		text-align: center;
		text-decoration: none;
		font-weight: 300;
		display: block;
	}
	ul.menu a:hover {
		background-color: #FF8B23;
		color: #FFFFFF;
	}
	 
	
	
	ul.menu ul {
		list-style: none;
		display: none; 
		margin: 0px;
		padding: 0px;
		position: absolute;
	}
	
	ul.menu li:hover ul {
		display: block;
	}
	
	footer{
		display: flex;
		width: 100%;
		height: 35px;
		text-align: center;
		padding: 0px 0px 5px 15px;
		background-color: #FF8B23;
		position:static;
		text-decoration: none;
	
	}
	.menu2{
		list-style: none;
		display: table-cell;
		padding: 10px;
	}
	ul.menu2 a {
		background-color: #FF8B23;
		color: #FFFFFF;
		line-height: 15px;
		text-align: center;
		text-decoration: none;
		font-weight: 100;
		display: block;
	}
	ul.menu2 a:hover {
		background-color: #FB771D;
		color: #FFFFFF;
	}
	
	
	ul.menu2 li {
		display: table-cell;
		list-style-type: none;
		position: static;
		padding: 0px;
		font-size: 2.5px;
	}
	
	}
	