body {
background-color: #000;
margin: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 17px;
font-weight: 300;
font-style: normal;
color: #feffda;
line-height: 27px;
vertical-align: middle;
text-align: left;
word-break: break-word;
-webkit-animation: fadein 2s;
-moz-animation: fadein 2s;
-ms-animation: fadein 2s; 
-o-animation: fadein 2s;
animation: fadein 2s;
}
#wrapper {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: auto;
height: auto;
float: none;
position: relative;
}
#head {
background-color: none;
max-width: 1600px;
height: auto;
text-align: center;
margin: 0px auto;
margin-bottom: 10px;
padding-bottom: 19px;
}
#social {
background-color: none;
max-width: 1400px;
height: auto;
text-align: center;
margin: 0px auto;
margin-top: 30px;
margin-bottom: 30px;
padding: 10px;
}
#content-inside {
max-width: 650px;
height: auto;
vertical-align: middle;
text-align: left;
margin: 0px auto;
margin-top: -20px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
#content {
max-width: 2000px;
height: auto;
vertical-align: middle;
text-align: left;
margin: 0px auto;
padding-top: 30px;
padding-bottom: 0px;
margin-bottom: 30px;
}
#footer {
width: 100%;
height: auto;
vertical-align: middle;
text-align: center;
margin: 0px auto;
padding-top: 30px;
padding-bottom: 30px;
float: left;
}
#footer a:link {
color: #feffda;
text-decoration: none;
font-size: 10px;
}
#footer a:visited {
color: #feffda;
text-decoration: none;
}
#footer a:hover {
color: #feffda;
text-decoration: none;
}
a:link {
color: #feffda;
text-decoration: none;
}
a:visited {
color: #feffda;
text-decoration: none;
}
a:hover {
color: #feffda;
text-decoration: underline;
}
#logo {
width: 300px;
height: auto;
margin: 0px auto;
}
.logotype {
width: 400px;
height: auto;
margin-top: 100px;
margin-bottom: 50px;
}
h2 {
font-size: 30px;
line-height: 35px;
font-weight: 300;
text-transform: uppercase;
text-align: center;
}
h3 {
margin-top: 0px;
font-weight: 300;
text-transform: uppercase;
}
.fab {
font-size: 22px;
margin-left: 35px;
margin-right: 35px;
}
.social-button {
background-color: #000;
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 13px;
padding-left: 13px;
margin: 5px;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
color: #fff !important;
letter-spacing: 2px;
display: inline-block;
border: 1px solid #feffda;
}
.social-button:hover {
background-color: #242424;
border: 1px solid #feffda;
text-decoration: none !important;
}
.hideme {
opacity: 0;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 48.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col { 
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 { width: 100%; }
}


@media only screen and (max-width: 870px) {
#content {
width:						auto;
height:						auto;
margin:						0px auto;
padding:					30px;
vertical-align: 			middle;
text-align:					left;
}
}

@media only screen and (max-width: 480px) {
.logotype {
width: 200px !important;
height: auto;
margin-top: 100px;
margin-bottom: 50px;
}
.hideme {
opacity: 1;
}
.fab {
font-size: 22px;
margin-left: 15px;
margin-right: 15px;
}
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}