
/*
* RESET
*/

html, body, div, ul, li, a, p, h1, h2, table, tr, td, tbody, submit, button, span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a,
a:hover,
a:link,
a:active,
a:visited {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

button, submit {
    border: none;
    outline: none;
}

/*
* STRUCTURE + BASIC
*/

html, body {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'HelveticaNeueLTComUltLt', sans-serif;
    overflow-x: hidden;
}

.full-screen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mo-container {
    z-index: 0;
}

.mo-bg-container {
    z-index: 0;
}

.mo-bg-container::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url('../images/background/pattern.png');
    background-position: top left;
    background-repeat: repeat;
}

.mo-bg-container li {
    z-index: 0;
}

.mo-bg-container li span {
    z-index: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
//    animation: backgroundImageRotation 36s linear infinite 0s;
}

/*
.mo-bg-container li:nth-child(1) span {
    background-image: url('../images/background/ironman_768.jpg');
}
*/

.content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.contact {
    z-index: 30;
    background-color: rgba(0,0,0,0.7);
    position: relative;
    padding: 30px;
    border: 1px solid thin;
    margin: 10px;
    width: 500px;
    height: 350px;
    margin-left: -250px;
    margin-top: -150px;
    top: 50%;
    left: 50%;
}

.data {
    text-align: center;
    opacity: 1;
    padding: 20px;
}

.data iframe {
    opacity: 1;
    color: #ffffff;
}

.data h1 {
    font-size: 35px;
}

.data p {
    font-size: 20px;
    line-height: 22px;
}

.data p,
.data a,
.data h2,
.data h1 {
    opacity: 1;
    color: #ffffff;
}
