@media (min-width: 320px) and (max-width: 480px) {
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
	
#menu {
  position: fixed;
  height: 55px !important;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 999999;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 100;
}

.isologo {
	background-image: none !important;
	padding: 10px 0 10px 0;

}
.headcol {
	width: 170px !important;
	padding-left: 10px !important;
}
.headcol2 {
	float: right !important;
	padding-top:5px !important;
}
.headcol3 {
	display: none !important;
}
#home, #game-art, #illustration, #about{
	width:100% !important;
	font-size: 1.2em !important;
	padding-top: 50px!important;
}
#myBtnContainer {
	font-size: 13px !important;
}
.cover {
	padding:0 !important;
	width:100% !important;
	float: none;
}
#game-art .cover img,
#illustration .cover img,
#home .cover img {
	width: 100% !important;
}

#about .lftcol{
	width: 98% !important;
	padding:0 1% !important;
	float:none !important;
	text-align: justify;
}

#about .rgtcol {
	width: 100% !important;
	float:none !important;
	text-align: center;
	padding-top: 1em;
	font-size: 1.2em !important;
}
#about ul li {
	line-height:1.2em!important;
	margin: 1.2em 0;
	text-align: left !important;
}
#about .lftcol p {
		padding: 0 15px !important;
	}
	
	.portfolio_item_o {
	width:100%;
}
} /* Ends @media */



html, body {
	background: #ffffff;
	margin:0;
	padding: 0;
	font-family: Open Sans, sans-serif, Helvetica, Arial;
	color: #000000;
	line-height: 1.6em;
}
h1 {
	font-size: 2em;
	font-weight: 100;
	margin: 1em 0;
	text-align:center;
	width:100%;
	padding: 20px 0;
	line-height: 1.2em;
}
h2 {
	font-size: 1.5em;	
	font-weight: 100;
	margin:1em 0;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 2em 0;
}
a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	color:#2f3787;
}
.equus-area-link:link, .equus-area-link:visited, .equus-area-link:active {
	color:#e2c983;
}
.equus-area-link:hover {
	text-decoration: underline;
}
.bookmoji-link:link, .bookmoji-link:visited, .bookmoji-link:active {
	color: #00aaa7;
}
.bookmoji-link:hover {
	text-decoration: underline;
	cursor: pointer;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
#menu {
  position: fixed;
  height: 65px;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999999;
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 100;
}

.w {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.myname {
	color: #000;
}
.algnrgt {
	text-align: right;
}
.padtp {
	padding: 10px 0 0 0;
}
.isologo {
	padding-left: 15px;
}
.headcol {
	width: 200px;
	float: left;
}
.headcol2 {
	width: 130px;
	float: left;
	padding-top:5px;
}
.headcol3 {
	width: 400px;
	float: right;
}
.headcol2 ul{
	margin:0;
	padding:0;
	list-style: none;
}
.headcol2 ul li {
	margin:0 5px;
	padding: 15px 0 0 0;
	list-style: none;
	display: inline-block;
	font-size: 18px;
}
.headcol2 ul li a:link,
.headcol2 ul li a:visited,
.headcol2 ul li a:active {
	text-decoration: none;
	color: inherit;
	padding: 10px 0 0 0;
	color:#000000;
	cursor: pointer;
}
.headcol2 ul li a:hover {
	color:inherit;
	cursor: pointer;
	color: #2f3787;
}
.headcol2 ul li.selected {
	color: #000;
	border-bottom: 2px solid #2f3787;
	padding-bottom: 4px;
	color: #2F3787;
}
.presentation {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 100;
}

#home, #game-art, #illustration {
	text-align:center;
	margin:0 auto;
	padding-top: 60px;
	overflow: hidden;
}
.cover {
	padding: 0;
	width:49%;
	display: none;
}
.show {
  display:inline-block;
}

.cover img {
	width: 99%;
	border-radius: 10px;
	box-shadow: 0 0 5px #dedede;
}

.cover:hover {
	color: #2f3787;
	cursor:pointer !important;
}
.cover:hover img {
	opacity: 0.8;
	cursor: pointer;
}
.portfolio_item {
	width:100%;
	max-width:1000px;
}
.portfolio_item_v {
	width:100%;
	max-width:550px;
}
.portfolio_item_o {
	max-width:650px;
}
/* Style the buttons */
#myBtnContainer {
	padding: 30px 0;
}
.btn {
  border: none;
  outline: none;
  padding: 6px;
	padding-bottom: 4px;
  background-color: #ffffff;
  cursor: pointer;
	color: #000000;
	font-size: 1em;

}

.btn:hover {
  color: #2f3787;
}

.btn.active {
  color: #000;
	background-color: #ffffff;
	border-bottom: 2px solid #2f3787;
	font-weight: bold;
	color: #2F3787;

}

#about {
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
	width:100%;
	max-width: 1000px;
	color: #000;
	font-weight: 100;
}

#about .lftcol{
	width: 70%;
	float:right;
	text-align: justify;
}
#about table {
	margin: 15px 0;
}

#about .rgtcol {
	width: 30%;
	float:right;
	text-align: center;
	padding-top: 1em;
	font-size: 13px;
}
#about ul li {
	line-height: 22px;
}
.light {
	color: #000;
}
.buttonlink:link, .buttonlink:visited, .buttonlink:hover, .buttonlink:active {
	padding: 30px;
	color: #ffffff;
	background-color: #F06;
	font-size: 2em;
	margin: 10px;
}
.backbtn {
	background: url(img/backbtn_15.png) center no-repeat;
	font-size: 2em;
	text-align: center;
	display: block;
	padding-top: 210px;
	clear:both;
}

