* {
    box-sizing: border-box;
    margin: auto;
}

#wrapper {
    width: 1496px; margin: auto;
}

body {
	background-color: #fcf8eb;
	font-family: "Courier New", Courier, monospace, sans-serif;
    font-size:100%;
	color:black;
}
footer {
    background-color: #f4df9e;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p	{
	color:white;
    text-align:center;
}
h1 {
	color:#FF0099;
	text-align:center;
	text-transform:uppercase;
    font-size:100px;
}
h2 {
	color:#FF0099;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
    font-size:75px;
}
h3 {
	color:#FF0099;
	text-align:center;
	text-transform:uppercase;
    font-size:50px;
}
h4 {
	color:#FF0099;
	text-align:center;
	text-transform:uppercase;
    font-size:25px;
}

a:link {
color: #2f6cca;
text-decoration: none;
}
  

a:visited {
color: green;
}
  

a:hover {
color: #f3b250;
}

.img-responsive
{
    max-width: 80%;
    min-width: 300px;
    height: auto;
}

.announcement
{
    max-width: 80%;
    min-width: 300px;
    margin: 10px 0;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

div.container
{
    text-align: center;
}

ul.featlist{
    margin: 10px 0;
    display: inline-block;
    text-align: left;
    padding-left: 80px;
    padding-right: 80px;
  }

  .column {
    float: left;
    width: 43%;
    padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 250px) {
    .column {
      width: 100%;
    }
  }  