body {
	background-color: #492A86;
  font-size: 20px;
}

#main {
	background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding: 1.5em;
  border-radius: 1em;
}

.img-responsive {
	max-width: 100%;
  height: auto;
}
.img-responsive-sm {
	width: 100%;
  max-width: 500px;
  height: auto;
}
.text-center {
	text-align: center;
}
.img-center {
	margin-left: auto;
  margin-right: auto;
  display: block;
}
h1 {
	font-size: 2rem;
  font-weight: bold;
  color: #3e7029;
  text-align: center;
}
h2 {
	font-size: 1.5rem;
  font-weight: bold;
  color: #3e7029;
}
.green-bg {
	background-color: #434A02;
  color: #fff4cc;
  font-size: 18px;
  padding: 1em;
  border-radius: 1em;
}

@media (min-width: 600px) {
  body {
    font-size: 22px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .green-bg {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  #main {
    padding: 2em 3em;
  }

  .img-responsive-sm {
    max-width: 700px;
  }

  body {
    font-size: 24px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }
}