@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Image Parallax Section*/

.ParallaxImage {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}
.ParallaxImage h1{
	text-align:center;
}
.ParallaxImage h3 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color:#c54e8e;
}

.main-logo {
  display: block;
  margin: auto;
  margin-top: -200px;
}

.bg1 {
  background-image: url("../images/IMG_7206.jpg");
  background-size: 100%;
}

.bg2 {
  background-image: url("../images/IMG_7199.jpg");
  background-size: 100%;
}

.bg3 {
  background-image: url("../images/putt.jpg");
  background-size: 100%;
}

.bg4 {
  background-image: url("../images/cloths.jpg");
  background-size: 100%;
}

.storeFront {
  max-width: 100%;
}

/* Content Parallax Section*/
.ParallaxContent {
  background: none repeat scroll 0 0 #000000;
  padding: 42px 0;
  color:#FFF;
} 

.ParallaxContent h1{
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  text-transform: uppercase;
	color:#ffffff;	
	text-align:center;
  
}

/* Video Parallax Section*/
.ParallaxVideo { 
	height: 90vh;
	padding-bottom: 50px;
  padding-top: 50px; 
}

.ParallaxVideo video { 
  position: fixed;
  width: 100%;
  height: auto;
	top:0;
	z-index: -9999;
}

.ParallaxVideo h3 {
    color: #c54e8e;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


/* General Section*/
.container {
  margin: 0 auto;
  padding:0 12px;
  padding-bottom: 100px;
}
.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;
}

.footer-clean {
  padding:50px 0;
  background-color:#000;
  color:#f6f3f3;
  margin-top: -40px;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}

@media (max-width: 767px) {
  .ParallaxVideo { 
    height: 36vh;
  }
  
  .main-logo {
    margin-top: -120px;
    max-width: 90% !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .ParallaxImage h3 {
    font-size: 56px;
  }
    
  .storeFront {
    float: right;
    margin-left: 20px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }

  .main-logo {
    display: block;
    margin: auto;
    margin-top: -200px;
    max-width: 600px !important;
  }    
  .ParallaxImage h3 {
    font-size: 76px;
  }
}
