@font-face {
	font-family: "gee";
	src: url(https://files.persona.co/31025/agipo_regular_extended--1-.woff);
}


*{margin:0;}
body {
	font-family: "gee", sans-serif;
    font-size:16px;
	background-color: #336D5C;
	width: 100%;
}
.center {position:absolute;
	top:45%;
	left:50%;
	transform: translate(-50%, -50%);}

.info {
	position:relative;
	top:100%;
	width:100;
	padding:60px;
}

.back {
	z-index:99;
	display:block;
	position:relative;
	background-color: #BD6528;
	width:100%;
	left:0;
	padding: 30px 0;
}

input {
  height: 40px;
  width: 85%;
	background: none;
	border: none;
	border-bottom: 1px solid #BD6528;
}

#ss-submits {
    display: block;
  width:100%;
  margin: 0.5rem auto;
  padding: 0.75rem 30px;
	font-size: 16px;
	font-family: 'gee';
	cursor: pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
  text-transform: uppercase;
  color: #326054;
  border: none;
  border-radius: 0;
  background: #BD6528;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  
}




h1 {
		color:#336D5C;
	font-size: 16px;
	cursor: pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
	margin:2px;

}

h2 {
	color:#BD6528;
	font-size: 16px;
	cursor: pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
	margin:2px;

}
.quantumWizTextinputPaperinputInput, .exportInput h3 {
	font-size: 16px;
	cursor: pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
	margin:2px;

}

h3 {
	font-size: 16px;
	cursor: pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
	margin:2px;

}

.quantumWizTextinputPaperinputInput, .exportInput, h3 span:nth-child(1n) {
	color: #CFE4DF;
	
}

.quantumWizTextinputPaperinputInput, .exportInput, h3 span:nth-child(2n) {
	color:  #F2E1DC;
}
.quantumWizTextinputPaperinputInput, .exportInput, h3 span:nth-child(3n) {
	color:  #F4DAC3;
}
h1 span {
	transition: color 9s;
}

h1 span:hover {
	transition: color 0s;
}

h1 span:nth-child(1n):hover {
	color: #CFE4DF;
	
}

h1 span:nth-child(2n):hover {
	color:  #F2E1DC;
}
h1 span:nth-child(3n):hover {
	color:  #F4DAC3;
}
.arrow {
	position:absolute;
	top:90%;
	left:50%;
	transform: translate(-50%, -50%);
}
.wrap {width:100%;}
#leftside-nav {
  position: fixed;
  width: 50%;
  left: 0%;
  top: 0%;
  height:100%;
  overflow-y: scroll;
  background-color: #BD6528;
}

#rightside-nav {
  position: fixed;
  width: 50%;
  right: 0%;
  top: 0%;
  height:100%;
  overflow-y: scroll;
  background-color: #326054;
}

@media (min-width: 800px) {
	
	.mobile-only{ display:none;}
	.desktop-only{ display:block;}
}

@media (max-width: 800px) {
	
	.mobile-only{display:block;} 
	.desktop-only{ display:none;}
	

 #rightside-nav { 
  width: 100%;
	 top:0%;
	 left: 0%;
	 margin:0;
	 padding: 0;
	 position:absolute !important;
	}
.info {
	padding:10px;
	top:70%;
	 
	}
}
	
	
.tooltip {
    text-decoration:none;
    position:relative;
}
.tooltip span {
    display:none;
    text-align: center;
}

.tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    text-align: center;
}


	span {
  position:relative;
}
span[data-tooltip]:before {
  position: absolute;
  left: 0;
  top: -20px;
  background-color:none;
  color: #ffffff;
  height: 80px;
  font-size:50px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 15px;
  content: attr(data-tooltip);
  white-space: nowrap;
  display: none;
}
    span[data-tooltip]:after {
    position: absolute;
    left: 20px;
    top: -10px;
     background: none;
    content: "";
    display: none;
    }
    span[data-tooltip]:hover:after, span[data-tooltip]:hover:before {
    display: block;
    }

