		h1
		{
			color: #9E7742;
			font-family: math;
			padding: 2%;
			padding-top: 5%;
		}

		h3
		{
			color: #9E7742;
			font-family: Century Gothic, fantasy;
		}
		
		p
		{
			color: #FFFFFF	
		}

		* {
			margin: 0;
			padding: 0;
		}

		.tab 
		{
			border: 1px solid #ccc;
 			border: none;
 			background-color: #9E7742;
 			float: left;
 			height: 100vh;
		}

		.tab button 
		{
			display: block;
  			background-color: inherit;
  			border: none;
  			outline: none;
  			cursor: pointer;
 			padding: 22px 16px;
  			transition: 0.3s;
  			font-family: Century Gothic, fantasy;
  			color: #FFFFFF;
  			text-align: center;
  			width: 100%;
		}

		.tab button:hover {
  			background-color: #B59468;
		}

		.tab button.active {
 			 background-color: #D7B07C;
		}

		.tabcontent 
		{
			float: left;
			display: none;
 			padding: 0px 12px;
 			border-left: none;
 			width: 70%;
 			height: 300px;
  			animation: fadeEffect 1s; /* Fading effect takes 1 second */
		}

		/* Go from zero to full opacity */
		@keyframes fadeEffect 
		{
  			from {opacity: 0;}
  			to {opacity: 1;}
		}

		#flag
		{
			border: 5px solid #9E7742;
			border-radius: 10px;
			width: 60%;
		}

		html {
    		height: 100%;
		}
		body {
		    min-height: 100%;
		}

		#jesus-with-capybara{
			border: 5px solid #9E7742;
			border-radius: 10px;
		}
		
		div#audiocontroller{
			position: relative;
			top: 47%;
			padding: 10px;
		}

		input#slider{
			-webkit-appearance: none;
			border: 4px #6e532e;
			border-radius: 10px;
			border-style: solid;
			outline: none;
			overflow: hidden;
		}

		input#slider::-webkit-slider-thumb {
		    -webkit-appearance: none;
			background: #9E7742;
			width: 15px;
			height: 15px;
			border: 6px solid #9e7742;
			border-radius: 50%;
			cursor: pointer;
			box-shadow: -407px 0 0 400px #c09456;
		}

		.container {
			width: 920px;
			height: 280px;

			position: relative;
		}

		.capybara {
			width: 84px;
			height: 84px;
			
			position:absolute;
			left: 42px;
			bottom: 22px;
			z-index: 2;

			background: url(images/game/capybara.png);
			background-size: 100%;
			background-position-x: 0px;
		}