.container 
{ 
    padding: 0;
    margin: 0;
    background-image:linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(0,0,0,0.5)),url('http://andrewparadis.com/images/tire.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
}

.menu
{
    width: 250px;
    padding: 10px;
}

.wide-menu
{
    width: 300px;
    padding: 10px;
}

.float-box
{
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px;
}

.music-box
{
    width: 300px;
    margin: 25px;
}

@media only screen and (min-width: 600px)
{
    .wide-menu {
        width: 500px;
        padding: 10px;
    }
}

.faded
{
    background-color: rgba(255,255,255,0.65);
}

.blue
{
  color: #8888BB;
}

a.blue:hover
{
  border-bottom: 1px dashed #a18888;
}

a 
{
  text-decoration: none;
}

a.top
{
    color: SteelBlue;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

a.top:hover
{
    color: GoldenRod;
}

a.top:visited
{
    color: SteelBlue;
    text-decoration: none;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

a.top:visited:hover
{
    color: GoldenRod;
}

.clean
{
  text-decoration: none;
}

body
{
  font-size: 100%;
}

.invert
{
  background-color: #4863A0;
  color: white;
}

.mono
{
  font-family: "Courier New", Courier, monospace;
}

.sans
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.serif
{
  font-family: Georgia, Palatino, Times, serif;
}

.black
{
  font-family: "Arial Black", Gadget, sans-serif;
}

.italic
{
  font-style: italic;
}

.bold
{
  font-weight: bold;
}

.small
{
  font-size: 0.875em;
}

.large
{
  font-size: 1.25em;
}

.spaced
{
  letter-spacing: 8px;
  padding: 5px;
}

.narrow-spaced
{
  letter-spacing: 4px;
}

.lightning
{
  background-image:url('http://andrewparadis.com/images/lightning_open.png');
  background-repeat:no-repeat;
  background-position:right top;
}

div.header 
{
    width: 100%;
    background-color: White;
    padding: 5px;
}

div.hr-like:after 
{
  height: 1px;
  background: SteelBlue;
  width: 33%;
  display: block;
  margin: 0px auto;
  content: "";
}

div.centered
{
  margin: 0 auto;
}

.footer {
    padding: 10px;
    border: 5px solid rgba(70,130,180,0.65);
    position: fixed;
    left: 25%;
    bottom: 20px;
    width: 50%;
}

.width50
{
  width: 50%;
}
