
body,html {
    height: 100%;
    color: #f8ad40;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 200px) {
    body {
        background-image: url("./img/background.p.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    body {
        background-image: url("./img/background.l.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
div.tint {
    background-color: rgba(0, 0, 0, 0.7);
}
img#vcard {
    width: 15rem;
}
img#topLogo {
    width: 180px;
    height: 180px;
}

