/* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/nunito-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/nunito-sans-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-sans-700 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/nunito-sans-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/nunito-sans-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* allison-regular - latin */
@font-face {
    font-family: 'Allison';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/allison-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/allison-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: "Nunito Sans", sans-serif;
    background-color: rgb(180,33,40);
    color: white;
    font-size: 16px;
    line-height: 1.4;
}

@media ( min-width: 1200px ) {
    body {
        font-size: 20px;
    }
}

h1, h2, h3 {
    font-weight: 700;
}

a {
    color: rgb(255,200,0);
}

a:hover {
    color: rgb(30,30,30);
}

.writing {
    font-family: Allison, serif;
    line-height: 90%;
}

@media ( min-width: 1200px ) {
    .writing span {
        display: block;
    }
}

.rotate-5 {
    transform: rotate(-5deg);
}


.meta-nav a {
    transition: all 250ms;
    color: rgb(255,200,0);
}

.meta-nav a:hover {
    color: rgb(255,255,255);
}

.stage {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    background-size: cover;
    border-bottom: 3px solid #ffffff;
}

.text-shadow-light {
    text-shadow: 2px 1px 0 #666666;
}

.text-shadow {
    text-shadow: 4px 3px 0 #333333;
}

.img-round {
    border-radius: 50%;
    border:3px solid #ffffff;
    width: 240px;
}

@media ( min-width: 1200px ) {
    .img-round {
        width: 320px;
    }
}

.display-1 { font-size: 4rem; }
.display-2 { font-size: 3.5rem; }
.display-3 { font-size: 2.5rem; }
.display-4 { font-size: 2rem; }

@media ( min-width: 1200px ) {
    .display-1 { font-size: 6rem; }
    .display-2 { font-size: 5.5rem; }
    .display-3 { font-size: 4.5rem; }
    .display-4 { font-size: 3.5rem; }
}