body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	background-color: #f4f4f4;
}

.topStyle{
	position:fixed;
	top: 0;
	width:100%;
	z-index:0;
	background: white;
	color: black;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #43A047 8px solid;
}


.content{background-color: #f4f4f4;margin:auto;}

.general{width:85%;margin:auto}

.sections{padding-top: 64px; line-height: 2}

.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
}
header a{
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}
@media(max-width: 795px) {
    header li {
        visibility: hidden;
        display: none;
    }
}
@media(min-width: 795px){
	.smallMenu{
		visibility: hidden;
		display: none;
	}
}
header #companyName{
	float: left;
}
header #companyName h1{
	margin: 0;
}
header nav{
	float: right;
	margin-top: 10px;
}
header .current a{
	color: black;
	font-weight: bold;
}
header a:hover{
	color: #cccccc;
	font-weight: bold;
}
.dropDownList{
	display: block;
	position:fixed;
	width: 100%;
	top: 0;
	margin-top: 108px;
}
.navigationClass{
	padding:8px 16px;
	float:left;
	border:none;
	display:inline-block;
	outline:0;
	width:100%;
	background-color:#ccc;
	color:#000;
	text-decoration:none;
	overflow:hidden;
	white-space:normal;
}
.navigationClass:hover{
	background-color: #000;
	color: #fff;
}
.listMenu{
	display: none;
}
h2{margin-top: 50px; font-size: 30px;}

.explenation{
	margin-top: 55px;
	float: left;
	width: 45%;
	font-size: 20px;
	text-align: right;
}
.pictureBig{
	float: right;
	max-width:50%;
}
.pictureSmall{
	max-width:100%;
}

@media(max-width: 700px) {
    .pictureBig {
        visibility: hidden;
        height: 0;
    }
    .explenation{
    	width: 100%;
    }
}

.testclass{clear: both;}

@media(min-width: 700px) {
    .pictureSmall {
        visibility: hidden;
        height: 0;
    }
}

.explenationR{
	float: right;
	width: 40%;
	font-size: 20px;
	margin-top: 55px;
}
.pictureBigR{
	float: left;
	max-width:50%;
}
.pictureSmallR{
	max-width:100%;
}

@media(max-width: 700px) {
    .pictureBigR {
        visibility: hidden;
        height: 0;
    }
    .explenationR{
    	width: 100%;
    }
}

@media(min-width: 700px) {
    .pictureSmallR {
        visibility: hidden;
        height: 0;
    }
}


footer{
	background-color: white;
	padding: 20px;
	border-top: #43A047 8px solid;
	margin-top: 40px;
	bottom: 0%;
}

footer li{
	list-style-type: none;
}

footer a{
	color: #9E9E9E;
	font-size: 12px;
	padding: 20px;
	margin: 0px;
	margin-left: 45px;
	text-decoration: none;
}

footer p{
	color: black;
	padding: 15px;
	margin: 0;
	margin-left: 20px;
	text-decoration: none;
}

footer a:hover{
	color: black;
}

@media(max-width: 1000px) {
    .news{
		background-color: #E8F5E9;
		width: 100%;
		margin: auto;
	}
}

@media(min-width: 1000px) {
    .news{
		background-color: #E8F5E9;
		width: 70%;
		margin: auto;
	}
}

.news p{
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.news h2{
	padding-left: 30px;
	font-size: 20px;
	padding-top: 5px;
	background-color: #43A047;
}
.newsTitle {
	font-size: 40px;
	text-align: center;
}
.centerNews{
	text-align: center;
}
.navigationClass{
	margin: 10px;
}