/*
 * Author: Vlaldislav Hristozov
 * URL: http://inteya.com
 *
 * Project Name: Steven Lamb Art
 * Version: 1.0
 * URL: http://stevenlambart.com
 */

body {
     margin:0px; 
     padding:0px; 
     background-color: #2f2f2f;
     background-color: rgba(48,48,48,0.85);
}

.close {
    position: fixed; 
    top: 20px; 
    right: 20px; 
    z-index: 11; 
    display: block; 
    background: #ffffff;
    background: rgba(0,0,0,0.0);
}

.copy {
   position: absolute;
    bottom: -60px;
    width: 100%;
    z-index: -1;
    display: block; 
    background: #ffffff;
    background: rgba(0,0,0,0.25); 
}

.copy p {
    color: white; 
    padding-right: 20px;
    text-align: right;  
    font-size: 14px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copy a {
    color: #f85c37;
}