@charset "UTF-8";
/* Code for Alchemini site */
/* design by Corbin Davenport */

/* Import fonts from Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Economica:400,700);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);

body,td,th {
	font-family: 'Noto Sans', sans-serif;
	color: #006c00;
}
body {
	background-color: #d2fad2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}
a {
	color:#FFF;
}
#titlebar {
	background-color: #009800;
	border-bottom: 1px solid #007000;
	height:20px;
	padding:10px;
	padding-bottom:15px;
	text-align:center;
}
#titlebar a {
	padding-right:10%;
	font-size:24px;
	font-family: 'Economica', sans-serif;
	text-shadow:-1px -1px #000b00;
}
#titlebar a:visited, #titlebar a:active {
	color: #FFF;
}
#titlebar a:hover{
	color: #007000;
}
#titlebar a:last-child {
	padding-right:0px;
}
.active {
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited,a:active {
	text-decoration: none;
	color: #004500;
}
a:hover {
	text-decoration: underline;
	color: #006c00;
}
#content {
	position:absolute;
	left:5%;
	right:5%;
	bottom:5%;
	top:80px;
	font-size:24px;
	padding:2%;
	overflow:auto;
}
#social-container {
	margin-top:10%;
}
#social-container a {
	padding-right:10%;
}
#social-container a:last-child {
	padding-right:0px;
}
#footer {
 	vertical-align:bottom;
}
.footer-img {
	display:inline-block;
	width:450px;
	height:120px;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border:0;
}
::-webkit-scrollbar-track:hover {
    border:0;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#7E7E7E;
}
h1,h2,h3,h4,h5,h6,.headline  {
	font-family: 'Economica', sans-serif !important;
}
/* code for blog */
.headline {
	font-size:36px;
}
ul,il {
	list-style-type: none;
}
/* special styles for Twitter widget */
.twtr-scroll .twtr-timeline {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
