/*
 * Globals
 */
 
a,
a:focus,
a:hover { 
    color: inherit;
    text-align: center;
} 

.mapwrapper {
    position: relative;
    overflow: hidden;
}

.mapdiv {
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

.menu-img {
   text-align: center;
}

.menu-img-size {
    width: 150px;
    height: auto;
}

.module {
    position: relative;
	background: #fff;
	padding: 80px 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, "Lucida Grande", sans-serif; 
}

.module-title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, "Lucida Grande", sans-serif; 
	margin: 0 0 18px;
}

#home {
    position: relative;
    background-image: url("../../img/bgimage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#textbackground {
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    
    height: 100%;
    left: 20%;
    right: 20%;
    top: 0;
    bottom: 0;
}

#homecontent {
    position: relative;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
}

.module-dark {
	position: relative;
	background: #275F44;
	padding: 80px 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, "Lucida Grande", sans-serif; 
	margin: 0 0 18px;
}

.navbar {
    /*background-color: #6ca872;*/
    background-color: #275F44;
    border-color: #000;
}

.nav li a {
    color: #fff;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, "Lucida Grande", sans-serif; 
	margin: 0 0 20px;
    color: #000;
}

h2 {
	font-size: 48px;
	margin: 0 0 18px;
}

h3 {
	font-size: 40px;
	margin: 0 0 15px;
}

h4 {
	font-size: 20px;
	margin: 0 0 10px;
}

h5 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 8px;
}

h6 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px;
} 

table {
    padding-top: 0px;
}

p, table {
    color: #000;
}