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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: #edaa72;
    text-decoration: none;
}

body {
    line-height: 1;
    font-family: 'Crimson Text', serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none !important;
}

.logo {
    background-image: url(../images/LogoPNG.png);
    position: absolute;
    top: 10vh;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 6;
    height: 156px;
    background-repeat: no-repeat;
}

h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding: 20px;
}

p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    line-height: 1.6;
}

.title {
    font-size: 20px;
    text-align: center;
    color: #edaa72;
}

.text {
    margin-top: 35vh;
}

.contact {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    height: 50px;
    color: #2f2f2f;
    z-index: 10;
    opacity: 0.95;
}

.contact .number {
    line-height: 50px;
}

.contact a {
    padding-left: 20px;
}

@media only screen and (max-width: 480px) {
    .logo {
        top: 30px;
        background-size: contain;
        width: 150px;
    }
    .text {
        margin-top: 150px;
    }
    h2 {
        font-size: 46px;
    }
    .contact {
        height: 60x;
    }
    .contact .number {
        line-height: 18px;
        margin-top: 7px;
    }
    .contact a {
        display: block;
    }
    .last h2 {
        font-size: 46px;
    }
    .contact a {
        padding-left: 0px;
    }
}