*{
	-web-kit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', Helvetica;
	line-height: 1.5em;
}

h1{
	text-align: center;
}

a{
	color:inherit;
    text-decoration: none;	
}

#menu span{
	line-height: 3em;
	font-size: 1.5em;
}

#

#menu{
	padding-top: 4em;
	padding-left: 2em;
	padding-right: 2em;
}

#results{
	display: none;
	position: relative;
}

.figure.work{
    height: 40px;
    	margin-left: 0.1em;
	margin-right: 0.1em;
}

select {
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    /*background: transparent;*/
    color:#1b8480;
    border:none;
    outline:none;
    display: inline-block;
    /*-webkit-appearance:none;*/
    /*-moz-appearance:none;*/
    /*appearance:none;*/
    cursor:pointer;
    font-weight: 300;
    font-size: 25px;
    padding-left: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.box {
	position: relative;
	margin-top: 0.5em;
	width: 8em;
	height: auto;
    overflow: hidden;
	/*background: url(../img/arrow.png) no-repeat right;*/
    text-align: left;
    padding-left: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: -0.5em;
    border-bottom: dashed 2px black;
    line-height: -10px;
  	cursor: pointer;
  	text-align: center;
}

h1{

}

.window{
	color: #1b8480;
	height: auto;
	width: 100%;
	height: 800px;
	background-color: #ECF0F1;
	text-align: center;
	font-size: 30px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4em;
}


a#hyperlink:hover{
     color:#66d1c9;
}

#source:hover{
     color:#66d1c9;
}

a#source{
    color:inherit;
    text-decoration: none;
}

#source{
	font-size: 20px;
}
#tweet{
    position: absolute;
    bottom: 2em;
    left: 20px;
}

#tweet img{
    height: 40px;
    vertical-align: middle;
}

#reset {
	width: 50px;
	height: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	fill:#1b8480;
	cursor: pointer;
}

#reset:hover{
	fill:#66d1c9;
}

#submit{
	width: 5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	border-radius: 5px;
	color: white;
	padding:15px;
	cursor: pointer;
	background-color: #1b8480;

}

#source{
	font-size: 18px;
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-align: left;
	padding-right: 3em;
}

#commentary {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right:20px;
}

#submit:hover{
	background-color: #66d1c9;

}

.window{
	position: relative;
}

.figure{
	height: 45px;
	margin-left: 0.4em;
	margin-right: 0.4em;
	margin-bottom: 0.1em;
	display: inline-block;
}

#visual{
	padding-left: 20px;
	padding-right:20px;
}

.fadeInY {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 100s;
  -webkit-animation-iteration-count: 2;
}
#commentary {
	color: #2C3E50;

}
#commentary .highlight{
	color: #1b8480;
	
}

#back{

}

@media (max-width: 720px){

	*{
		line-height: 1.5em;
	}

	#menu span{
		font-size: 1.2em;
		line-height: 2.5em;
	}

	.figure{
		height: 35px;
		margin-left: 0.3em ;
		margin-right: 0.3em;
		margin-top: -10px;
	}

	.figure.work{
		height: 40px;
		margin-left: 0 ;
		margin-right: 0;
		margin-top: -10px;
	}
	.window{
		padding-top: 5px;
	}

	#visual{
		padding-left: 10px;
		padding-right:10px;
	}

	#commentary {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
		padding-right:10px;
		font-size: 0.7em;
	}

	#menu{
		padding-top: 2em;
		padding-left: 1em;
	padding-right: 1em;
	}
}

@media (max-width: 850px){

	#commentary {
		margin-top: 5px;
		font-size: 0.9em;
	}

	.window{
		padding-top: 20px;
	}

	#visual{
		padding-left: 5px;
		padding-right:5px;
	}

}

@media (max-width: 600px){

	#menu span{
		line-height: 2.1em;
		font-size: 1.2em;
	}

	.figure{
		height: 30px;
		margin-left: 0.2em ;
		margin-right: 0.2em;
		margin-top: -10px;
	}
}

@media (max-width: 400px){

	#commentary {
		margin-top: 3px;
		font-size: 0.7em;
		line-height: 0.8em;
	}

	.figure.work{
		height: 25px;
	}

	.figure{
		height: 25px;
		margin-left: 0.1em ;
		margin-right: 0.1em;
	}

	#tweet{
	    position: relative;
	    margin-right: auto;
	    margin-left: auto;
	    bottom: 0;
	    left: 0;
	    margin-top: 0.5em;
	}

	#menu span{
		line-height: 2em;
		font-size: 1em;
	}
}

