body
{
   margin: 0;
   font-family: Arial, sans-serif;
}

header
{
   background-color: #FFC0CB;
}

nav
{
   padding: 20px;
   margin: 0;
   text-align: center;
}

nav b
{
   font-style: italic;
   font-family: serif;
}

nav a
{
   color: #800080;
   text-decoration: none;
   margin: 0 25px;
   font-size: 1.2em;
   font-weight: bold;
}

nav a:hover
{
   text-decoration: underline;
}

footer
{
   background-color: #ADD8E6;
   padding: 20px;
   display: flex;
   flex-flow: row wrap;
   align-items: center;
}

#footer_image img
{
   max-width: 200px;
   flex: 1;
}

#footer_content
{
   flex: 3;
   text-align: center;
}

#footer_links
{
   
}

#footer_links a
{
   color: #42AB42;;
   text-decoration: none;
   margin-left: 25px;
   font-weight: bold;
}

#footer_links a:hover
{
   text-decoration: underline;
}

.storefront
{
   display: block;
   margin: auto;
   max-height: 140vh;
   max-width: 100%;
   height: auto;
}