

* {
  padding: 0;
  margin: 0;
  font-family: 'Open sans';
  font-weight: normal;
  font-size: 1em;
}


#content {
  background-image: url(bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #444;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
}
.green {
  background: rgba(58,130,90,0.8);
  width: 100%;
  height: 100%;
-webkit-box-shadow: inset 0px 0px 300px -15px rgba(0,0,0,0.35);
-moz-box-shadow: inset 0px 0px 300px -15px rgba(0,0,0,0.35);
box-shadow: inset 0px 0px 300px -15px rgba(0,0,0,0.35);
  
}
.logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  z-index: 99;
}
.logo img {
  width: 100%;
}
.hide {
  display: none;
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0px 66%;
}
.slide:nth-child(1) {
  background-image: url(img1.png);
  background-position: center 290px;
  background-size: 106%;
}

.slide:nth-child(3) {
  background-image: url(img2.png);
  background-position: center 280px;
}
.slide:nth-child(1) .text, .slide:nth-child(3) .text  {
  text-align: right;
}
.text {
  margin: 20px auto;
  width: 83%;
}
.slide:nth-child(1) .text {
  width: 90%;
}
.slide:nth-child(2) .text {
  width: 92%;
  margin: 61px auto;
}
.cta {
  background: #b41732;
  width: 180px;
  border-radius: 8px;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin: 30px auto;
  font-size: 1.2em;
}
li {
  list-style-type: none;
}
.text img {
  width: 100%;
}