body {
  
background: black;

}

h1{

color: antiquewhite;


}
h2.xbox{

  padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fcc;
  float:left;
  font-size: 4em;
  margin: 0.1em 0.1em 0 0px;
  line-height: 1em;
}

h2.nes{

  padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fcc;
  float:left;
  font-size: 4em;
  margin: 0.1em 0.1em 0 0px;
  line-height: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

p {
  color: ghostwhite;



}

.revhead1 {

color: ghostwhite;
position: absolute;
left:0px;

}

.revhead2 {

color: ghostwhite;
position: absolute;
right: 0;
top: 250px;


}


.revhead3 {

color: ghostwhite;
position: absolute;
left:0px;
top: 550px;
}

.rating {



  padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: red;
  float:left;
  font-size: 4em;
  margin: 0.1em 0.1em 0 0px;
  line-height: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: red;
  position: absolute;
  
  top: 700px;

}

.rating:hover {



  padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: red;
  float:left;
  font-size: 4em;
  margin: 0.1em 0.1em 0 0px;
  line-height: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color:black;
  transform: rotateY(360deg);
  transition: 3s;
position: absolute;
 top: 700px;
}


.para1 {
 padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  
  position: absolute;
  left:0;
  top:120px;
 /* top: 100px; */


}



.para2 {
 padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
  
  
position: absolute;
right:0px;
top:290px;
}




.para3 {
 padding: 2px 6px 2px 2px;
  border: 1px solid #ccc;
  border-radius: 2px;
 position: absolute;
 left: 0;
 Top: 590px;
  


}

.section1 {

  float: left;
}


.homelink  {

position: absolute;
    top: 0px;
    right: 0px;
    


}



body{
  background: #111;
}
/* css for xbox logo */
.wrapper{
  width: 5px;
  margin: auto;
  position: relative;
  
}



.logo{
  position: absolute;
  top:0px;
  left:0px;
  
}

.circle{
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #EEE;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -10px 30px rgba(0,10,30,.3) inset;
}

.slash{
  position: absolute;
  top:20px;
  left:0px;
  width: 100px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow:inset 0 10px 10px #2D2,  inset 0px 15px 0 #2C2;
  -webkit-transform: rotate(-45deg);
}

.backslash{
  position: absolute;
  top:20px;
  right:0px;
  width: 100px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow:inset 0 10px 10px #2D2, inset 0px 15px 0 #2C2;
  -webkit-transform: rotate(45deg);
}

.logo:hover{

 
  transform: rotate(360deg);
  transition: 3s;



}







input,
section {
  display: none;
  /*padding: 1em;*/
  clear: both;
}


figure {
  margin: 0;
  position: relative;
}

figcaption {
  position: absolute;
  padding: 10px;
  bottom: 0;
  background: white;
  width: 100%;
  text-align: center;
}
figure img {
  width: 100%;
}




label.navigation {
  display: block;
  float: left;
  width: 33.3%;
  color: darkred;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #eee;
  line-height: 3em;
}

/*.xboxlist{

float: left;



} */


label.loginnavigation {
  display: block;
  float: left;
  width: 50%;
  color: hotpink;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #eee;
  line-height: 3em;
}

label.selectTag {

color:fuchsia;
 float: top 2px;
display: block;

}

h2.loginlink{

   position: fixed;
    top: 0;
    right: 0;

    
  
}


h2.homelink {

position: fixed;
    top: 0;
    right: 0;


}


form.loginform {
    border: 3px solid #f1f1f1;
    width: 50%
}


input[type=text], input[type=password], input[type=email] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}










button {
    background-color: darkred;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 50%;
}

button.search {
    background-color: darkgoldenrod;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 25%;
}



.container {
    padding: 16px;
     color: hotpink;
}

h2 a:link {
 color:blue;
}
h2 a:visited {
 color: darkred;
}
h2 a:hover {
 background: blanchedalmond;
 text-decoration: none;
}
h2 a:active {
 background: #fcc;
}

.menubutton{
    
    width: 25%;
    
    
    background: red;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    display: inline-block;
    
    
}



.menubutton:hover{
    
    width: 25%;
    
    
    background: red;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    
    display: inline-block;
      
    


    
}

.menubutton:active{
    
    width: 25%;
    
    
    background:#cc0000;
    border-style: solid;
    border-color: black;
    border-radius: 6px;
    display: inline-block;
     border-width: 6px; 
    
	


    
}










#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

[id^="tab"]:checked + label {
  background: #fff;
  color: #222;
  
}
[id^="tab"]:checked + label .fa {
  color: red;
}

.tab-content {
  background:grey;
}
.fa {
  margin-right: 10px;
}




.tab_container section * {
  animation: fadeInScale 0.7s ease-in-out;
}

@keyframes fadeInScale {

  0% { 
  	transform: scale(0.85);
  	opacity: 0;
  }

  100% { 
  	transform: scale(1);
  	opacity: 1;
  }
  
}



.column {
  display: inline-block;
  width: 35%;
}

.numlist {
  counter-reset: mylist;
  
}
.numlist li {
  list-style-type: none;
}
.numlist li:before {
  content: counter(mylist) ". ";
  counter-increment: mylist;
}
.numlist2 {
  counter-reset: mylist 4;
}
.numlist3 li:before,
.numlist4 li:before {
  counter-increment: mylist 3;
  
}
.numlist3 li:before {
  
  float: left;
  
  width: 1.75em;
}
.numlist4 li:before {
  float: left;
  text-align: right;
  
  padding-right: 0.5em; 
  width: 1.25em;
}


[id^="news"]:target {
  background-color: #e5eecc;
  transition: all 2s ease;
}


span.animation {
    width: 10px;
    height: 10px;
    background-color: red;
    -webkit-animation-name: example; 
    -webkit-animation-duration: 4s; 
    animation-name: example;
    animation-duration: 20s;
    position: absolute;
    left: 100px;
    top: 500px;
}

@keyframes example {
    0%   {background-color: red;}
    10%  {background-color: beige;}
    25%  {background-color: yellow;}
    30%  {background-color: deeppink;}
    50%  {background-color: blue;}
    60%  {background-color: teal;}
    100% {background-color: green;}
}












/*
   breakpoint 
*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  .column {
    display: inline-block;
    width: 100%;
  }
}