/*




export const PRIMARY_COLOR = "#43A047"
export const LIGHT_COLOR = "#81C784"
export const BUTTON_PRIMARY = "#33691E"

*/

a:link {
	text-decoration: underline;
}

.logo {
	width: 256px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.site-heading {
	padding:20px 0 !important;	
}

.intro-header {
	height:200px;
	margin-bottom : 50px !important;
}

h1.title_text  
{
	color: #333333;
	font-size : 3.5em !important;
}

span.subheading {
	font-size : 1.5em !important ; 
	color: #333333;
	display:block ;
	font-weight: bold;
}

h1.title_text, span.title_text{
	/*
	color: #444444;
	text-shadow: 3px 3px #000000;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.container-white-transparent {
	/*
	background: rgb(255, 255, 255); 
    background: rgba(0, 0, 0, .3) !important;
	*/
	
}

html {
	padding:0;
	margin:0;
}

.navbutton {
	width:3em;
	background:transparent ;
	border : 0 ;
	color:white;
	padding: 1em !important;
	
}
/*
.navbutton:hover  {
	border : 0 !important;
	background-color: #33691E !important;
}

.navbutton:focus {
	border : 0 !important;
	background-color: transparent !important;
}*/