  body{
	font-family:Verdana, Geneva, sans-serif;  
	background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 background-size: cover;}

p{	font-size: 20px;}
	
h1{	font-size: 40px;}	

h2{	font-size: 25px;}

h3{ font-size: 25px;}

p{	color: white;
}
	
h1{	text-align: center;
	color: white;
	font-weight: bold;
}	

h2{	text-align: center;
	color: white;
	font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;}

h3{ text-align: center;
	color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;}

.services{
	margin: 5%;
}	
.left{text-align: left;
	color: white;
	size: 30px;}
	
.left p{text-align: left;
	color: white;
	size: 30px;}
	
.left h2{text-align: left;
	color: white;
    padding: 0;	
	font-weight: bold;
	size: 30px;}
			
.right{text-align: right;
	color: white;
	size: 20px;}
	
.right p{text-align: right;
	color: white;
	size: 20px;}
	
.right h2{text-align: right;
	color: white;
	font-weight: bold;
	size: 20px;
	padding: 0;	}
	
		
	
	
	
	
	
	
	
	
	
	
a{ text-decoration: none;}

a:hover{ color: white;
    text-decoration: underline;}
	
.nav{
    position: static;
    width: 100%;
    text-align: center;
    font-weight: bold;}	

/*Strip the ul of padding and list styling*/
ul {
	display:inline-block;
	padding-inline-start: 0px;
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
}
/*Style for menu links*/
li a {
    display:inline-block;
	padding:15px;
    text-align: center;
    font-family: inherit;
    color: #fff;
    text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
	text-decoration:underline;
}
/*Style for dropdown links*/
li:hover ul a {
	text-decoration:underline;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
	text-decoration:underline;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: inline-block;
	text-decoration: underline;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: inherit;
	text-align:center;
	font-weight: bold;	
    text-decoration: none;
    color: #fff;
	font-size: 30px;
	background-color: inherit;
    padding: 10px 0;
    display: none;
	width:100%
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
		list-style-type: disc;
	padding-inline-start: 0px;
    }
    /*Create vertical spacing*/
    li {
		width: 100%;
    }
    /*Make all menu links full width*/
    ul li, li a {
		display: block;
		text-align:center;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
        position: static;
		
    }
}

/*navigation */
/* Medium devices (landscape tablets, 700px and up) */
@media only screen and (max-width: 700px) {
.nav {   font-size: 20px;}	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.nav{	font-size: 30px;}	
}

/*nav*/	


















