
header {
  background-color: #98FB98;
  margin-bottom: 40px;
  padding-top: .2em;
}
h1 {
font-family: Lucida Handwriting;
text-align: center;
font-size: 50px;

}

h2 {
font-family: Lucida Handwriting;
text-align: center;
font-size: 30px;
}

.img {
	display: block;
	margin-left:auto;
  margin-right:auto;
}

.header-logo {
  display: block;
	margin-left:auto;
  margin-right:auto;
}

p {
font-family: Monospace;
text-align: center;
font-size:18px;	
}

li {
float:left;
border-right: 1px solid grey;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
}

li a {
	display: block;
    background-color:LavenderBlush;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	float; left;
	
}

li a:hover:not(.active) {
background-color:green;
color: #fff;
}


li:first-child {
	border-left: 1px solid grey;
}
	

li:last-child {
	border-right: 1px solid grey; 
	}

ul { 
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background color: green;
}
ul.demo {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.active {
	background-color:green;
	color: #fff;
}
h3 {
color:blue;
}

h4 {
  font-size: 20px;
}

body {

background-color: PaleTurquoise;
}

footer {
	background-color: #00FFCC;
	padding: 10px;
	margin-top: 40px;
	overflow-wrap: break-word;
}
.intro {
 margin-left: auto;
  margin-right: auto;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

img {
  object-fit: cover;
}

@media (max-width: 480px) {
  .header-logo {
    width: 100% !important;
    max-width: 320px !important;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 15px;
    width: 100%;
    height: auto !important;
    max-width: 240px;
  
  }
}