* {
    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 {
    width: 100%;
    background-color: #f4df9e;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p	{
	color:white;
}
h1 {
	color:#ED1F24;
	text-align:center;
	text-transform:uppercase;
    font-size:100px;
}
h2 {
	color:#ED1F24;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
    font-size:75px;
}
h3 {
	color:#ED1F24;
	text-align:center;
	text-transform:uppercase;
    font-size:50px;
}

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;
}

.product 
{
    max-width: 70%;
    min-width: 1000px;
    margin: 10px 0;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid black;
}

.product_description
{
    color:black;
    font-style: italic;
    text-align:left;
    padding: 10px;
}

div.container
{
    text-align: center;
}
  
/* 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%;
}
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
}

summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open] {
    padding: 0.5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}