body{
    font-family: 'Roboto', sans-serif; 
    margin:0;
    padding:0;
    margin-bottom: 5em;
}

.divider{
    height:4px;
    background: #dedede;
    box-shadow:none !important;
    border: none !important;
    margin: 0;
    padding: 0;
}

.say-no img{
    height:54px;
    width:auto !important;
    position:relative;
    top:-0.1em;
}
.say-no{
    font-size: 1.2em;
    color: #9e060c;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.07em;
    font-weight:bold;
}


.narrow{
    padding: 0 3em;
}
@media only screen and (max-width: 700px){
    .narrow{padding:0 }
}

h1{
    text-transform: uppercase;
    font-size: 6em;
    font-weight:bold;
    line-height: 1em;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 700px){
    h1{font-size: 3em;}
}




.subtitle{
    font-family: 'Caveat', cursive;
    font-size: 6em;
    color: #606060;
    margin-top:-0.2em;
}

@media only screen and (max-width: 700px){
    .subtitle{font-size: 2em;margin-bottom:20px;}
}

.subtitle em{
    color: #3cab34;
}

h3{
    text-transform: uppercase;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
li{
    padding-bottom: 0.6em;
}

blockquote{
    background: #e5e5e5;
}

blockquote.statement{
    font-size: 1.5em;
    line-height: 0.8em;
    letter-spacing: -0.06em;
    font-weight:300;
    font-style: italic;
}

blockquote.quote p{
    font-family: 'Caveat', cursive;
    font-size: 2.75em;
    line-height: 0.8em;
    font-weight:100;
}
blockquote.quote span:before{
    position:absolute;
    left:-50px;
    top: -0.1em;
    content: '';
    display:block;
    width: 50px;
    height: 50px;
    background: url('park-hjerte.png') no-repeat;
    background-size: contain;
    
}
blockquote.quote div{
    text-align:right;
}
blockquote.quote span{
    line-height: 65px;
    font-size: 1.3em;
    position:relative;
    font-weight:bold;
    padding-right: 30%;
}

.bevar{
    font-size: 2em;
    color: #19b830;
    font-weight:bold;
    line-height:1.75em;
}
@media only screen and (max-width: 700px){
    .bevar{font-size: 1.2em;}
}

.bevar img{
    margin-bottom: 1.5em;
}
