*,
iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}
iframe {
    overflow: hidden;
    width: 100%;
    height: 40em;
    position: relative;
    transform: scale(1.2);
}
h1 {
    font-family: impact, Roboto;
    font-size: 3.2em;
    /* padding: 1.5em; */
    padding: 2.5em 1.5em 0 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(189, 56, 43, 1.0);
}
p {
    font-family: impact, Roboto;
}
header {
    position: fixed;
    z-index: 500;
    top: 0;
    width: 100%;
    height: 3em;
    text-align: center;
    background: rgb(219, 212, 201);
    box-shadow: 2px 2px 10px black;
}
header li {
    margin: 1em;
    float: left;
}
ul {
    list-style: none;
}
header ul {
    float: left;
}
body {
    background-image: url(../img/bg-min.png);
    background-color: rgba(219, 213, 201, .9);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
a {
    color: rgba(189, 56, 43, 1.0);
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.columns img {
    width: 95%;
}
footer {
    height: 16em;
    background: rgb(219, 212, 201);
    box-shadow: 2px 2px 12px black;
}
footer div {
    width: 13em;
    margin: 0 auto;
    padding: 1.5em 0 1.5em 0;
}
footer div img {
    width: 100%;
}
footer p {
    font-family: impact, Roboto;
    font-size: 1.2em;
    padding-top: .5em;
    text-align: center;
    /* text-transform: uppercase; */
    color: #fff;
    background: rgb(219, 212, 201);
    text-shadow: 0 1px 1px black;
}
.zv {
    width: 20px;
    padding: 0px 2px;
    margin: 0 7px -5px 0;
}
.info {
    float: left;
}
.cell {
    height: 290px;
    border-radius: 25px;
    background: rgba(219, 213, 201);
}
.cd-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    visibility: hidden;
    /* image replacement properties */
    overflow: hidden;
    width: 60px;
    height: 60px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    white-space: nowrap;
    text-indent: 100%;
    opacity: 0;
    background: rgba(189, 56, 43, .7) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    opacity: 1;
    background-color: rgba(189, 56, 43, .9);
}