@charset "UTF-8";
/* CSS Document */

/*
@keyframes logo {
	0%{
	opacity: 0;
	transform:scale(.01) rotate(0deg);
 
	}
	50%{
	transform: scale(1) rotate(360deg);
	}
	100%{
	transform: scale(1.2) rotate(360deg);
		opacity: 1;
	}
}
*/

/*
.ParallaxImage {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	
    padding-bottom: 70px;
    padding-top: 70px;
	width: 100%;
}
*/
/*
.ParallaxImage h1{
	text-align:center;
}
*/
/*
.ParallaxImage h3 {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
	text-shadow: 2px 4px red;
  color:blue;
}
*/
/*
.bg1HialeahMain{
	background-image: url("../../hialeah/videos/buildings.mov");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2Hialeah{
	background-image: url("../../hialeah/videos/Hialeah_video1.mov");
}
.bg3Hialeah{
	background-image: url("../../hialeah/videos/Hialeah_video2.mov");
}
.bg1KendallMain{
	background-image: url("../../kendall/videos/video3.mov");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2Kendall{
	background-image: url("../../kendall/videos/Kendall_video1.mov");
}
.bg3Kendall{
	background-image: url("../../kendall/videos/Kendall_video2.mov");
}
.bg1FlaglerMain {
  background-image: url("../../flagler/videos/IMG_6088 (1).mov");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2Flagler {
  background-image: url("../../flagler/videos/flagler1.mov");
}
.bg3Flagler {
  background-image: url("../../flagler/videos/flagler2.mov");
}
.bg1ColonialMain {
  background-image: url("../../colonial/videos/buildings.mp4");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2Colonial {
  background-image: url("../../colonial/videos/IMG_6063.mov");
}
.bg3Colonial {
  background-image: url("../../colonial/videos/IMG_6062.mov");
}
*/

/*

 Content Parallax Section
.ParallaxContent {
	display: block;
	width: 100%;
	text-align: center;
	align-content: center;
    background: none repeat scroll 0 0 transparent;    
    color:#FFF;	
	padding: 10px;
}

.ParallaxContent .container{
	display: flex;
	align-content: center;		
}

.ParallaxContent .container h3{
	text-align: center;
	
	color:blue;
	font-size: 60px;
	text-shadow: 3px 2px black;
	
}

.headlines{
	align-content: center;
	width: 100%;
}

.row .ParallaxContent .container .headlines h3{
	display: block;
	
}

 Video Parallax Section

  
.ParallaxImage bg2 container{
	height: 90px;
	padding-bottom: 80px;
    padding-top: 80px; 
}
*/

/*
.ParallaxVideo video{
	width: 100%;
	z-index: -900;
	
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 80;
    text-align: center;
    
	text-shadow: 2px 4px  blue;
}
*/

/*div .bg-row{
	z-index: -100;
	
}
.row{
	z-index: -99;
}
.video_ext{
	height: 200px;
/*
	padding-bottom: 50px;
	padding-top: 50px;

	z-index: -98;
}
.video_ext video{	
	width: 100%;
	position: fixed;
	z-index: -1;
}

.videoText{
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto ;
	z-index: 1;
}
.videoText h3{
	color: #fff;
    font-size: 76px;
    font-weight: 80;
    text-align: center;
    
	text-shadow: 2px 4px  blue;
}*/
/*

 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 screen and (max-width: 300px) {
  .container {
    width: 290px;
  }
	.ParallaxContent .container{
		width: 290px;
	}
	.row .container {
    width: 290px;
	}
	.row .ParallaxContent .container{
    width: 290px;
}
@media screen and (max-width: 500px) {
  .container {
    width: 490px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 924px;
  }
}
}
*/
