/*!
 * Steinkind
 * Copyright 2016 Paka.me, Mary-Anne Kockel
 */

/* General */

h1 { 
   font-family: 'nirvana';
}


/* Header */


/* Footer */

footer {
}

/* Landing Page */

.header--landingpage,
.footer--landingpage {
    background-color: black;
    color: white;
    font-size: 6vh;
    margin: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.header--landingpage {
    height: 15vh;
    line-height: 0vh;
    top: 0;
}

.footer--landingpage {
    bottom: 0;
    height: 18vh;
    line-height: 2vh;
}

.container--landingpage {
    background: white url('../img/salon-ohrthodox.jpg') top center no-repeat;
    background-size: cover;
    height: 67vh;
    width: 100%;
    margin-top: 15vh;
}

.container--landingpage a {
    display: block;
    height: 67vh;
    width: 100%;
}

.i--quotes {
    letter-spacing: 0.06em;
    font-style: normal;
}



/* Media Queries */

@media (max-width:768px) {
}

@media (min-width:1280px){

}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 17, 2016 */

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

