.section {
  padding-bottom: 60px;
  text-align: center;
}

.section.head {
  padding-top: 77px;
  padding-bottom: 12px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../ELBe-Designs.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../ELBe-Designs.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, .22);
  color: #ffffff;
}

.section.abt {
  background-color: #57B948;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../ELBe-Designs.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../ELBe-Designs.jpg')('ELBe-Designs.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #ffffff;
}

.section.gallery {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('.../ELBe-DEsigns.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../ELBe-Designs.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #2F2F2E;
}

.section.contactme {
  background-color: #f0ede5;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .83);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .18);
  opacity: 1;
}

.header-container {
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-style: italic;
}

.body {
  font-family: Bitter, serif;
}

.lines {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #000;
}

.lines.ob {
  border-color: #fff;
}

.hero-header-container {
  text-transform: uppercase;
}

.edesigns {
  font-weight: 400;
}

.ELBe {
  font-family: Comic Sans, Times New Roman;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.hero-header {
  margin-bottom: 64px;
}

.navlink {
  -webkit-transition: border-radius 550ms ease-in-out, color 400ms ease;
  transition: border-radius 550ms ease-in-out, color 400ms ease;
  font-family: 'Comic Sans', Brush Script;
  color: #57B948;
  font-size: 19px;
  font-weight: 400;
}

.navlink:hover {
  border-color:#57B948;
  border-bottom-style: dotted;
  border-bottom-width: 0px;
  border-radius: 50px;
  color: #57B948;
}

.navlink.w--current {
  border-color: #57B948;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-radius: 50px;
  color: #2D3171;
}

.menu-div {
  padding: 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  border-radius: 2px;
  background-color: ;
  -webkit-transition: box-shadow 200ms ease-in-out, -webkit-transform 300ms ease-in;
  transition: box-shadow 200ms ease-in-out, -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in, box-shadow 200ms ease-in-out;
  transition: transform 300ms ease-in, box-shadow 200ms ease-in-out, -webkit-transform 300ms ease-in;
  color: #ffffff;
}

.menu-div:hover {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, .06);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.p {
  font-family: Comic Sans, sans-serif;
  font-weight: 300;
}

.p.hero-subheader {
  font-size: 17px;
  letter-spacing: 11.3px;
}

.abt-container {
  padding-right: 164px;
  padding-left: 164px;
}

.subheaders {
  font-family: 'Great Vibes', cursive;
}

.quote-section {
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: 'Great Vibes', Comic Sans;
  color: #2D3171;
  background-color: #57B948
}

.contacts-col {
  font-family: 'Great Vibes', cursive;
  font-size: 27px;
  line-height: 38px;
  text-align: right;
}

.circle-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  border-radius: 50px;
  background-color: #000000;
}

.footer {
  padding: 10px 246px;
  background-color: #57B948;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, .16);
  color: #2F2F2E;
  font-weight: 400;
  text-align: center;
}

.copyright {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #ffffff;
  color: #2D3171;
  background-color: #57B948;
}

.button {
  height: 50px;
  margin-top: 21px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 450ms ease, border-color 450ms ease;
  transition: background-color 450ms ease, border-color 450ms ease;
}

.button:hover {
  border-color: #383838;
  background-color: #000;
}

.thumbnail {
  position: relative;
  left: auto;
  width: 238px;
  height: 0px;
  opacity: 0;
}

.button-text {
  position: absolute;
  overflow: visible;
  padding-top: 15px;
  padding-left: 5%;
  color: #fff;
  font-size: 16px;
}

.pretoria-north {
  font-family: 'Droid Serif', serif;
  font-size: 57px;
  line-height: 48px;
  font-style: italic;
  text-transform: none;
}

.lightbox-link {
  margin-top: 20px;
  padding-top: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-transition: color 450ms ease, border-color 450ms ease;
  transition: color 450ms ease, border-color 450ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.lightbox-link:hover {
  border-color: hsla(0, 0%, 100%, .06);
  color: hsla(0, 0%, 100%, .2);
}

.quote-div {
  float: right;
}

.pricetag {
  display: block;
  width: 130px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  float: none;
  background-color: #f0ede5;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .18);
  color: #f0ede5;
}

.gallery-link {
  margin-top: 100px;
  opacity: 0.26;
  -webkit-transition: opacity 550ms ease-in;
  transition: opacity 550ms ease-in;
  color: #2F2F2E;
  font-size: 14px;
  line-height: 10px;
  text-decoration: none;
}

.gallery-link:hover {
  opacity: 1;
}

.socialmedia-links {
  opacity: 0.5;
}

.socialmedia-links:hover {
  opacity: 1;
}

.profile-img {
  display: block;
  width: 110px;
  height: 110px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 60px;
  background-image: url('../ELBe-Designs.jpg');
  background-position: 50% 50%;
  background-size: 180px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .72);
}

.profile-img:hover {
  -webkit-filter: none;
  filter: none;
}

@media (max-width: 991px) {
  .footer {
    padding-right: 150px;
    padding-left: 150px;
  }
  .button-text {
    padding-left: 10%;
  }
}

@media (max-width: 767px) {
  .menu-div {
    margin: 10px 40px;
  }
  .abt-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer {
    padding-right: 77px;
    padding-left: 77px;
  }
  .button-text {
    padding-left: 12%;
  }
  .quote-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .hat {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .ntebz {
    font-size: 33px;
  }
  .goodies {
    font-size: 65px;
  }
  .hero-header {
    font-size: 34px;
  }
  .p.hero-subheader {
    font-size: 12px;
  }
  .abt-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-text {
    padding-left: 22%;
  }
  .pretoria-north {
    font-size: 30px;
  }
  .ham-nav {
    background-color: #fff;
  }
}

