@font-face {
    font-family: 'fraunces_italic';
    src: url('fraunces-italicsoftwonkopszwght-webfont.woff2') format('woff2'),
         url('fraunces-italicsoftwonkopszwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fraunces';
    src: url('frauncessoftwonkopszwght-webfont.woff2') format('woff2'),
         url('frauncessoftwonkopszwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #fff1da ;
}

div.title {
    margin-top: 60px;
    text-align: center;
}

div.title p {
    line-height: 1;
    display: inline;
    font-size: 120pt;
    font-family: fraunces;
    background-size: cover;
    color: transparent;
    -webkit-background-clip: text;
	background-clip: text;
    margin: 0;
    -webkit-text-stroke: 1px rgba(0,0,0,0.3);
}

div.title p#reverie {
	background-image: url('img/reverie.jpg');
}

div.title p#everie {
	background-image: url('img/everie.jpg');
}

div.title p#verie {
	background-image: url('img/verie.jpg');
}

div.title p#erie {
	background-image: url('img/erie.jpg');
}

div.title p#rie {
	background-image: url('img/rie.jpg');
}

div.title p#ie {
	background-image: url('img/ie.jpg');
}

div.title p#e {
	background-image: url('img/e.jpg');

}

div.coming-soon p {
    text-align: center;
    font-size: 32pt;
    margin-top: 0;
    font-family: 'Courier New', Courier, monospace;
    color: rgba(0,0,0,0.69);
    font-style: italic;
    letter-spacing: 4pt;
    line-height: 2.4;
}

div.buttons {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

div.buttons a {
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.69);
    text-align: center;
    padding: 12px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16pt;
    text-decoration: none;
    color: inherit;
    margin: 0 12px;
}

div.buttons a:hover {
    color: #fff1da;
    background-color: rgba(0,0,0,0.69);
}

@media screen and (min-width: 480px) {
    div.title p {
        font-size: 300pt;
        margin: 0;
    }

    div.title {
        margin-top: 160px;
    }
}