@chartset "UTF-8";

body {
margin: 0;
padding: 0;
background-image: url("../images/plain.png");
background-size: cover;
background-size: 1150px 1250px;
background-repeat: no-repeat center;
/*background-size: 1150px 1250px;*/
}

header { 
position: relative; 
top: 0; 
width: 100%; 
height: 75px;
background-color: rgba(0, 0, 0, 0.5); 
font-family: arial;
font-size: 20px;
letter-spacing: 3px;
color: white; 
text-align: center;
padding: 35px 0 0 0;
} 

footer { 
position: relative; 
top: 80px;
bottom: 0; 
width: 100%; 
height: 50px;
background-color: rgba(0, 0, 0, 0.5); 
font-family: arial;
font-size: 12px;
color: white; 
text-align: center;
padding: 40px 0 0 0;
} 

.box{
position: relative;
background-color: rgba(0, 0, 0, 0.5);
width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
/*margin-bottom: 10px;*/
}

h1 {
margin-top: 250px;
margin-bottom: 200px;
color: rgba(0, 0, 0, 0.5);
font-size: 25px;
font-family: arial; 
letter-spacing: 7px;  
}

h2 {
font-family: arial;
font-size: 18px;
color: white;
padding: 3%;
text-align: justify;
line-height: 140%;
}

h3 {
font-family: arial;
font-size: 18px;
color: lightgrey;
padding: 3%;
text-align: justify;
line-height: 140%;
}

nav{
position: relative;
top: 50px;
min-width: 100%;
background-color: rgba(0, 0, 0, 0.5);
padding-top: 1%;
padding-bottom: 1%;
}

nav a{
height: 30px;
color: lightgrey;
display: block;
margin: 5px;
padding: 5px;
font: bold 15px Helvetica, Sans-Serif;
letter-spacing: 2px; 
border: 1px solid lightgrey;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}

nav a:hover { 
color: rgba(255, 0, 0, 0.5); 
background-color: rgba(255,255,255,.20);
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}