body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 300;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.body {
  background-image: url('../images/semimor-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.navbar {
/*  height: 116px;
  background-color: rgba(0, 0, 0, 0.4);*/

height: 100px;
border-bottom: 1px solid#fbcc31;
}

.w-nav {
 background: none !important;
}

.nav-menu {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-weight: 200;
}
.nav-link {
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #fbcc31;
}
.nav-link.current-link {
  color: #fbcc31;
}
.header {
  height: 140px;
}
.content {
  padding: 10px 30px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.statement {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  color: white;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}
.wid-title {
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  color: #fbcc31;
  font-weight: 400;
}
.u-list {
  font-family: Lato, sans-serif;
  color: white;
  font-size: 1.2em;
  line-height: 30px;
  font-weight: 300;
}
.slide1 {
  background-image: url('../images/slide_1.jpg');
  background-size: 1000px;
  background-repeat: no-repeat;
}
.slider {
  height: 320px;
}
.arrows {
  color: #fbcc31;
}
.slide2 {
  background-image: url('../images/slide_2.jpg');
  background-size: 1000px;
  background-repeat: no-repeat;
}
.slider3 {
  background-image: url('../images/slide_3.jpg');
  background-size: 1000px;
  background-repeat: no-repeat;
}
.slide4 {
  background-image: url('../images/slide_4.jpg');
  background-size: 1000px;
  background-repeat: no-repeat;
}
.footer-wrapper {
  height: 100px;
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
.footer {
  margin-top: auto;
  margin-bottom: auto;
}
.footer-row {
  margin-top: 40px;
  margin-bottom: auto;
  color: white;
}
.copy {
  font-family: Arvo, sans-serif;
  font-weight: 400;
}
.inti-sig {
  font-family: Arvo, sans-serif;
  text-align: right;
}
.video-thumb {
  margin-top: 20px;
}
.img-ad {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
.parr-img {
  margin-bottom: 15px;
}
.list-items {
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 300;
}
.list {
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 300;
}
.first-row {
  margin-bottom: 20px;
}
.gallery-row {
  margin-top: 15px;
  margin-bottom: 20px;
}
.popup-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.70);
}
.popup-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px;
  background-color: white;
  box-shadow: black 0px -6px 25px 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pdf-link {
  display: inline-block;
  margin-top: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 15px;
}
.pdf-link:hover {
  color: #fbcc31;
}

