html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .en-title {
    position: absolute;
    bottom: 0;
    margin-bottom: 135px;
    margin-left: 100px;
  }
  .en-contact{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 100px;
    margin-right: 250px;
  }
}
@media(max-width: 990px) {
  .en-title { 
    margin-left: 0;
  }
  .en-contact {
    margin-right: 80px;
  }
}
@media (max-width: 768px) {
  .en-title {
    position: relative;
    margin: 40px 0 20px 0;
  }
  .en-contact {
    position: relative;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .container {
    margin-left: 30px;
    padding-right: 40px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-image: url('/img/beach.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.en-title h1 {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  opacity: 60%;
  font-size: 36pt
}
.en-contact {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: white;
  opacity: 90%;
  font-size: 14pt;
  border-left: 1px solid white;
  padding-left: 12px;
}
.en-email {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  text-decoration: none;
  font-size: 14pt;
}
.en-submit {
  line-height: 2.8;
}
.en-email:hover {
  color: white;
  opacity: 60%;
}