/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
  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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  
  margin: 0;  
  padding: 0; 
  border: 0;  
  font-size: 100%;  
  font: inherit;  
  vertical-align: baseline;}
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display: block;}
  
  body {  
  line-height: 1.5;
  }
  
  ol, ul {  
  list-style: none;
  }
  
  blockquote, q { 
  quotes: none;
  }
  
  blockquote:before, blockquote:after,q:before, q:after { 
  content: '';  
  content: none;
  }
  
  table { 
  border-collapse: collapse;  border-spacing: 0;
  }  
  
  /* end reset*/
    
    /* add your defalt css*/
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
  background:  linear-gradient(0deg, rgb(15, 251, 249) 0%, rgb(255, 192, 203) 100%);
}
 
body::-webkit-scrollbar-thumb {
  background: transparent; /* opacity: 0; should do the thing either */
  border-radius: 10px;
  box-shadow: 0px 0px 0px 100000vh black;
}

body, html {
  height: 100%;
  cursor: url(img/mouse.png), default;
  }

body {
	margin: 0;
}

header {
	padding-top: 6%;
	background-color: black;
	border: 1px solid black;
}

h1 {
	text-align: center;
	color: white;
	font-size: 2em;
	letter-spacing: 3px;
}

h2 {
	text-align: center;
	font-size: 24px;
}

h1, h2, h3 {
	font-family: 'Bebas Neue', sans-serif;
}

h4{
	font-family: 'Bebas Neue', sans-serif;
	font-size: 70px;
	text-align: center;
	color: #fdfefe;
}

p {
	font-family: 'Gupter', serif;
	font-size: 28px;
	padding: 10px;
	text-align: justify;
	text-indent: 2.0em; 
	color: #fdfefe;
}

ul {
	margin: auto;
}

li {
	display: block;
	text-align: center;
	padding: 3px;
	font-size: 2em;
	font-family: 'Bebas Neue', sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #0ffbf9;
}

a:hover {
  text-decoration: none;
  color: pink;
}

.top{
	font-size: 40px;
	color: pink;
}

.divider{
	background-color: black;
	width: 60%;
	margin: auto;
}

.picture{
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:55%; 
	height:auto;
}

#title {
	font-size: 4em;
	color: white;
	text-align: center;
	background-color: black;
	line-height: .2em;
	height: 75px;
	margin: auto;
}

.text {
  color: white;
  background-color: #222222;
  padding:50px 80px;
  text-align: right;
}
.game-responsive{
	margin: auto;
	padding-right:15%; 
}

.textblock {
	border-left: 3px solid black;
}


footer {
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	margin-top: 2%;
	font-size: 1.5em;
}

.footer a{
  text-decoration: none;
  color: black;
}

body {
	font-family: 'Bebas Neue', sans-serif;
	color: black;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  background-color: #0ffbf9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: black;
}

input[type=submit]:hover {
  background-color: pink;
}

.container {
  border-radius: 5px;
  background-color: black;
  padding: 20px;
  color: black;
  text-align: left;
  font-size: 20px;
  width: 50%;
  margin: auto;
}

/*DATA*/
    #data {
        margin-left: 5%;
        margin-top: 2%;
        margin-bottom: 4%;
        background-color: #fff8cd;
        padding-top: 10px;
        border-radius: 25px;
        border: 15px double #dfcdff;
    }

    #data li {
    	background-color: #ffb0cd;
        border-radius: 20px;
        display: block;
        margin: 2% 1%;
        margin-left: 5%;
        text-align: center;
        text-align: center;
        background-color: #f08bb0;
        font-family:"Permanent Marker",sans-serif;
        font-size: 25px;
        color: #ffffff;
    }
/*DATA end*/

@media only screen and (max-width: 699px)  { /* phone styles */

header h1 {
	font-size: 110px;
}
.divider{
	width: 130%;
}
#me{
	width: 100%;
}
h1{
	padding-top: 5%;
}
}

@media only screen and (min-width: 700px) and (max-width: 800px) { /* tablet styles */
header {
	padding-top: 10.5%;
	background-color: black;
	border: 1px solid black;
}
}
#data ul {
		    	margin: 1%;
		    	display: grid;
		    	grid-template-columns: 1fr 1fr;
		    	grid-template-rows: 1fr 1fr;
		    	grid-gap: 5px;
		    }
.divider{
	width: 120%;
}

@media only screen and (min-width: 801px) { /* desktop styles*/


	ul {
		margin: auto;
		width: 400px;
	}

	li {
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		text-align: center;
	}

	#data ul {
		    	margin: 1%;
		    	display: grid;
		    	grid-template-columns: repeat(4, 1fr);
		    	grid-gap: 5px;
		    }

	.container2 {
	display: grid;
	grid-template-columns: 1fr 3fr;
	padding: 10px;
	grid-gap: 20px;
	margin-top: 10%;

	}

	#portrait {
		margin: inherit;
	}

	#title {
		font-size: 5em;
	}

	#container3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 10px;
	grid-gap: 20px;
	margin-top: 10%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	.divider{
	width: 60%;
}
}