body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: sans-serif;

    background-color: #000020;
    background-repeat: no-repeat;
    background-image: url('images/earth-sunrise.jpg');
    background-size: 100%;

    color: #ffffff;
}

h1{
    font-weight: 100;
    font-size:66px ;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000000;
}

p.intro{
    font-size:26px ;
    font-weight: 200;
    text-shadow: 0 0 10px #000000;
}

#content{
    padding: 8px;
    margin-bottom: 50px;
}

#video{
    width: 100%;
    padding-bottom: 60px;
}

/*==================== TABS BOTTOM ====================*/

#tabs-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;

    display: inline-block;
    width: 100%;
    height: 50px;

    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: linear-gradient(#007dc1, #0061a7);
    border-radius: 3px;
    border: 1px solid #124d77;
}

#tabs-bottom a{
    float: left;
    display: block;
    width: 33%;
    height: 35px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 10px 0px #154628;
    padding-top: 18px;
}


























































