
@font-face {
	font-family: futuraheavy;
	src: url('fonts/futuraheavy.ttf') format('truetype');
}

body {
	background-color: #eee;
	padding-bottom: 0;	
	margin-bottom: 0;
	font-weight:bold;
	font-family: sans-serif, helvetica, arial;
}

h1 {
	font-size: 3.5em;	
	font-weight:normal;
	font-family: futuraheavy;
}

h2 {
	font-size: 1.7em;
	font-weight:bold;
}
h3{
	font-size: 1.5em;
	font-weight:bold;		
}
h4 {
	font-size: 1.2em;
	font-weight:bold;		
}

.container {
	max-width: 1020px;
}

.center {
	text-align: center;
}
.clear {
	clear: both;
	padding: 0 !important;
}
.hidden {
	display:none;

}
.whitehead {
	width:100%;
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 100px;
	padding:5px 0;
}

#gclogo{
	height: 125px;
    margin: 5% 10%;
}

.social {
    margin: 20px 10px -10px 10px;
}


#gcname {
	font-size: 3.5em;
	font-weight: bold;	
}
#conn {
	letter-spacing: -2px;
}

#titlego {
	color: #78c493;
}
#titleconnect {
	color: #57585A;
}

#headertext {
    text-align: center;
    margin: 1% 0 0 0;
    width: 69%;
    font-family: sans-serif;
    font-weight: bolder;
}    

#slogantext {
    max-width: 420px;
    margin: auto;
}

#sloganfont {
	font-weight: normal;
}

#sloganlink {
   color: #57585A; 
   text-decoration: none;
   cursor: pointer;
   font-weight: bold;
}
#sloganlink:hover {
   color: #78c493; 
   text-decoration: none;
   cursor: pointer;
   font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
    color: black; 
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: rgba(255, 255, 255, 0.8); 
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.footer a:hover {
	color: #78c493; 
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.menubar {
	width:100%;
	background-color: #57585A;
}
#idmenubar {
	padding: 0;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
    overflow: hidden;
    background-color: #57585A;    
    font-weight: bold;
}

.menuli {
    float: left;
    /*border-right: 1px solid #bbb;*/
}

.menuli a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
    font-style: normal;
}

.menuli a:hover {
    background-color: #78c493; 
    color:rgba(255, 255, 255, 0.8);
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
}

.menuli:last-child {
    border-right: none;
}


.first {
	margin: 30px 0;
}

.banner {
	margin-top:25px;	
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}

#banner p{
	font-weight:bolder;
	border-radius: 45px;
	margin:25px 15px 15px 15px;
	text-align: center;
	font-size: 1.5em; 
	background-color: rgba(255, 255, 255, 0.8);
}

.col-sm-6 div{
	padding: 2% 4% 2% 4%;
}
.col-sm-12 div{
	padding: 2% 2% 1% 2%;
}

#homeintro {
	margin:25px 0;
}

.box {
	margin: 25px 0 0 0;
	padding:2% 8% 10% 8%;
	border-radius: 5px;
	background-color:#78c493;
}
.textbox {
	padding:2% 2% 1% 2%;
	border-radius: 5px;
	margin: 25px 0 0 0;
	font-weight: bold;
}
.green {		
	background-color:#77dd77;
}
.red {	
	background-color:#ff6961;
}
.yellow {	
	background-color:#fdfd96;
}
.blue {	
	background-color:#779ecb;
}
.white {
	background-color:rgba(255, 255, 255, 0.8);
}
.goleft {
	float: left;
}
.goright {
	float: right; 
}

.thumbnail {
	margin-top: 5px;
}
.readmore {
	font-size: 1.3em;
	color: black;
}

.middle {
	text-align: center;
}
.imagerow {
	width:22%;
	margin: 1%;
}

.fullwidth {
	width: 100%;
}


.premap {
	min-height: 140px;
	padding:3% 3% 1% 3%;
}
#miniconnect {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

#greengo {
	color:#78c493;
	font-weight: bold;
	font-family: futuraheavy;
}
#blackconnect {
	color: #57585A;
	font-weight: bold;
	font-family: futuraheavy;
}
.mapbox {
    height: 400px;
}
.map {
    padding: 10px;
    height: 100%;
    width: 100%;
}
#expression a:link, #expression a:hover, #expression a:active, #expression a:visited {
	color:#78c493;
}

.policylink a:link, .policylink a:hover, .policylink a:active, .policylink a:visited {
	color:#78c493;
}

.teamcontact a:link, .teamcontact a:hover, .teamcontact a:active, .teamcontact a:visited {
	color:#78c493;
	text-decoration: underline;
	font-size: larger;
}


.footer {
	min-height: 200px;
	background-color: #57585A;
	padding-top: 10px;
	text-align: center;	
	color: rgba(255, 255, 255, 0.8);
}
.footer h3 {
	color: #78c493;
}

.footerlinks {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#footerlogo {
	margin-top: 10px;
}

.realwhite {
    background-color: white;
}
.partner {
    padding: 1% 3% 1% 3%;
    border-radius: 5px;
    margin: 25px 0 0 0;
}
.digitalcourse {
    padding: 5%;
    border-radius: 5px;
    margin: 25px 0 0 0;
}

.margin20 {
	margin: 20px;
}

.profile {
	margin: 20px;
}

.projectbox {
	background-color: #78c493;
}

.projectimage {
	margin:10px 20px;
}
.deliverypartners {
	padding: 0 !important;
}
.partnerlogo {
	margin: 10px 10px 10px 0;
}