.content-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.galleria {
  margin: 50px auto;
  width: 100%;
  height: 600px;
  background: #fff;
}

.content-wrapper p {
  margin-bottom: 25px;
}

.content-wrapper h1 {
  padding-top: 50px;
  font-size: 3em;
  font-family: "Baloo 2", cursive;
}

.cabins-contact-links {
  display: flex;
  justify-content: left;
  margin: 25px 0;
}

.cabin-contact-button {
  background-color: #025e73;
  padding: 10px 30px 10px 30px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 1.25em;
  margin-right: 25px;

  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}

/*Desktop */
@media only screen and (min-width: 1224px) {
}

/*Tablet */
@media only screen and (min-width: 600px) and (max-width: 1224px) {
  .content-wrapper {
    width: 90%;
  }
}

/* Smartphones */
@media only screen and (max-width: 600px) {
  .content-wrapper {
    width: 90%;
  }

  .galleria {
    height: 300px;
  }
}
