html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,
figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,
audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}

html,
body {
    width: 100%;
    height: 100%;

    overflow: auto;

    background: #fff;
}

body {
    position: relative;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2a1e62;
}

a {
    text-decoration: none;
    color: #2a1e62;
}

h1, h2, h3 {
    font-weight: 300;
    line-height: 1.4;
}

h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

h1 a,
h2 a,
h3 a {
    border-bottom: 1px solid;
    font-weight: 700;
}

p {
    line-height: 1.4;

    margin-bottom: 20px;
}

p a,
strong {
    font-weight: 700;
}

p a {
    border-bottom: 1px solid;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    max-width: 200px;
    margin: 2.7em auto;
    display: block;
}

.row {
    width: 100%;
    position: relative;

    display: block;
    transform: translateY(-50%);
    top: 50%;
}

.content {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 20px;

    background-color: rgba(255,255,255,0.96);

    border-radius: 2px;

    background-image: url('logo/glowa.svg');
    background-repeat: no-repeat;
    background-position: -280px center;
    background-size: auto 100%;

    border-radius: 14px;
}

.logo {
    margin-bottom: 30px;
    display: block;

    margin-left: auto;
    margin-right: auto;

    max-width: 214px;

    margin-bottom: 20px;
}

#text {
    padding: 4vw 3vw;
    text-align: center;
}

#text a {
    color: inherit;
    font-weight: 700;
    font-size: 20px;
    word-break: break-word;
}

#text h2 {
	color: #bfa460;
	text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 40px;
    display: block;
}

#text h3 {
	color: #2a1e62;
	text-align: center;
	font-weight: 400;
    font-style: italic;
}

.email {
	margin: 20px 0 0 0;

	display: flex;
	align-items: center;
    justify-content: center;

    font-size: 16px;
}

.facebook {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #cca161;
}

.facebook img,
.facebook svg {
    width: 57%;
    height: auto;
    display: block;
    max-height: 31px;
}

.sociale {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    padding-top: 2em;
}

.sociale > a {
    margin: 0 5px;
}

@media (max-width: 800px) {
    .content {
        width: auto;
        margin-left: 10%;
        margin-right: 10%;

        background-position: -250px center;
        background-size: auto 100%;
    }

    #text {
        padding: 30px;
    }

    #text h2 {
       font-size: 20px;
    }

    .row {
        transform: unset;
        top: auto;
    }
}

@media (max-width: 550px) {
    .content {
        margin-left: 0;
        margin-right: 0;
    }

    h1 {
        font-size: 20px;
    }

    .email {
        font-size: 14px;
    }

    .content {
        border-radius: 0;
    }

    #text {
        padding: 20px 15px;
    }

    #text a {
        font-size: 15px;
    }
}