.mb2 {
    margin-bottom: 2px
}
.mb5 {
    margin-bottom: 5px
}


.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mt2 {
    margin-top: 2px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-bottom: 60px
}
.mt70 {
    margin-bottom: 70px
}
.mt80 {
    margin-bottom: 80px
}
.mt90 {
    margin-bottom: 90px
}
.mt100 {
    margin-bottom: 100px
}
.mainbar {
  background: #279351;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  min-height: 80px;
}
.mainbar .text{
	color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;

}
@media (max-width: 600px){
	.mainbar .text{
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-top:5px;
}
} 
.footer {
  background: #279351;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 28px 0;
  min-height: 80px;
  margin-top:20px;
  color:white;
}
.footer .copy{
	color:#fff;
	font-size:14px;
	margin-top:10px;
	float: right;
}
.mainbar a{
	color:#f7dd77;
	text-decoration: underline;
}