h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 102px;
  float: left;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.bkground {
  overflow: visible;
  background-image: url('../images/beach-background1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: none;
}

.backg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 80%;
  min-height: 0px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 12px;
  border: 1px none #000;
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.main-section {
  padding-bottom: 0px;
}

.main-block {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 5px 10px 10px;
  float: none;
  border: 3px solid #000;
  border-radius: 7px;
  background-color: rgba(248, 251, 253, .87);
  box-shadow: inset 0 0 8px 0 rgba(63, 63, 63, .91);
}

.rich-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 19px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 95%, .91);
  box-shadow: inset 0 0 8px 0 #000;
  color: #5a5757;
}

@media (max-width: 479px) {
  p {
    padding-left: 0px;
  }
  .rich-text {
    width: 90%;
    padding-right: 9px;
    padding-left: 7px;
  }
}