body {
	font-family: Lato;
	font-size: 32px;
	background-color: #CCE5E2;
	text-align: center;
	margin: 0;
	color: #555451;
	display: none;
}
form {
	margin:0;
}
input,button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
h1, h2, h3, .title, .queue {
	font-family: Montserrat;
	font-weight: normal;
}
.transparent {
	opacity: 0;
}
a {
	text-decoration: none;
	color: inherit;
}

.queue {
	color: #D35E00; /*orange*/
	position: relative;
	vertical-align: top;
}
#text{
	position: relative;
}
img.Q {
	height: 1.2em;
	position: absolute;
	left: -1.3em;
	top: -.8em;
}

/*.logo {
	position: absolute;
	margin: 0 auto;
	top: 25%;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 1s;
	font-size: 40px;
}*/

/*#overlay {
	-webkit-transition: height 1s;
	transition: height 1s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
#overlay.moved {
	height: 200px;
	cursor: pointer;
}*/
/*#content {
	position: fixed;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 10px;
}*/

/*#overlay.asking .logo
{
	opacity: 1;
}*/
/*.finished img.Q {
	opacity: 1;
}*/
.to-do-list {
	background-color: #E5C411; 
	padding: 3px;
	margin: 1px;
	border-radius: 5px;
}
.personal-assistant {
	background-color: #E5C411; 
	padding: 3px;
	border-radius: 2px;
}
.chief-of-staff {
	background-color: #E5C411; 
	padding: 3px;
	border-radius: 2px;
}
/*#overlay.asking .buttons {
	opacity: 1;
}
#overlay .get-email {
	position: absolute;
	bottom: 50%;
}*/
span.button {
	font-size: 16px;
	/*font-size: 50%;*/
	color: #555451; /*gray*/
	background-color: #FFFDF3; /*offwhite*/ 
	border: 3px solid #555451; /*gray*/
	padding: 10px 20px;
	width: 130px;
	display: inline-block;
}
span.button:hover {
	color: #FFFDF3; /*offwhite*/ 
	background-color: #555451; /*gray*/
}
/*@media screen and (min-width: 641px){*/
	a:first-of-type .button{
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		border-right-style: none;
	}
	a:last-of-type .button{
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-left-style: none;
	}
/*}*/
@media screen and (max-width: 640px){
	#text {
		font-size: 6.25vw;
	}
	#overlay.moved {
		height: 30vw;
	}
	#content {
		top: 30vw;
	}
	.button > div {
		margin-bottom: 20px;
	}
	span.button {
		padding: 10px 20px;
		width: auto;
	}
/*	span.button {
		display: block;
		margin: 0 auto;
	}
	span.button:first-of-type {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom-style: none;
	}
	span.button:last-of-type {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-top-style: none;
	}
*/}
@media screen and (max-width: 288px){
	span.button {
		padding: 10px 10px;
	}
}

/*#skip {
	animation: fadeIn 1s reverse both paused;
}*/
.back {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2000;
	opacity: 0;
	transition: opacity .5s;
	font-size: 16px;
}
#overlay.moved .back {
	opacity: 1;
}

#overlay.moved .skip, #overlay.asking .skip {
	opacity: 0;
}
.how {
	color: #D35E00; /*orange*/
	font-size: 24px;
}
p.sign-up {
	color: #D35E00; /*orange*/
	font-size: 24px;
}
.panes {
	margin-bottom: 60px;
	position: relative;
}
.pane {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	background-color: #FFFDF3; /*offwhite*/ 
 	padding: 0px 30px;
 	box-sizing: border-box;
	max-width: 360px;
	width: 100%;
	transition: max-height .5s ease-in;
	overflow: hidden;
	margin: 0px;
	position: relative;
	z-index: 100;
}
.pane h3 {
	font-size: 20px;
	margin: 10px 0;
}
.pane p {
	color: #555451; /*gray*/
	font-size: 15px;
	opacity: 1;
}
.get-email {
	width: 100%;
	font-size: 16px;
	color: #555451; /*gray*/
	position: relative;
	margin: 10px 0;
}
.get-email span {
	display: inline-block;
	position: relative;
}
.get-email .confirm {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #D35E00;
	color: #FFFDF3;
	border-radius: 3px;
	font-size: 24px;
	padding: 8px 3px;
	box-sizing: border-box;
	display: none;
}
input[type="text"] {
	font-size: 24px;
	color: #555451; /*gray*/
	padding: 5px;
	/*margin: 10px 0;*/
	text-align: center;
	border: 3px solid #D35E00; /*orange*/
	border-radius: 3px;
	background-color: #FFFDF3; /*offwhite*/ 
	width: 489px;
}
input[type="submit"] {
	font-size: 24px;
	padding: 8px 3px;
	/*padding-top: 8px;*/
	line-height: 1.2em;
	font-weight: bold;
	background-color: #D35E00; /*orange*/
	color: white;
	border: none;
	border-radius: 3px;
	min-width: 118px;
}
input:focus{
	outline: none;
}
.contact {
	padding-top: 20px;
	font-size: 16px;
}
.contact a{
	text-decoration: underline;
}
.copyright {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}
.links {
/*	position: fixed;
	z-index: 2000;
	top: 0;
	right: 10px;*/
}
.links a {
	text-decoration: none;
	color: #555451; /*gray*/
	font-size: 18px;
}
@media screen and (max-width: 620px){
	.get-email > span {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.get-email > span > * {
		display: block;
		width: 100%;
		max-width: 500px;
		text-align: center;
		margin: 10px auto;
	}
}

#content.work .chat.work {
	display: block;
}
#content.school .chat.school {
	display: block;
}
#content.life .chat.life {
	display: block;
}
.how {
	/*display: none;*/
}
#content.work .how.work {
	display: block;
}
#content.school .how.school {
	display: block;
}
#content.life .how.life {
	display: block;
}
.for-x {
	color: #555451;
}
.links {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */      
}
i.icon-facebook {
	position: relative;
	top: -1px
}



#text .fixed-height {
	position: relative;
}
#text > span {
	vertical-align: top;
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}
@-webkit-keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}
.fade-me-out {
	-webkit-animation: fadeOut 1s ease both;
	animation: fadeOut 1s ease both;
}



@keyframes scroller2 {
    0%  {left:0px;}
    10% {left:-100%;}
    33% {left:-100%;}
    43% {left:-200%;}
    66% {left:-200%;}
    76% {left:-300%;}
    100% {left:-300%;}
}
@-webkit-keyframes scroller2 {
    0%  {left:0px;}
    10% {left:-100%;}
    33% {left:-100%;}
    43% {left:-200%;}
    66% {left:-200%;}
    76% {left:-300%;}
    100% {left:-300%;}
}
.scroller2 .scroller > span {
	position: relative;
    -webkit-animation: scroller2 12s ease 2s infinite both;
    	    animation: scroller2 12s ease 2s infinite both;
}
.scroller2 {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 1s;
}
#overlay.asking .scroller2
,#overlay.moved .scroller2
{
	opacity: 1;
}
#overlay .scroller2 .scroller > span {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
#overlay.asking .scroller2 .scroller > span
,#overlay.moved .scroller2 .scroller > span
{
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.scroller2 {
	font-size: 40px;
}
.scroller2 > * {
	margin: 3px 10%;
}
.scroller2 .item {
	float: none;
	display: inline-block;
}
.scroller2 > .scroller {
	width: 720px;
}
.scroller2 > .scroller > span > div {
	width: 720px;
	display: inline-block;
	vertical-align: middle;
}
.scroller2 .item {
	margin: 1px 10px;
}
@media screen and (max-width: 900px){
	.scroller2 {
		margin-top: -2em;
	}
	.scroller2 > * {
		/*font-size: 4.4444vw;*/
		margin: 3px 10%;
	}
	.scroller2 > .scroller {
		width: 80vw;
		height: auto;
	}
	.scroller2 > .scroller > span > div {
		width: 80vw;
		white-space: normal;
	}
	#overlay.moved {
		height: 50vw;
	}
	#content {
		top: 50vw;
	}
}
@media screen and (max-width: 600px){
	.scroller2 {
		font-size: 6.6667vw;
	}
}