 body{
 	background-color: #e0e0b6;
 	padding: 0px;
 	margin: auto;
 	background-image: url(../pic/4.jpg);
 	background-attachment: fixed;

 	font-size: 100%;

 }

main{
	margin: auto;	
	/*border: solid gold	 3px;
	border-radius: 10px;*/
	width: 1000px;
 	height: 450px;
 	/*	font-family: 'Lobster', cursive;*/
 	color: maroon;
 	/*border: solid 1px grey;
 	/*text-align: center;*/
}

.fly{
margin: auto;	
margin-top: 200px;
margin-left: 50px;
}

h1{
	font-size: 4em;
	text-align: center;
	margin-bottom: 80px;
}

h3{	
	font-size: 1.5em;
	text-align: center;
	color: #4c200e;
}
h3 span.ttt {
	font-family:  cursive;	
	font-weight: bold;
}

ul{
	font-size: 1.3em;
	color: #482f08;
	white-space:nowrap;
}	

.shh{
	text-shadow: 20px 20px 40px black; 
				/*0 0 1em red;*/
}

.contact{	
	float: right;
	margin-top: 100px;
	font-size: 1.3em;
	color: #4c200e;
	text-decoration: none;

}
.mts_i{
    background-image:url(../pic/mts2.png);
    width:20px; 
    height:20px; 
    display:inline-block;
    vertical-align:bottom;
    margin: 4px;
    background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
}
.em_i{
    background-image:url(../pic/email4.png);
    width:20px; 
    height:20px; 
    display:inline-block;
    vertical-align:bottom;
    margin: 4px;
    background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
}

A {
	color: black;
	text-decoration: none
}

emAB a:hover { 
    text-decoration: underline; 
    color: darkblue; 
   } 
/*
.emAB{
	font-color:black;
	
}*/

p{
	margin: 5px;}

.mail{
	text-decoration: none;
	color: maroon;
}

.mail:hover{
	color: red;
}

main.b1{
	/*font-family: 'Bad Script', cursive;*/
}

.logo{
position: absolute;


}

footer {
	clear: right;
}
/*
.novis{
	display: none;
}
/* fonts
font-family: 'Merriweather', serif;
font-family: 'Bad Script', cursive;
font-family: 'Marck Script', cursive;
font-family: 'Lobster', cursive;
font-family: 'Marmelad', sans-serif;
*/