html {
  position: relative;
  min-height: 100%;
}
.jumbotron {
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  line-height: 38px;
}
.navbar-scroll {
  background-color: rgba(0,123,255,0.4);
  transition: background-color 0.5s;
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
}
section.module.content:last-child {
  margin-bottom: 60px;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #fff;
  font-size: 35px !important;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px black;
}
section.module.parallax-1 {
  background-image: url(../images/charleston-pineapple.jpg);
  background-position: center bottom;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  background-blend-mode: screen;
}
section.module.parallax-2 {
  background-image: url(../images/charleston-harbor.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  background-blend-mode: screen;
}

section.module.parallax-3 {
  background-image: url(../images/charleston-wedding.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  background-blend-mode: screen;
}

@media screen and (max-width: 765px) {
	section.module.parallax-1, section.module.parallax-2, section.module.parallax-3 {
		background-size: contain;
	}
	.small--hide {
		display: none;
	}
	section.module.parallax {
		padding: 20px 0;
	}
	section.module.parallax h1 {
		font-size: 20px !important;
	}
	}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 300px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
/*footer*/
.footer .container-fluid {
  height: auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
}
footer .container-fluid a {
  display: inline-block;
  color: #ddd;
  padding-left: 1em;
 
}
footer .container-fluid p {
  display: inline-block;
  color: #ddd;
  padding-left: 1em;
  padding-right: 2em;
}
@media(max-width: 768px){
    .col-md-4 {
      text-align: center;
      line-height: 30px;
  }
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
