/*<!-- Including one css file into other -->@import "style2.css";
*/
html{
    /*font-size:.75vw;*/
    /*height: 100vh;*/
    margin: 0;
    height: -webkit-fill-available;
}

body
{
	font-family:raleway;
	height: 100vh;
	/*height: -webkit-fill-available;*/
	/*min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	min-height: -webkit-fill-available;
	
	/*font-size:clamp(.75vw, .75vw, 4vw);*/
	margin: 0;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #aaa; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px 10px 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
}

#myBtn:hover {
  background-color: #f51; /* Add a dark-grey background on hover */
}
.webgl-content{
    width: 90vw;
}
.div_full
{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.div_center
{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.div_center_content
{
  margin: 0;
  position: relative;
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.div_center_navigation
{
  margin: 0;
  position: relative;
  top:0%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.div_outline_black
{
    color: black;
    border:1px solid black;
}
.div_outline_red
{
    color: black;
	background:red;
    /*border:0px solid red;*/
}
.div_outline_green
{
    color: black;
	background: green;
    border:0px solid green;
}
.div_outline_blue
{
    color: black;
    border:1px solid blue;
}
a:link
{
    color: black;
    text-decoration: underline;
}
a:visited
{
    color: black;
    text-decoration: underline;
}
a:hover
{
    color: black;
    text-decoration: underline;
}
a:active
{
    color: black;
    text-decoration: underline;
}

.center-div
{
	margin-top:0px;
    position:relative;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navigation{
	width: 90vw;
	text-align:center;
	padding:10px 5px;
}

.content_more
{
	margin-top:0px;
	margin-bottom:18px;
}

.content_more_dev
{
	margin-top:0px;
	margin-bottom:18px;
	width:100%;
}

.gamejamFrame
{
    
}

.footer_text
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration:none;
}

.footer_text:link
{
    pointer-events: none;
    text-decoration:none;
}

#DESIGN ol, #ART ol, #CODE ol{
    padding-left:1em;
    margin:0;
}

#DESIGN li, #ART li, #CODE li{
    padding-left:5px;
}

@media  only screen
and (min-width: 250px)
and (max-width: 1024px)
and (max-aspect-ratio: 1/1)
{
    .content_more
    {
        width:90% !important;
    }
    
    .dev_img img
    {
        width:90%;
        margin:0px;
        padding:0px;
    }
}

.header{
    text-align:left;
    /*height:8%;*/
}

/*li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}*/

.dev_img{
    margin-top:0px;
    margin-right:0px;
    margin-left:0px;
    padding:0px;
}

.dev_img img{
    margin:0px;
    padding:0px;
}

/*
@media (max-aspect-ratio: 3/4) {
	body
	{
		background-color: lightblue;
	}
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 1/1) {
	body
	{
		background-color: #3333ff;
	}
}
@media (min-aspect-ratio: 4/3) {
	body
	{
		background-color: #ff3333;
	}
*/

/**
Portrait 1:1 and below (3/4, 2/3, 9/16, 9/19, etc)
Portrait 1:1 and below (0.75, 0.666, 0.5625, 0.479, etc)
**/
@media (max-aspect-ratio: 1/1) {
	body 	{
		background-color: white;
		/*font-size:3vw;*/
	}
	.responsiveNavigation
	{
		width: 80%;
		height: auto;
	}
	
	.navigationTD
	{
	    vertical-align:top;
	}
	
	.desktopElement
	{
	    display:none;
	}
	
	.mobileElement
	{
	    display:inline;
	}
	
	.responsiveContainer
	{
		width: 80%;
		
	}
	.responsiveMenu
	{
		width: 100%;
		height: 120px;
	}
	.alligator
	{
		height: 100%;
	}
	
	.artFrame
	{
	  min-height: 75%;  
	}
	
	.responsiveAbout
	{
	    width: 80%;
	    position: relative;
    	top:0%;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
	}
	
	.gamejamFrame
	{
	    
	}
	
	.footer
	{
	    width:80%;
	    font-size:20px;
	    height:5%;
	}
}
/**
Landscape 1:1 and above (4/3, 3/2, 16/9, 19/9, etc)
Landscape 1:1 and above (1.33, 1.5, 1.777, 2.111, etc)
**/
@media (min-aspect-ratio: 1/1) /*and (max-aspect-ratio: 4/3) */
{
	body
	{
		background-color: white;
	}
	.responsiveNavigation
	{
		/*border: 1px solid #aaa;*/
		width: 960px;
		height: 7%;
	}

	.responsiveContainer
	{
		/*border: 1px solid #aaa;*/
		width: 1000px;
		height: 88%;
	}
	.responsiveMenu
	{
		width: 20%;
		height: 100%;
		padding:0 0 10px 0;
		/*background-color: #00f;*/
	}
	.alligator
	{
		height: 99%;
	}
	
    .desktopElement
	{
	    display:inline;
	}
	
	.mobileElement
	{
	    display:none;
	}
	
	.artFrame
	{
	  min-height: 100%;  
	}
	
	.responsiveAbout
	{
	    width: 800px;
    	height: 88%;
	    position: relative;
	    top:0%;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
	}
	
	.footer
	{
	    width:90%;
	}
}
/*  =======================================================
    ##Device = Desktops
    ##Screen = 1281px to higher resolution desktops
=========================================================== *
@media only screen
and (min-width: 1281px)
{    body
    {
        font-size:4vw;
    }
    .responsiveWidth
    {        width:100%; /*container-width*
    }
    .responsiveHeight
    {
        height:100%;
    }
}
/*  =======================================================
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
=========================================================== *
@media only screen
and (min-width: 1025px)
and (max-width: 1280px)
{
    body
    {
        font-size:4vw;
    }
    .responsiveWidth
    {
        width:300px; /*container-width*
    }
    .responsiveHeight
    {
        height:60px;
    }
}*/
/*  =======================================================
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
    ======================================================= */
@media  only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait)
{

}
/*  =======================================================
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
=========================================================== *
@media  only screen
and (min-width: 481px)
and (max-width: 767px)
{    body
    {
        font-size:6vw;
    }
    .responsiveWidth
    {
        width:300px; /*container-width*
    }
    .responsiveHeight
    {
        height:60px;
    }
}
/*  =======================================================
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
=========================================================== */
@media  only screen
and (min-width: 250px)
and (max-width: 480px)
{
    body
    {
        font-size:3vw;
    }
    /*.responsiveWidth
    {        width:300px; /*container-width*
    }
    .responsiveHeight
    {
        height:60px;
    }*/
}