/* latin */
@font-face {
  font-family: 'Carrois Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Carrois Gothic Regular'), local('CarroisGothic-Regular'), url(carrois.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    color: #444444;
    font-family: Carrois Gothic, sans-serif;
    background-color: #444444;
    font-size: 16px;
}

* {
    padding: 0;
    margin: 0;
    border: 0 none transparent;
    color: inherit;
    font: inherit;
    list-style-type: none;
}

a {
    outline: none;
    text-decoration: underline;
}

.box {
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.newsbox {
    padding: 20px;
    width: 80%;
}

.maincolumn {
    max-width: 970px;
    margin: 1em auto;
}

header, main, footer {
    display: block;
}

header, main {
    background-color: white;
    overflow: hidden;
}

@media (min-width: 1400px) {
    header, main {
        padding-bottom: 1em;
    }
    .box {
        width: 250px;
    }
}
@media (min-width: 900px) and (max-width: 1399px) {
    header, main {
        padding-bottom: 1em;
    }
    .box {
        width: 250px;
    }
}
@media (max-width: 899px) {
    .box {
        width: 80%;
    }
}


header #logobox {
    padding-top: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: right;
    float: right;
}

@media (min-width: 900px) {
    header #logobox h1 {
        font-size: 230%;
        margin-top: 0.5em;
    }
    header #logobox img {
        width: 110px;
        float: right;
    }
}
@media (max-width: 899px) {
    header #logobox h1 {
        font-size: 130%;
        margin-top: 0.5em;
    }
    header #logobox img {
        width: 60px;
        float: right;        
    }
}


main h2 {
    font-size: 150%;
    margin: 0.5em 0;
}

main .newsbox h3 {
    font-size: 115%;
    margin-bottom: 1em;
}

main .newsbox p {
    margin-bottom: 0.5em;
}

footer {
    font-size: 80%;
    color: #aaaaaa;
}

footer h2 {
    font-weight: bold;
}

footer p,
footer ul {
    padding-bottom: 1em;
}

.icon {
    display: inline-block;
    width: 60px;
    height: 50px;
    background-image: url(icons.png);
}

.icon.cog {
    background-position: -10px -10px;
}

.icon.bubble {
    background-position: -70px -10px;
}

.icon.chain {
    background-position: -140px -10px;
}

.icon.bulb {
    background-position: -210px -10px;
}
