
body{ 
margin:0; 
background-color: black;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Roboto; 
 font-weight:normal; 
/* line-height:1.2em;*/
 margin:0;
 margin-top:2%;
 color:rgb(200,200,0);
 line-height:100%;}
p, li{
 font-family: Arial; 
 color:rgb(180,180,180);
 line-height:1.2em; 
 margin-top:0; 
 margin-bottom:0;
 text-shadow:0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 4px black, 0 0 5px black, 0 0 6px black, 0 0 7px black, 0 0 8px black, 0 0 9px black;}
p{margin-top:1%;}

/* Small screens */
@media only screen and (max-width: 900px) { 
 p, li{font-size: 3.3vw;}
 h6   {font-size: 3.7vw;}
 h5   {font-size: 4.0vw;}
 h4   {font-size: 4.3vw;}
 h3   {font-size: 4.8vw;}
 h2   {font-size: 5.3vw;}
 h1   {font-size: 5.8vw;}
}

/* Big screens */
@media only screen and (min-width: 899px) { 
 p, li{font-size: 30px;}  
 h6   {font-size: 34px;}  
 h5   {font-size: 37px;}  
 h4   {font-size: 40px;}  
 h3   {font-size: 45px;}  
 h2   {font-size: 50px;}  
 h1   {font-size: 55px;}  
}


/*a { color:white; Text-decoration: none; }*/
/*a:link    {color:white;}*/
/*a:visited {color:white;}*/
a:hover   {color:yellow;}
a:active  {color:yellow;} 

#a_ferodo{
position:absolute;
top: 210px;
left: 580px;
color: yellow;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px; 
}

#adgallery{
position:relative;
text-align: center ; 
margin-top: 20px;
width:100%;
height: 590px;
opacity: 1;
background: black;
}

#contactform{
color:yellow;
text-align: center;
margin:0 auto; 
font-family:"arial";
font-size: 12px; 
font-weight:bold;
}


#normaltextpage{
margin-left: 50px;
margin-right: 50px;
}

#normaltextpage img{
margin-right:20px;
}



.myButton {
	box-shadow: 0px 1px 0px 0px #000000;
	background-color:#ff0000;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:2px 2px 0px #000000;
}
.myButtonNormal  {
	background:linear-gradient(to bottom, rgb(170,0,0) 5%, #1a1515 100%);
	border:1px solid rgb(60,0,0);
	font-size:14px;
	color: rgb(255,255,255);
}
.myButtonActive  {
	background:linear-gradient(to bottom, rgb(255,0,0) 5%, #1a1515 100%);
	border:1px solid rgb(60,0,0);
	font-size:16px;
	color: rgb(255,255,0);
}

.myButton2Normal  {
	background:linear-gradient(to bottom, rgb(150,150,150) 5%, rgb(20,20,20) 100%);
	border:1px solid rgb(0,0,0);
	font-size:14px;
	color: rgb(255,255,255);
}
.myButton2Active  {
	background:linear-gradient(to bottom, rgb(180,180,180) 5%, rgb(20,20,20) 100%);
	border:1px solid rgb(0,0,0);
	font-size:16px;
	color: rgb(255,255,0);
}


.myButton:hover {
	background:linear-gradient(to bottom, #1a1515 5%, #ff1500 100%);
	background-color:#1a1515;
}
.myButton:active {
	position:relative;
	top:1px;
}

        

