@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 400 1em/1.3em Verdana, Tahoma, Arial, sans-serif;
    color: #000;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 930px;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top;
    height: 597px;
}
#wrapper {
    border-left: 12px solid #6B2B87;
}
h1 {
    margin: 0.8rem 0;
    font-size: 1.813em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.6em;
    line-height: 1.4em;
}
h1 span {
    font-size: 0.7em;
}
header {
    position: relative;
}
article p {
    position: absolute;
    top: -111.5%;
    left: 7.25%;
    font-size: 0.82em;
    line-height: 1.3em;
}
header>a:first-of-type {
    position: absolute;
    left: 3%;
    top: 6%;
    width: 35%;
    height: 10%;
}
header>a:last-of-type {
    position: absolute;
    left: 10%;
    top: 28%;
    width: 16%;
    height: 36%;
}
.content {
    margin: 30px 1rem 0;
    position: relative;
    z-index: 9999;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 929px) {
    body {
        text-align: center;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    p :is(a, span) {
        display: inline-block;
    }
    article p {
        position: static;
    }
    article {
        position: static;
        padding: 0.8rem 0.75rem 0;
    }
    footer {
        margin: 0;
    }
}
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.375em;
    }
}