body
{
    background: #F4F4F4;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

#big_title h1
{
    font-family: 'ralewaythin', sans-serif;
    font-size: 10em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

nav
{
    font-family: 'ralewaythin', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 30px;
}

nav a
{
    font-size: 2em;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:hover
      {
          color: rgba(136,170,0,1);
      }

#push
{
    height: 2em;
    margin: 0;
}

footer
{
    width: 99%;
    height: 2em;
    margin: 0;
}

footer a
{
    font-size: 1em
}

#license
{
    text-align: center;
    position: relative;
    top: 16px;
}

#source img
{
    float: right;
}

.list_item_name
{
    display: inline;
}

#content h1, h2, h3
                     {
                         text-align: center;
                     }

#content h1
{
    font-size: 2em;
}

#content h2
{
    font-size: 1.5em;
}

#content img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content ul
{
    font-size: 1em;
    display: block;
    width: 50%;
    margin-left: 25%;
}

#content li
{
    margin-top: 10px;
    line-height: 130%
}

#content a
{
    color: rgba(136,170,0,0.75);
}

#content a:hover
               {
                   color: rgba(136,170,0,1);
               }

.list_item_name
{
    font-weight: bold;
}

/*Section pertaining to the horizontal divider*/
html, body
          {
              margin: 0;
              padding: 0;
              overflow-x: hidden;
          }

#horizontalBar {
    margin: 0 -500%;
    padding: 0.5em 500%;
    background: rgba(136,170,0,1);
}
