body {
    background-image: url(holdings-mobile-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color:#002b00ff;
}

html, body {
    font: 16px "Cantarell", sans-serif;
    font-size: 100%;
    color: #f9f9f9;
    height: 100%;
    padding: 0;
    margin: 0;
}

a {
    color: #f9f9f9;    
}

a:visited {
    color: #f9f9f9;
}


.spacer {
    height: 200px;
}

.container {
    background-color:rgb(21, 54, 16);
    background-color:rgba(8, 20, 6, 0.8); 
    border: 1px solid #f9f9f9;    
    text-align: center;
    margin: 0 auto;
    width: 400px;
}

.logo {
    padding: 20px;    
}

.hr {
    font: 16px "Cantarell", sans-serif;
    text-align: center;
}

.description {
    font: 18px "Cantarell", sans-serif;
    text-align: justify;
    line-height: 35px; 
    margin: 0 auto;
    padding: 20px;
}

.copyright {
    font: 14px "Cantarell", sans-serif;
    text-align: center;
    line-height: 35px; 
    margin: 0 auto;
    padding: 20px;
}

.credit {
    font: 14px "Cantarell", sans-serif;
    text-align: center;
    line-height: 35px; 
    margin: 0 auto;
    padding: 20px;
}

/* Media Queries */
@media only screen and (max-width: 767px) {

    .spacer {
        height: 100px;
    }
    
    .container {
        width: 320px;
    }
}
