@charset "UTF-8";
/* CSS Document */


* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-style: normal;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 24px;
    letter-spacing: 5px;
    font-variant-ligatures: none;
	color: #FFFFFF;
	
	background-color: #004400;
	
    /*border-bottom-right-radius: 0px;*/
}

.textCenter {
	text-align: center;
	
}

.clearALL {
  clear: both;
}


.alignCenter {
  
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative
}
	
img {
  border: 0px;
  padding: 0px;
  max-width: 100%;
  max-height: 100%;
}
	
.logoItem {
  padding-top: 60px;
  width: 55vw;
  text-align: center;
  
  
}
	
.colBox {
	width: 100%;
	padding-top: 3%;
	padding-left: 2%;
	padding-right: 2%;
}
	
.col3 {
    width: 33.3%;
    height: auto;
	padding: 8px;
	
    float: left;
    text-align: center;

}

.textItem {
  color: #E2D969;
  font-size: 2.3vw;
  padding-top: 60px;
  padding-bottom: 120px;
  width: 80vw;
  text-align: center;
  
  
}

.textBigger {
	font-size: 3.3vw;
	color: #ffffff;
	
}

.smallText {
  color: #ffffff;
  font-size: 1.8vw;
  padding-top: 20px;
  width: 80vw;
  text-align: center;
}

.headline {
  text-align: center;
  font-size: 2.6vw;
  color: #202020;
  
  font-weight: 800;
  line-height: 1.4;
	}
	
.pageYellow {
  width: 100%;
  height: auto;
  background-color: #E2D969;;
  padding-top: 80px;
  padding-bottom: 80px;
	padding-left: 5%;
	padding-right: 5%;
 
}

.footer {
	font-size: 1.1vw;
  text-align: center;
  color: #838282;
  background-color: #000000;
  line-height: 1.1;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 5%;
  padding-right: 5%;
	
  
}



/* ———————————————————————— 600px ———————————————————————— */
@media only screen and (max-width: 800px) and (orientation: portrait) {
	
	.hide-small {
    display: none!important
  }
	
.logoItem {
  width: 92vw;
  
}
.colBox {
	width: 100%;
	padding-top: 3%;
	padding-left: 2%;
	padding-right: 2%;
}

.col3 {
    width: 100%;
	
}
	
.textItem {
  font-size: 4.3vw;
  padding-top: 60px;
  width: 95vw;
  
}
	
.textBigger {
	font-size: 5.3vw;
	color: #ffffff;
	
}
	
.smallText {
  width: 100%;
  font-size: 3.3vw;

}
	
.headline {
  
  font-size: 4.7vw;

	}
	

	
.footer {
	font-size: 2.3vw;

}




}
