h1,
h2 {
	text-align: center;
}
a {
	text-decoration: underline;
}
.amm-header {
	padding: 25px 0px;
	text-align: center;
	background-color: #f7f7f7;
}
.amm-centered {
	text-align: center;
}
.amm-logo {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5rem;
	max-width: 300px;
}
.amm-flag {
	max-width: 150px;
}
.amm-header a {
	padding: 15px 0px 5px 0px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	border-bottom: solid 3px transparent;
}
a.amm-active {
	border-bottom: solid 3px #333;
}
.amm-header a {
	text-decoration: none;
}
.amm-header a:hover {
	border-bottom: solid 3px #333;
}
.amm-header a:active {
	border-bottom: solid 3px #333;
}
.amm-red-a {
    text-transform: uppercase;
	font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.amm-white-m {
    text-transform: uppercase;
	font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.amm-blue-m {
    text-transform: uppercase;
	font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    color: mediumblue;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.amm-boxed {
	text-align: center;
	padding: 25px 15px 15px 15px;
	background-color: #f7f7f7;
	border-bottom: double 5px #333;
	margin-bottom: 25px;
}
.amm-circle {
	border-radius: 50%;
}
.amm-large {
	font-size: 1rem;
}
.amm-no-bottom-margin {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.amm-subhead {
	text-align: center;
	font-weight: bold;
	color: #333;
}
.padded-top {
	padding-top: 25px;
}
.padded-bottom {
	padding-bottom: 25px;
}
.dark-gray {
	background-color: #222;
	color: #f7f7f7;
}
.button {
	text-decoration: none;
}
footer h2 {
	text-align: left; 
}


@media screen and (min-width: 40em) {
  .amm-logo {
    font-size: 2.5rem;
	max-width: 100%; }
  .amm-red-a {
    font-size: 3rem; }
  .amm-white-m {
    font-size: 3rem; }
  .amm-blue-m {
    font-size: 3rem; }
  .amm-flag {
	max-width: none; }
  .amm-large {
	font-size: 1.25rem; }
  .padded-top {
	padding-top: 50px; }
  .padded-bottom {
	padding-bottom: 50px; }
  .amm-boxed {
	margin-bottom: 50px; }
  footer h2 {
	font-size: 1.5rem; }