.header__logo--main {
            width: 7.6em!important;
      }
      
     h1, h2 {
  font-size: 45px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 20px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
p {
  font-size: 18px;
  font-weight:300;
}
a {
  font-size: 18px;
}
.wrapper {
  position:relative;
  height:100%;
  margin:0 auto;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
}
      
/************************************************************************************
mann-top
************************************************************************************/
#mann-top {
  color: white;
  background: #1C1C1C;
  position: relative;
  padding-top: 20px;
}
#mann-top .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#mann-top .wrapper {
}
#mann-top .left {
  max-width: 570px;
}
#mann-top .right {
  max-width: 570px;
  margin: 0px 20px;
  text-align: right;
}
#mann-top .green {
  color: #2DDB34;
}
#mann-top h2 {
  margin: 0px;
  padding: 0px;
}
#mann-top .date-time {
  position: relative;
}
#mann-top .date-time img {
  position: absolute;
  left: -40px;
  top: 8px;
}
#mann-top .date-time .date {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}
#mann-top .date-time .time {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}
#mann-top .date-time .gps {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
}
#mann-top h1 {
  line-height: 64px;
  font-size: 64px;
  position: relative;
  margin-top: 150px;
}
#mann-top h1 img {
  animation: h1mann 4s infinite linear;
  position: absolute;
  width: 130px;
  right: -10px;
  top: 56px;
}
@keyframes h1mann {
  0% {
	transform: rotate(-13deg);
  }
  60% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(-13deg);
  }
}
#mann-top h5 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 300;
}
#mann-top h3 {
  font-size: 24px;
  margin: 0px;
}
#mann-top h2 {
  font-size: 36px;
}
#mann-top .right img {
  transition: .5s;
  filter: grayscale(0);
  position: relative;
}
#mann-top .right img:hover {
  transition: .5s;
  filter: grayscale(1);
}
#mann-top .right {
  max-width: 570px;
  margin: 0px 20px;
  text-align: right;
}
#mann-top .green-a {
  background: #2DDB34;
  color: #1C1C1C;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px;
}
#mann-top .white-a {
  background: #FFFFFF;
  color: #1C1C1C;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px;
}
#mann-top a:hover {
  box-shadow: 0px 0px 25px #2DDB34;
  transition: .5s;
}
@media screen and (max-width: 600px) {
  #mann-top h1 {
	line-height: 44px;
	font-size: 44px;
	margin-top: 50px;
	margin-bottom: 60px;
  }
  #mann-top h1 img {
	width: 90px;
	left: -10px;
	top: 85px;
  }
}
@media screen and (max-width: 1175px) {
  #mann-top .right {
	display: none;
  }
}
@media screen and (max-width: 1250px) {
  #mann-top .date-time img {
	display: none;
  }
}
      
#call {
      padding: 20px 0px;
    background: #1C1C1C;
    color: white;
      }
#cal {
  color: white;
    font-weight: 900;
    font-size: 23px;
      }
      
#call p {
      margin-top: 0px;
      }