﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,900');

:root {
    font-size: 1rem;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

address {
    font-style: normal;
}

body {
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
}

h1,
h2 {
    font-weight: 900;
}

ul span {
    font-weight: 500
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 2.5rem 0 1.562rem;
}

h2 {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
    line-height: 1.4;
}

h3:nth-of-type(1) {
    margin: 1.562rem 0 1.562rem;
}

h3 {
    font-size: 1rem;
    margin: 1.562rem 0 0;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    line-height: 1.4
}

ul > p:first-of-type {
    margin: 0 0 0 0;
    font-weight: 900;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 100%;
    background: #464646;
    margin-left: -.937rem;
    top: 9px;
}

ul li strong {
    font-weight: bold;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 59rem;
    margin: 1rem auto;
    box-shadow: 0 0 .625rem .312rem #ddd;
    background-color: #fff;
}

header {
    position: relative;
    margin:
}

header a {
/*     border: 2px solid red;*/
    position: absolute;
    left: 44%;
    top: 2%;
    width: 12%;
    height: 24%;
}


article {
    max-width: 45.937rem;
    margin: 3.125rem auto 0;
    padding: 0 0 .625rem;
}

article > a {
    background-color: rgb(70, 70, 70);
    box-shadow: rgba(0, 0, 0, 0.5) 0px .187rem .5rem 0px;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 900;
    max-width: 21.875rem;
    text-align: center;
    margin: 3.125rem auto 2em;
    padding: 1.5em;
    transition: background-color 0.15s ease 0s;
    text-transform: uppercase;
}

article > a:hover {
    background-color: rgb(141, 141, 141);
}

@media only screen and (max-width: 58.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        font-size: .937rem;
        line-height: 1.4;
    }

    p a {
        font-weight: bold;
    }

    h3:nth-of-type(1),
    p,
    ul {
        margin-bottom: .625rem;
    }

    h1 {
        margin: .937rem 0 .937rem;
    }

    h2 {
        margin-bottom: .625rem;
        font-size: .937rem;
    }

    article {
        padding: .625rem;
        margin: 0 auto;
    }

    p br,
    article > br {
        display: none
    }

    article > a {
        margin: 1.562rem auto .625rem;
    }
}

@media only screen and (max-width: 45.625rem) {
    article > a {
        max-width: 100%;
        padding: .625rem;
    }

    h1 {
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: .937rem;
    }

    h3 {
        font-size: .937rem;
    }
}
