Reset Browser */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	background: rgb(215,201,165);
    background: linear-gradient(0deg, rgba(215,201,165,1) 0%, rgba(234,232,227,1) 45%);
	line-height: 1;
	font-size: 24px;
	font-family: "Sedan", serif;
	color: #232011;
	font-weight: 400;
    padding: 0;
    margin: 0;
}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a, .link { color: #ED6906; text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
a:hover, .link:hover { color: #fff351; }
a:hover img, .link:hover img { text-decoration: none !important; }
a img { border: 0; }
.linkplain { text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linkplain:hover { color: #264218; text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: none; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small, .small { font-size: 10px; line-height: 14px; color: #888888; font-weight: 400; }
img { border: 0; -ms-interpolation-mode: bicubic; }
em { font-style: italic; }
p { line-height: 17px; padding: 4px 0; }
.clear { clear: both; }
.hidden { display: none; }
.mainwrap {
    height: 100vh;
    position: relative;
}
.roundlogo {
    position: absolute;
    display: block;
    width: 40%;
    height: auto;
    top: -20%;
    left: -10%;
    opacity: 0.8;
}
.rotating {
    -webkit-animation: rotating 8s linear infinite;
    -moz-animation: rotating 8s linear infinite;
    -ms-animation: rotating 8s linear infinite;
    -o-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
}
.wavetop {
    position: absolute;
    display: block;
    width: 60%;
    height: auto;
    top: 2%;
    -webkit-animation: linear infinite;
    animation: linear infinite;
    -webkit-animation-name: runright;
    animation-name: runright;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.wavebottom {
    position: absolute;
    display: block;
    width: 60%;
    height: auto;
    bottom: 2%;
    -webkit-animation: linear infinite;
    animation: linear infinite;
    -webkit-animation-name: runleft;
    animation-name: runleft;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}
.maintext {
    position: absolute;
    left: 50%;
    width: 40%;
    top: 36%;
}
.logotext {
    display: block;
    width: 550px;
    height: auto;
}
.partext {
    line-height: 32px;
}
h1 {
    margin: 0;
    padding: 0;
}
.logotextsmall {
    display: none;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes runright {
    0% {
        right: -10%;
    }
    50% {
        right: -1%;
    }
    100% {
        right: -10%;    
    }
}
@keyframes runright {
    0% {
        right: -10%;
    }
    50% {
        right: -1%;
    }
    100% {
        right: -10%;    
    }
}
@-webkit-keyframes runleft {
    0% {
        left: -10%;
    }
    50% {
        left: -1%;
    }
    100% {
        left: -10%;    
    }
}
@keyframes runleft {
    0% {
        left: -10%;
    }
    50% {
        left: -1%;
    }
    100% {
        left: -10%;
    }
}

/* RESPONSIVE */
@media screen and (max-width:1650px){
	.logotext {
        width: 480px;
    }
    .partext {
        font-size: 20px;
        line-height: 28px;
    }
    .roundlogo {
        width: 40%;
    }
    .wavetop, .wavebottom {
        width: 50%;
    }
}
@media screen and (max-width:1400px){
	.logotext {
        width: 420px;
    }
    .partext {
        font-size: 18px;
        line-height: 24px;
    }
    .roundlogo {
        width: 40%;
    }
    .wavetop, .wavebottom {
        width: 50%;
    }
}
@media screen and (max-width:1100px){
	.logotext {
        width: 360px;
    }
    .partext {
        font-size: 16px;
        line-height: 20px;
    }
    .roundlogo {
        width: 40%;
    }
    .wavetop, .wavebottom {
        width: 50%;
    }
    .maintext {
        left: 50%;
        width: auto;
    }
}
@media screen and (max-width:820px){
    .logotext {
        display: none;
    }
	.logotextsmall {
        width: 360px;
        margin: 0 auto;
        display: block;
    }
    .partext {
        font-size: 16px;
        line-height: 20px;
    }
    .roundlogo {
        width: 40%;
    }
    .wavetop, .wavebottom {
        width: 50%;
    }
    .roundlogo {
        top: 16vh;
        left: 0;
        position: relative;
        margin: 0 auto;
        width: 180px;
        height: auto;
    }
    .maintext {
        left: 0%;
        width: 100%;
        text-align: center;
        position: relative;
        top: 22vh;
        left: 0;
    }
    .wavetop, .wavebottom {
        width: 70%;
    }
}
@media screen and (max-width:500px){
    .roundlogo {
        width: 30vw;
    }
    .logotextsmall {
        width: 60vw;
    }
    .partext {
        font-size: 12px;
        line-height: 16px;
        padding: 0 16px;
    }
}