@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #202020;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 2.526em;
    margin: 1.25rem 0 1.25rem;
    color: #0068b4;
    line-height: 1.2;
}

h2 {
    font-size: 1.5rem;
    color: #717676;
    margin: 0 0 .625rem;
    line-height: 1.1
}

ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ul li {
    position: relative;
    padding: 0 0 .375rem 1.875rem;
}

ul li:before {
    content: '';
    width: .375rem;
    height: .375rem;
    position: absolute;
    top: .437rem;
    left: 0;
    background-color: #0068b4;
    border: .062rem solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 .062rem #0068b4;
    -moz-box-shadow: 0 0 0 .062rem #0068b4;
    box-shadow: 0 0 0 .062rem #0068b4;
}

header {
    margin: 0 0 1.875rem;
}

.section {
    padding: 0 2.812rem;
}

.box {
    position: relative;
    border: .125rem solid rgba(255, 255, 255, 0.3);
    padding: .937rem;
    -webkit-transition: -webkit-box-shadow .3s;
    -moz-transition: -moz-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    margin: 1.875rem;
}

.box.bg-middleblue {
    background-color: #4d96ca;
    -webkit-box-shadow: 0 0 0 .125rem #4d96ca;
    -moz-box-shadow: 0 0 0 .125rem #4d96ca;
    box-shadow: 0 0 0 .125rem #4d96ca;
}

.box.bg-middleblue:hover {
    -webkit-box-shadow: 0 0 0 .375rem #4d96ca;
    -moz-box-shadow: 0 0 0 .375rem #4d96ca;
    box-shadow: 0 0 0 .375rem #4d96ca;
}

.box.bg-red {
    background-color: #b95e3f;
    -webkit-box-shadow: 0 0 0 .125rem #b95e3f;
    -moz-box-shadow: 0 0 0 .125rem #b95e3f;
    box-shadow: 0 0 0 .125rem #b95e3f;
}

.box.bg-red:hover {
    -webkit-box-shadow: 0 0 0 .375rem #b95e3f;
    -moz-box-shadow: 0 0 0 .375rem #b95e3f;
    box-shadow: 0 0 0 .375rem #b95e3f;
}

.box.bg-violet {
    background-color: #4c54a1;
    -webkit-box-shadow: 0 0 0 .125rem #4c54a1;
    -moz-box-shadow: 0 0 0 .125rem #4c54a1;
    box-shadow: 0 0 0 .125rem #4c54a1;
}

.box.bg-violet:hover {
    -webkit-box-shadow: 0 0 0 .375rem #4c54a1;
    -moz-box-shadow: 0 0 0 .375rem #4c54a1;
    box-shadow: 0 0 0 .375rem #4c54a1;
}

:is(.box) h2,
ul {
    color: #fff;
}

footer {
    padding: .625rem 2.812rem 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer p {
    margin: 0;
    padding: 0 .937rem;
}

footer p i {
    color: #717676;
    padding-right: .312rem;
}

a.mail {
    transition: color .3s;
    color: #0068b4;
}

a.mail:hover {
    text-decoration: none;
    color: #07bae6;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    h2 {
        font-size: 1.25rem;
    }

    .section {
        padding: 0 2.187rem;
    }

    footer {
        padding: 0 2.187rem 1.25rem;
    }

    .box {
        margin: 1.25rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 40.625rem) {
    .section {
        padding: 0 1.25rem;
    }

    footer {
        padding: 0 1.25rem 1.25rem;
    }

    footer p {
        width: 45%;
    }
}

@media only screen and (max-width: 35rem) {
    header {
        margin: 0 0 1rem;
    }

    footer {
        flex-direction: column;
    }

    .logo {
        margin: 0 auto 1rem;
    }

    footer p {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    p {
        margin: 0 0 1rem;
    }

    h1 {
        font-size: 1.875rem;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        font-size: 1.5rem;
    }

    ul li {
        padding-left: .937rem;
    }
}