/* GLOBAL AND MOBILE STYLES FIRST */

body {
  margin:0;
  padding:0;
  background: darkcyan;
}
header {
  background: cyan;
  color: #444;
  text-align: center;
}
h1 {
  font-size: 1.5em;
}
.container {
  max-width: 1026px;
  margin: 0 auto;
  background: lightblue;
  text-align: center;
}
main {
  padding: 4px;
}
section {
  background: lavenderblush;
  margin: 4px;
  box-sizing: border-box;
  border: 4px solid #222;
  min-height: 100px;
}

.reviewsection {
  background: #888;
  margin: 4px;
  box-sizing: border-box;
  border: 4px solid #222;
  min-height: 50px;
}





.reviewcontainer {
  max-width: 1026px;
  margin: 0 auto;
  background: red;
  text-align: center;
  
  
  
}


.socmedia {

display: inline-block;
  display: inline;
  padding: 10px;
}


.menusection {
  
  background: green;
  margin: 4px;
  width: 98%;
  box-sizing: border-box;
  border: 4px solid #222;
  
}



.menu
   {
    display: none;
    width: 100%;
    height: 15px;
    
    background: blue;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    
}




.rating {



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

}



.rating:hover {



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

}


.menubutton{
    
    width: 100%;
    height: 30px;
    
    background:green;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    display: none;
    
    
}

img
{


  width: 100%;
  height: 250px;

}

.smallscreenscoreheader

{
font-style: italic;


}


.bigscreenscoreheader

{
display: none;


}




/* 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;



}


p .reveal
 { display: none; }
p:hover .cover
 { display: none; }
p:hover .reveal
 { display: inline; }




    

/* ========================== FIRST BREAKPOINT ========================== */
@media screen and (min-width: 500px) {
  

  
  header {
    background: #444;
    color: #ccc;
  }
  h1 {
    font-size: 2em;
  }
  .container {
    width: 90%
  }
  section {
    width: 80%;
    margin: 2%;
    padding: 0 4px .5em;
    display: inline-block;
    min-height: 300px;
    background: beige;
    border-color: #999;
    color: black; 
  }
  section:hover {
    background: navajowhite;
  }
}

.menu{
    display: none;
    width: 100%;
    height: 30px;
    float: left;
    background:green;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    
}




.menusection {
  
  background: green;
  margin: 4px;
  width: 98%;
  box-sizing: border-box;
  border: 4px solid #222;
  min-height: 50px;
}

.menusection:hover {
  background: green;
  
}



.logosection {
  
  background: #888;
  margin: 4px;
  width: 98%;
  box-sizing: border-box;
  border: 4px solid #222;
  min-height: 50px;
}

.socmedia {

display: inline-block;
  display: inline;
  padding: 10px;
}




.rating {



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

}



.rating:hover {



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

}



/* Dropdown Button from https://www.w3schools.com/howto/howto_css_dropdown.asp this is for use on small screens as the
 three seperate buttons on the large screen version looked messy*/
.dropbtn {
    background-color: green;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width:100%;
    height:100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: darkgreen;

}




/* END FIRST BREAKPOINT */


/* MINOR BREAKPOINT */
@media screen and (min-width: 750px) {
  section {
    font-size: 1em;
  }
  h1 {
    font-size: 2.5em;
  }


.menusection {
  
  background: #888;
  margin: 4px;
  width: 98%;
  box-sizing: border-box;
  border: 4px solid #222;
  min-height: 50px;
  border-radius: 5px;
}

.menusection:hover {
  background: #888
  
}





.rating {



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

}

/*Hover does kind of work on mobile I've found*/

.rating:hover {



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

}

 


.menu{
    
    width: 32%;
    height: 30px;
    float: left;
    background: red;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    
}

.menu{
        display: inline-block;
    }



.menubutton{
    
    width: 100%;
    height: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: red;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    display: inline-block;
    
    
}



.menubutton:hover{
    
    width: 100%;
    height: 30px;
    
    background: red;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    
    display: inline-block;
      content: '»';
    


    
}


/*Give a kind of pressed in look when clicked */

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


    
}


#getrating
{

  float: right;
}

.reviewsection {
    width: 80%;
    margin: 2%;
    padding: 0 4px .5em;
    display: inline-block;
    min-height: 300px;
    background: green;
    border-color: #999;
    color: black; 
  }
 .reviewsection:hover {
    background: #666;
  }



  .ratingbutton{

width: 100%;
    height: 30px;
    
    background:green;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    display: inline-block;


  }



  .dropdown {
    position: relative;
    display: none;
}

/*change header depending on screen size, tap for small, and click for big*/
.smallscreenscoreheader

{
display: none;


}

.bigscreenscoreheader

{
display: block;


}

/*social media icons displayed in a horizontal row*/

.socmedia {

display: inline-block;
  display: inline;
  padding: 10px;
}

}