html, body { 
  width: 100%; 
  height: 100%; 
  font-family: "Times New Roman", Times, serif;
}
.cp .content-bg {
  background: url(../img/bg-cp.jpg) no-repeat center top;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 100%;
  height: 1500px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .cp .content-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.cp .banner {
  margin-top: -3.5rem;
}
.cp .jumbotron {
  background-color: transparent !important;
  z-index: -1;
}
.cp .banner {
  position: relative;
  margin-top: 7rem;
}
.logo {
  width: 120px;
  height: 120px;
  margin: 2rem 0 5rem 0;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 575px) {
  .logo {
    margin-bottom: 10rem;
  }
}
.cp h1, a, a:hover, a:visited {
  font-size: 50px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fdb42c;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .cp h1 {
    margin-top: 2rem;
    font-size: 35px;
  }
}
.cp h2 {
  font-size: 50px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .cp h2 {
    font-size: 35px;
  }
}
.cp h3.desktop-verse {
  color: #feed91;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: normal;
  text-align: center;
  font-style: italic;
  margin-top: 1.5rem;
}
.cp h3.mobile-verse {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cp h3.desktop-verse {
    display: none;
  }
  .cp h3.mobile-verse {
    font-size: 22px;
    color: #feed91;
    font-weight: 900;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: normal;
    text-align: center;
    font-style: italic;
    margin-top: 1.5rem;
    display: block;
  }
}
h4 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #2e7ade;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.23rem;
  letter-spacing: normal;
  text-align: center;
  margin: 3rem 0 0 0;
}
@media only screen and (max-width: 1199px) {
 h4 {
     font-size: 22px;
     color: #fff;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     line-height: 2rem;
   }
}
.embed-responsive {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 600px;
  width: 100%;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 374px) {
  .embed-responsive {
    margin-top: 2rem;
    height: 193px;
    margin: 1rem;
  }
}
@media only screen and (min-width: 375px) and (max-width: 575px) {
  .embed-responsive {
    margin-top: 2rem;
    height: 293px;
    margin: 1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .embed-responsive {
    margin-top: 2rem;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .embed-responsive {
    margin-top: 2rem;
    height: 450px;
  }
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #0984e3 !important;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 100%;
  height: 5rem;
  border-radius: 1.5rem;
  font-size: 1.2rem;
  border: none;
  margin-bottom: 2rem;
  transition: 0.1s;
}
.btn-primary:hover {
  background-color: #1f6bcf !important;
  border: none;
  font-size: 1.3rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.lang-1 {
  margin: 4rem 0 4rem 0;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .hidden-btn {
    display: none;
  }
}

.footer-links a {
  padding: 15px;
  font-size: 20px;
}

.footer-links {
  position: relative;
  width: 100%;
  bottom: 0;
}

.cp .full-height {
  height: 100%;
}