html {
	font-size: 62.5%; 
}
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: 'Varela Round',sans-serif !important;
	font-size: 16px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1.6;

}
html {
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	background: #fff;
	font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
	color: #2A506F;

}

@media only screen and (min-width: 768px) {
    #container{
    width: 75%;
    margin: 3% auto 0 auto;
    
  }
    h1 {
font-size: 3em; 
  }

    h2 {
font-size: 2em; 
  }
    .container1{
    width: 18%;
    margin:1%;
    float:left;
    text-align:center;
  }



    .light_container{
    width: 80%;
    float:left;
  }

    .container2{
    width: 19%;
    margin:1%;
    float:left;
  }

    .container3{
    width: 77%;
    margin:1%;
    float:left;
  }

    a {
    color: #00AEEF;
    text-decoration:none;
  }
    a:active, a:hover {
    color: hsl(196.29999999999995,100%,37.5%);
  }
}
@media only screen and (max-width: 767px) {
#container{
    width: 95%;
    margin:0 auto;
    border:solid 1px;  
  }

    h1 {
font-size: 2em; 
  }


}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
.gameimg ul {
    display:flex;
display: -webkit-flex;
    list-style: none;
    /* margin-top: -20px; */
    flex-wrap: wrap;
}
.gameimg  li {
margin:3% 2%;
flex-basis: 21%;
}

img  {
    width:100%;
}

.videos {
    width:100%;
}

.videos ul{
    display:flex;
    display: -webkit-flex;
    list-style: none;
    flex-wrap: wrap;
}

.videos  li {
    margin:1%;
    flex-basis: 48%;
}

.logo ul{
    width:60%;
    margin:0 auto;
}

.branding ul{
    width:60%;
    margin:0 auto;
}