@charset "utf-8";
/* CSS Document */


html, body {
    width: 100%;
    height: 100%;
    background-color: rgba(235, 235, 235);
}

#wrapper {
    width: 100%;
}

.siteLinkBox {
    font-size: 30px;
    font-family: futura-pt, sans-serif;
}

.siteLink {
    width: 70%;
    padding-top: 100%;
    position: relative;
}

.siteLink img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.left img {
	object-position: top left;
}

#books .siteLink, #books {
    float: right;
    text-align: right;
}

#landingPhoto img, #landingPhoto {
    width: 100%;
    text-align: center;
    font-family: baskerville-display-pt, Times New Roman, serif;
    font-size: 50px;
    line-height: 1.05;
}

#landingPhoto {
    position: relative;
    top: -8px;
}

@media only screen and (max-width: 768px) {
    
    #landingPhoto {
        position: static;
        margin-top: 20px;
    }
    
    #landingPhoto img {
        width: 100%;
    }
    
    .siteLink {
        width: 100%;
    }
    
    .siteLinkBox {
        margin-top: 30px;
        text-align: center !important;
    }
    
    .siteLinkBox img, #landingPhoto img {
        width: calc(100% + 30px) !important;
    }
}