@media all and (max-width: 400px) and (min-width: 50px) {
    
	h2, h3 {
	    font-size: 200% !important;
	} 

	h1{
	    font-size: 275% !important;
	}	 
	    
}

@font-face {
	font-family: "Aller";
	src: url("aller_bd.ttf");
}

body {
  font-family: "Aller", sans-serif;
}



.container {
	width: 100% !important;
}

.divider {
    height:50px;
}

section {
    height:500px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
	width: 100% !important;
}

.affix-top,.affix-bottom {
    width:100%;
    position:fixed;
    display:block;
}
  
.affix {
    display:none;
}



.bg-1 {
	background: url('../img/abacus.jpg') no-repeat center center fixed;
    color:#f4f4f4;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    background-size: cover;
}
  
.bg-2 {
	background: url('../img/leaf.jpg') no-repeat top center fixed;
    color:#f4f4f4;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    background-size: cover;
	
}

.bg-3 {
	background: url('../img/gears.jpg') no-repeat bottom center fixed;
    /*
	color:#f4f4f4;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	*/
    background-size: cover;
}

#footer {
    height: 60px;
    background-color:#585858;
    padding-top:20px;
    padding-bottom:20px;
}

#footer a {
  color:#efefef;
}

.navlogo {
	height: 100px;
}

h1 {
	font-size: 5em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 3.5em;
}

p {
	color:#fff;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.gt_gradient {

background: #EFEFBB;
background: -webkit-linear-gradient(to left, #EFEFBB , #D4D3DD); 
background: linear-gradient(to left, #EFEFBB , #D4D3DD); 

}

a, a:hover, a:visited {
	color: #9BCA94;
}

.hoverhand:hover {
	cursor: help;   
}

.samplework_div {
	font-size: 2em;
	background-color: white;
	margin: auto;
	border: 1px solid black;
	max-width: 600px;
}

.panel {
	 opacity: 0.95;
}
