html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

h1, p {
  padding: 0;
  margin: 0;
}

.gg-app-container {
  width: 100%;
  height: 100%;
  background-color: rgb(106, 108, 111);
}

.gg-main-heading {
  width: 100%;
  height: 1200px;
  background: url('../images/pier-village-night-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.gg-main-heading-tagline {
  position: absolute;
  padding: 60px;
  text-align: right;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
  width: 400px;
}

.gg-main-heading-tagline span {
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 1470px) {
  .gg-main-heading {
    height: 900px;
    padding: 0;
  }
  .gg-main-heading-tagline {
    position: absolute;
    font-size: 2em;
    padding: 0px;
    right: 20px;
    top: 20px;
    color: #fff;
    width: 100%;
  }
  
  .gg-main-heading-tagline span {
    font-weight: 500;
    display: inline;
  }  
}

@media screen and (max-width: 1100px) {
  .gg-main-heading-tagline span {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .gg-main-heading {
    height: 700px;
  }
}

@media screen and (max-width: 768px) {
  .gg-main-heading {
    height: 700px;
  }
  .gg-main-heading-tagline {
    position: absolute;
    width: 80%;
    font-size: 1.8em;
    right: initial;
    left: 20px;
    text-align: left;
    top: 20px;
    color: #000;
  }
  
  .gg-main-heading-tagline span {
    font-weight: 500;
    display: block;
  } 
}

@media screen and (max-width: 512px) {
  .gg-main-heading {
    height: 1180px;
  }
}

.gg-main-heading-nameplate {
  position: absolute;
  left: 0;
  top: 20%;
  padding: 60px;
}

.gg-main-heading-nameplate-logo-container {
  width: 300px;
}

.gg-main-heading-nameplate-logo-container img {
  width: 100%;
}

.gg-main-heading-nameplate-signature-container {
  font-size: 2em;
  font-weight: 300;
  width: 300px;
}

.gg-main-heading-nameplate-signature-container span {
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 1470px) {
  .gg-main-heading-nameplate {
    position: absolute;
    left: auto;
    left: 20px;
    top: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
  }
  
  .gg-main-heading-nameplate-logo-container {
    width: 200px;
  }
  
  .gg-main-heading-nameplate-signature-container {
    font-size: 1.6em;
    font-weight: 300;
    width: 200px;
    color: #000;
  }
  
  .gg-main-heading-nameplate-signature-container span {
    display: block;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .gg-main-heading-nameplate {
    top: 120px;
    flex-direction: column;
    align-items: flex-start;
  }
  .gg-main-heading-nameplate-logo-container {
    width: 150px;
  }
  
  .gg-main-heading-nameplate-signature-container {
    font-size: 1.3em;
    font-weight: 300;
    width: 200px;
    color: #000;
  }
}

.gg-main-heading-image-grid {
  width: 839px;
  margin: 0 auto;
  position: relative;
  bottom: 100px
}

.gg-main-heading-image-grid img {
  max-width: 387px;
  margin: 10px;
  border: 5px solid #fff;
  -webkit-box-shadow: 32px 33px 99px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 32px 33px 99px -15px rgba(0,0,0,0.75);
  box-shadow: 32px 33px 99px -15px rgba(0,0,0,0.75);
}

@media screen and (max-width: 900px) {
  .gg-main-heading-image-grid {
    width: 600px;
    margin: 0 auto;
    position: relative;
    bottom: 40px
  }
  
  .gg-main-heading-image-grid img {
    max-width: 267px;
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  .gg-main-heading-image-grid {
    width: 500px;
    margin: 0 auto;
    position: relative;
    bottom: 20px
  }
  
  .gg-main-heading-image-grid img {
    max-width: 217px;
    margin: 10px;
  }
}

@media screen and (max-width: 512px) {
  .gg-main-heading-image-grid {
    width: 100%;
    margin: 0 0;
    position: relative;
    bottom: 20px
  }
  
  .gg-main-heading-image-grid img {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 10px auto;
  }
}

.gg-divider {
  width: 100%;
  height: 60px;
  background-color: rgb(106, 108, 111);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

@media screen and (max-width: 512px) {
  .gg-divider h1 {
    font-size: 1em;
  }
}

.gg-details {
  background-color: rgb(35, 190, 214);
}

.gg-details-content-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
}

.gg-details-content-container p {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .gg-details-content-container {
    width: 90%;
    font-size: 1.7em;
  }
}

@media screen and (max-width: 512px) {
  .gg-details-content-container {
    font-size: 1.4em;
  }
}

.gg-contact-info {
  display: flex;
  background-color: rgb(150, 214, 216);
}

.gg-contact-info-logo {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
}

.gg-contact-info-logo img {
  width: 80%;
  border: 10px solid #fff;
  -webkit-box-shadow: 32px 33px 99px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 32px 33px 99px -15px rgba(0,0,0,0.75);
  box-shadow: 32px 33px 99px -15px rgba(0,0,0,0.75);
}

.gg-contact-info-details {
  width: 66%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 2em;
}

.gg-contact-info-details section {
  padding: 8px;
}

.gg-contact-info-phone-email a {
  color: #000;
}

@media screen and (max-width: 1400px) {
  .gg-contact-info-details {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1100px) {
  .gg-contact-info-details {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 900px) {
  .gg-contact-info-details {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .gg-contact-info-details {
    font-size: 1em;
    align-items: flex-start;
  }
}


@media screen and (max-width: 512px) {
  .gg-contact-info {
    flex-direction: column;
    align-items: center;  
  }
  .gg-contact-info-details {
    width: 100%;
    font-size: 0.8em;
    align-items: center;
  }
  .gg-contact-info-logo {
    width: 100%;
  }
}