/*
Theme Name: Joey Stoelwinder
Author: Joey Stoelwinder
Author URI: joeystoelwinder.nl
Version: 1.0
 */
html {
    background: #000;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #7a7a7a;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: 1.3;
}

h1 {
    font-weight: 400;
/*    font-size: 32px;*/
    font-size: 2.2rem;
}

@media (min-width: 425px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size: 2rem;
    }
}

a {
    color: #7a7a7a;
}

b, strong {
    font-weight: 500;
    color: #fff;
}

p {
    font-size: 0.8rem;
}

@media (min-width: 425px) {
    p {
        font-size: 1rem;
    }
}
    
.container {
    max-width: 500px;
    margin: 0 auto;
}
.wrapper {
    display: flex;
    height: calc(90vh - 3px);
    align-items: center;
}

.hero {
    width: 500px;
    margin: 0 auto;
    letter-spacing: 2px;
    padding: 30px;
}

.header {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 2px;
    position: fixed;
    padding: 30px;
}
