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


@font-face {
    font-family: 'playfair_displayregular';
    src: url('fonts/playfairdisplay-regular-webfont.eot');
    src: url('fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/playfairdisplay-regular-webfont.woff') format('woff'),
         url('fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
        background: #8a7c5a;
}

#delayedText1 {

 color: black;
    font-family: 'playfair_displayregular';
    text-decoration: none;
    font-size: 57px;
 position:absolute;
top:125px;
        left:50px;


}


.wrapper {
        width:1536px;
        height:864px;
        position:relative;
        margin: 0px auto;
}

a:hover {
       color: purple;
}
a, a img, img {
	outline : none;
	border : 0;
    color: white;
    font-family: 'playfair_displayregular';
    text-decoration: none;
    font-size: 90px;
 position:absolute;
        top:650px;
        left:600px;
}
