@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;
	height: 800px;
}
.ParallaxImage h1{
	text-align:center;
}
.ParallaxImage h3 {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
  color:#FFF;
}

.bg1 {
  background-image: url("../Resources/Images/Full/cherry.jpg");
}
.bg2 {
  background-image: url("../Resources/Images/Full/jellyfish.jpg");
}
.bg3 {
  background-image: url("../Resources/Images/Full/grass.jpg");
}


/* Content Parallax Section*/
.ParallaxContent {
    background: none repeat scroll 0 0 #2581e8;
    padding: 0 0;
    color:#FFF;	
} 
.ParallaxContent h3{
	color:#FFF;	
	text-align:center;
}

nav{
	position: sticky;
	height:60px;
	z-index:999;
	background-color: rgba(255,255,255,1);
	border-bottom: 2px solid rgba(0,0,0,1);
	border-top: 2px solid rgba(0,0,0,1);
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

nav a{
	color: #000000;
	font-family: 'Alegreya SC';
	font-family: 'Montserrat';
	font-size: 30px;
	padding: 0px 24px 11px 24px;
	text-decoration: none;
	line-height: 55px;
}
nav a:hover {
  border-bottom: 3px solid red;
}
nav a.active {
  border-bottom: 3px solid red;
}

/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 300px;
	padding-bottom: 50px;
    padding-top: 50px;
	height: 100vh;
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
	top:0;
	z-index: -9999;
}
.ParallaxVideo h3 {
    color: #fff;
	font-family: 'Montserrat';
    font-size: 76px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
	  margin: 0px 0px 0px 0px;
  margin-block-start: 0px;
}
.ParallaxVideo h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
	font-family: 'Montserrat';
}


/* 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: 1400px) {
  .container {
    width: 1200px;
  }
}
