html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

img {
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    img {
      margin-bottom: 0; } }

.info {
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden; }

.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(230, 230, 230, 0.15); }

.text {
  padding-top: 26vh; }
  @media (max-width: 991px) {
    .text {
      padding-top: 18vh; } }

.btn {
  background-color: #004d80;
  padding: 16px 40px;
  letter-spacing: 2px;
  font-size: 21px;
  font-weight: 500;
  border: 1px solid #004d80;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 12px;
  border-radius: 4px; }
  @media (max-width: 768px) {
    .btn {
      font-size: 18px; } }

.btn:hover {
  color: #fff;
  background-color: #003d66;
  border-color: #003d66;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.18); }

h1 {
  font-weight: 600;
  letter-spacing: 1px; }
  @media (max-width: 550px) {
    h1 {
      margin-top: 30px;
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 0; } }

.footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0; }
  @media (max-width: 991px) {
    .footer {
      position: relative;
      margin-top: 80px; } }

/*# sourceMappingURL=style.css.map */
