body {
    background-color: #F2EBE2;
}

.fullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.photo {
    position: absolute;
    width: 150px;
    text-align: center;
    background-color: white;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.photo img,
.photo video {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    color: transparent;
}

.site-footer a {
    color: transparent;
}

.site-footer:hover,
.site-footer:hover a {
    color: black;
}

.navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: black;
    z-index: 999;
}

button {
    background-color: transparent;
    padding: 10px 24px;
    color: #ffffff;
    border: 2px solid black;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

button:hover {
    background-color: #a00;
    color: white;
}

#copyright {
    font-family: Consolas, Verdana, Arial, sans-serif;
    position: fixed;
    color: #ccc;
    text-decoration: none;
    bottom: 20px;
    right: 10px;
}

#copyright:hover {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #forkme {
        display: none;
    }

    #copyright {
        position: relative;
        display: block;
        text-align: center;
        right: 0px;
        bottom: 0px;
    }
}
