body {
  background-color: black;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  display: block;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: white;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.tophalf {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: white;
  text-align: center;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.scaledimg {
  width: 80%;
}
.contain {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 20px;
}
.bottomhalf {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  border-top: 20px solid #dbe11d;
}
.intor {
  text-align: right;
  margin-top: auto;
  color: white;
  font-size: 21px;
}
.intor a {
	color: #FFF;
	text-decoration: none;
}
.floatleft {
  width: 50%;
  float: left;
}
.bottomcontain {
  margin-top: 43px;
}
.content {
  line-height: 35px;
}
.linkcolor {
  display: inline-block;
  padding: 9px 15px;
  background-color: #dbe11d;
  color: black;
  line-height: 20px;
  text-decoration: none;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}