@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Boogaloo|Nothing+You+Could+Do");

body {
  background-color: #f2e4c1;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

#wrapper {
  width: 960px;
  background-color: #fff;
  margin: 0 auto;
}

nav {
  background-color: #68a28f;
  text-align: center;
}

nav ul {
  display: block;
  margin-left: 0;
  font-size: 16px;
}

nav li {
  display: inline-block;
  padding: 20px;
  margin-bottom: 0;
}

nav a:hover {
  color: #f2e4c1;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

main {
  padding: 20px 30px;
}
h1,
h2,
h3 {
  font-family: "Boogaloo", cursive;
}
h1 {
  color: #604c39;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: capitalize;
}

h2 {
  color: #e0412e;
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
  color: #68a28f;
  font-size: 24px;
  margin-bottom: 20px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
}

button {
  position: relative;
  padding: 10px 20px;
  background-color: #e0412e;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  box-shadow: 5px 5px #8888883d;
}

button a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  padding: 20px;
}

table {
  border-collapse: collapse;
  border: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

th {
  background-color: #68a28f;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
}
th,
td {
  padding: 10px 20px;
  border: 1px solid #68a28f;
}

td {
  font-size: 14px;
}

ul {
  list-style-position: inside;
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

li {
  margin-bottom: 12px;
  margin-left: 15px; /* The screen shot looks like its hanging a bit so i added 15px margin? */
  list-style: square;
}

#alignleft {
  float: left;
  margin-right: 20px;
}

#alignright {
  float: right;
  margin-left: 20px;
}

#clear {
  clear: both;
}

.column {
  margin-left: 20px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.signature {
  font-family: "Nothing You Could Do", cursive;
  font-size: 32px;
}
