
@font-face {
    font-family: "Akkurat-Regular";
    src:url("../font/akkurat/lineto-akkurat-regular.eot");
    src:url("../font/akkurat/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
    url("../font/akkurat/lineto-akkurat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

* {
    box-sizing: border-box;
}
#not-allowed-container {
    /*border-radius: 5px 5px 15px 15px;*/
    /*border:1px solid #ebebeb;*/
    /*box-shadow: #aaa 5px 5px 5px;*/
    padding: 0 20px;
    min-width: 300px;
    font-family: 'Akkurat-Regular', sans-serif;
    background-color: #ffffff;
    text-align: center;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased
}
a:link,
a:visited {
    color: #00c2a8;
}
a:hover,
a:active {
    color: #03a994;
}

.site-header {
    margin: 0 auto;
    padding: 80px 0 0;
    max-width: 820px;
}
.site-header__title {
    margin: 0 0 60px;
    font-family: Montserrat, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #9A061F;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.main-content {
    margin: 0 auto;
    max-width: 820px;
}
.main-content__checkmark {
    font-size: 4.0625rem;
    line-height: 1;
    color: #9A061F;
}
.main-content__body {
    margin: 20px 0 0;
    font-size: 1rem;
    line-height: 1.4;
}

@media only screen and (min-width: 40em) {
    .main-content__checkmark {
        font-size: 6rem;
    }
    .main-content__body {
        font-size: 1.25rem;
    }
}


