#container {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.background-image {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(./background-main.png);
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0px;
}

.footer-image {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(./boardwalk-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  position: absolute;
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us {
  color: white !important;
}

.top-infromation {
  height: 20%;
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 3.5%;
}

.connect-with-us {
  display: flex;
  justify-content: space-around;
}

.paragraph-format {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 2.5%;
}

.logo-format {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5%;
}

.black-bar {
  height: 30%;
}

.sunmer-logo {
  width: 45%;
}

.text-format-big {
  color: white !important;
  text-align: center;
  font-size: 2rem;
  text-shadow: 0 2px 0 black;
  margin: 10px 0 10px;
}

.text-width-restriction {
  width: 60%;
}

.text-format-small {
  color: white !important;
  text-align: center;
  font-size: 1.7rem;
  text-shadow: 0 2px 0 black;
}

.hyperlink-image {
  height: 50px;
  width: 50px;
}

.button-size {
  background-color: #337ab7;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

iframe {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  display: block;
  width: 110%;
  height: 570px;
  padding-bottom: 0px;
}

.thumbnail {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.gallery-image {
  width: auto;
}