 body{
	 margin:0%;
	 padding: 0%;
	font-family:Verdana; 
	text-align: center;
	font-weight: bold;
    padding-left: 0px;
	
}

.nav img{
	width: 100px;
	height: auto;
}	

p{	color: black;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;}
	
h1{	text-align: left;

}	

h2{	text-align: center;
	font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

h3{ text-align: right;

}

a{ text-decoration: none;}

a:hover{	color: black;
    text-decoration: underline;}
	
.nav{	
	 margin:0%;
	 padding: 0%;
    position: static;
    width: 100%;
    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;
    font-family: inherit;
	color: black;
    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: black;
}
/*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: black;
	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*/	

p{	font-size: 20px;}
	
h1{	font-size: 30px;}	

h2{	font-size: 25px;}

h3{ font-size: 25px;}


.item img{
	width:100px;
	height: auto;
	
}











