.tile {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction : column;
  justify-content: space-between;
  border: none;
}

body {
  /* background-color: rgba(0, 0, 0, 0.87); */
  height:100%;
  min-height:100vh;
  background-image: url('../images/Background_Art.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main {
  flex-grow: 1;
}
.header {
  color: #032e61;
  margin:auto;
  display:flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 0;
}

.footer {
  margin:auto;
  display:flex;
  justify-content: center;
  flex-direction: row;
  flex-grow: 0;
}

.footer .img {
  width: 20%;
}

.banner {
  background-color: #215CA0;
  color: white;
  border: none;
  flex-grow: 0;
  align-self: center;
  margin-left: -60px;
  min-width: 60vw;
  margin-top: 100px;
}

.banner .bannerbody {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}


.uppercase {
  text-transform: uppercase;
}

h2 {
	margin: 0.5rem;
}

p {
	margin: 0.5rem;
	font-size: 115%;
}

ol {
	margin: 0.5rem 2.0rem;
	list-style-type: disc;
	font-size: 115%;
}

li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
