* {
    box-sizing:border-box;
  }

  
/* -------*/
/* Footer */
/* -------*/
.footer {
  font-size: 15px;
  text-align: right;
  float: right;

  padding: 25px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: url("../img/couple.png");
  background-color: #ffffff;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  text-decoration: bold;
  position: absolute;
  top: 40%;
  left: 80%;
  transform: translate(-50%, -50%);
  color: palevioletred;
}

.logo {
  position: absolute;
  top: 100px;
  left: 100px;
  transform: translate(-50%, -50%);
}

  
.container {
  padding: 64px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4CAF50;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}
