body {
    /*background-color: #009999;*/
      background: url('images/background.jpg') no-repeat center center fixed;
      background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.note {
    margin-left: auto;
    margin-right: auto;
    disply: block;
    width: 100%;
    position: relative;  
}

.note p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #58595B;
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.note a {
    text-decoration: none;
    outline: 0; 
    color: #58595B;
}


.links {
    cursor:pointer;
    margin-left: auto;
    margin-right: auto;
    disply: block;
    width: 100%;
    position: relative;
    text-align: center;
    position: fixed;
    bottom: 12%;
    color: #818183;

}

.links i {
    font-size: 28px;
}

.selected {
    color: #58595B;

}

.links i:hover {
    color: #58595B;

}

.links p {
    font-family: 'Source Sans Pro', sans-serif;

}

.links a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #818183;  
    outline: 0;  
}