body{
	max-width: 1920px;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	color: #005A31;
	text-align: left;
}
p{
	max-width: 1920px;
	width: 95%;
	margin: 20px auto 20px auto;
}
h1{
	font-size: 36px;
	font-weight: 700;
	color: #005A31;
	font-family: 'Roboto';
	line-height: 1.75;
	text-align: center;
	width: 90%;
	margin: 22px auto 22px auto;
}
h2{
	font-size: 27px;
	font-weight: 700;
	color: #005A31;
	font-family: 'Roboto';
	line-height: 1.75;
	text-align: center;
	width: 90%;
	margin: 18px auto 18px auto;
}
	.navbar-custom {  
    background-color: #005A31;  
}  
.navbar-brand{
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'Roboto';
}
ul.gcontents{
    margin-left: 5%;
    width: 85%;
}
ol.gcontents{
    margin-left: 5%;
    width: 85%;
}
.row{
    max-width: 1920px;
    width: 95%;
    margin: 9px auto 9px auto;
}
