
h2 {
  border: solid thick blue;
  border-radius: 1em;
  box-shadow: black 0.5em 0.5em 0.3em;
}

.button {  
  border: solid 3px blue;
  border-radius: 1em;
  box-shadow: black 0.5em 0.3em 0.3em;
}

@media (min-width: 62em)

{.nav li {
	margin-left: 0px;
	padding-left: 0px;
        padding-bottom: 30px;
	list-style-type: none;
	float: left;
	width:33.3333333%;
	text-align: center;
}
}

@media (max-width: 61.938em)

{.nav li {
	margin-left: 0px;
	padding-left: 0px;
        padding-bottom: 30px;
	list-style-type: none;
	float: left;
	width:100%;
	text-align: center;
}
}
