body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #000020;
    font-family: sans-serif;
    background-image: url(images/earth-sunrise.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #ffffff;
}
h1{
    font-weight: 100;
    font-size: 66px;
    text-shadow: 0 0 10px #000000;
    text-transform: uppercase;
}
p .intro{
    font-size: 26px;
    font-weight: 200;
    text-shadow: 0 0 10px #000000;
}

#content{
    margin-bottom: 50px;
    padding: 8px
}

#video{
    width: 100%
}

/*====================BOTTOM TABS=======*/
#tabs-bottom{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 500;
    display: ; inline-block;
    width: 100%;
    height: 50px;
    
    box-shadow: inset 0 1px 0px 0px #54a3f7;
    background: linear-gradient(#007dc1, #0061a7);
    border: 1px solid #124b77;
    
}

#tabs-bottom a{
    float: left;
    display: block;
    width: 33%;
    height: 35px;
    font-weight: 700;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1545682;
    padding-top: 18px;
}
