@charset "utf-8";
#container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 1000px;
    width: 90%;
}
body {
    margin: 0;
}
.mainlogo {
    height: auto;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 6%;
}
.presents {
    text-align: center;
    font-weight: 900;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 19px;
    font-size: 18pt;
}
p {
    color: #FF0004;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}
.title {
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 18pt;
}
#linkcontainer {
    margin-top: 5%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
#unitycontainer {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
}
#videocontainer {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#video {
    position: absolute;
    width: 100%;
    height: 98%;
}

.linkbox {
    width: 33.33%;
    float: left;
    text-align: center;
}
#linkcontainer .linkbox a {
    color: #FF0004;
    text-decoration: line-through;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
#partnerscontainer {
    margin-top: 10%;
    padding-left: 24px;
    padding-right: 24px;
}
.modekaimg   {
    height: 80px;
    width: auto;
}
.b2bimg   {
    height: 60px;
    width: auto;
    float: right;
    padding-top: 12px;
}
#unity {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border: 0;
    height: 100%;
}
h2   {
    color: #FF0004;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 35px;
    font-size: 24px;
}

h1   {
    color: #FF0004;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 24px;
}
li {
    color: #FF0004;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#container #textcontainer p {
    text-align: center;
    margin-bottom: 36px;
}
#textcontainer {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
}
#footer {
    width: 100%;
    height: 64px;
}
