


/* Image Parallax Section*/

.ParallaxImage {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.bg1 {
  background-image: url("/Images-new/IMG_2059-Capitolawaves.jpeg");
  height: 500px;
  background-size: 100% 100%;
  width: 100%;
  
}

.bg2 {
  background-image: url("/Images-new/IMG_0386-4chairs-crop.png");
  height: 800px;
  background-size: 100% 100%;
  position: fixed;
  width: 100%;
}

.bg3 {
  background-image: url("/Images-new/MAIN_BG_scales.png");
  height: 600px;
  background-size: 100% 100%; 
}

.bg4 {
  background-image: url("/Images-new/IMG_3958-Capitolasunset.jpeg");
  height: 800px;
  background-size: 100%;
  position: fixed;
  width: 100%;
  
}




/* Content Parallax Section ---- NOT USED*/
.ParallaxContent {
    background: none repeat scroll 0 0 ;
    padding: 42px 0;
    color:#FFF;	
} 
.ParallaxContent h3{
	color:#FFF;	
	text-align:center;
}


/* Video Parallax Section ---- NOT USED*/
.ParallaxVideo{ 
	height: 100vh;
	padding-bottom: 50px;
    padding-top: 50px; 
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
	top:0;
	z-index: -9999;
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}



/* General Section*/
.container {
  margin: 0 auto;
  padding:0 12px;
}
.headlines h2 {
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 32px;
    margin: 0;
	text-align: center;
}
.headlines p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
	color:#f6f3f3;
	text-align: center;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
