/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


.container p {font-size: 1.5em;}

/*i {
	font-size: 2em;
	width: 50px;
}*/
#gen div:nth-child(even) i {
	/*color: deepskyblue;*/
}
#gen div i {
	/*color: deepskyblue;*/
	color: #555;
}
span {
	font-size: 1.0em;
}

#gen div {margin-bottom: 2em;}

#gotoTop {
	font-size: 2em;
	padding: 0 10px;
	background-color: silver;
	color: #fff;
}



/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #1ABC9C; }



