html 
{
}

body 
{
    height:100%;
    margin: 0;
}

.header
{
    width:100%;
    height:50px;
    text-align:center;
    color:black;
    font-size:10pt;
    padding-top:50px;
}

.homeContainer
{
    height:100vh;
    margin-bottom:2px;
}

.container
{
    margin-bottom:2px;
    height:250px;
}

.openContainer
{
    margin-bottom:2px;
    height:100%;
    width:100%;
}

.left
{
    float:left;
    text-align:left;
    padding-left:50px;
}

.right
{
    float:left;
    text-align:left;
    padding-left:50px;
}

.label
{
    height:40px;
}

.hideInfo
{
    display:none;
}

.showInfo
{
    margin-top:20px;
    /*border: dashed 1px;
    border-color: white;*/
    color:white;
    height:50%;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    font-size:10pt;
    padding-bottom:20px;
}

#home
{
    text-align:center;
    color:white;
    width:100%;
    background-image: url("http://media.giphy.com/media/E3Gqhoz7bjU4M/giphy.gif");
    background-size: 100% 100%;
}

#thumb
{
    text-align:center;
    width:100%;
    padding-top:200px;
}

#content
{
    padding-top:40px;
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

#dim
{
    opacity:.1;
}

#box1
{
    background-image: url("http://www.audiblepi.com/projects/homePlate/img/theReviewThumb.png");
    background-size: 100% 100%;
}

#box2
{
    background-image: url("http://www.audiblepi.com/projects/homePlate/img/mixRemoteThumb.png");
    background-size: 100% 100%;
}

#box3
{
    background-image: url("http://www.audiblepi.com/projects/homePlate/img/spotifyReHashThumb.png");
    background-size: 100% 100%;
}

#box4
{
    background-image: url("http://www.audiblepi.com/projects/homePlate/img/recordBaseThumb.png");
    background-size: 100% 100%;
}

#box5
{
    background-image: url("http://www.audiblepi.com/projects/homePlate/img/myMusicFestThumb.png");
    background-size: 100% 100%;
}

#box6
{
    background-image: url("http://www.audiblepi.com/projects/homePlate/img/artistDataEngineThumb.png");
    background-size: 100% 100%;
}

#footer
{
    background-color:black;
    height:50px;
    width:100%;
    text-align:center;
}