/*******************************************************************
 *
 * Styles for Darina's placeholder web page.
 *
 * Ray O'Donnell <ray@teladesign.ie>
 * April 2018
 *
 *******************************************************************/

@font-face {
    font-family: 'simplifica';
    src: url('../fonts/simplifica_typeface-webfont.woff2') format('woff2'),
    url('../fonts/simplifica_typeface-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
    height: 100%;
}

.hero {
    background: transparent url(../img/nature-backgrounds.jpg) no-repeat top left;
    background-size: cover;
    height: 100%;
    position: relative;
}

h2 {
    font-family: 'simplifica', serif;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 768px) {

    h2 {
        margin-top: 80px;
        padding-left: 80px;
        text-align: left;
    }
}

/*******************************************************************
 * End.
 *******************************************************************/
