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

img {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
body {
	margin: 0;
}
.fullscreen-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
 
.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
	
}
#logo{
	width: 20%;
	height: auto;
	z-index: 10;
	margin: 4% 40% 0% 40%;
}
 
@media (min-aspect-ratio: 16/9) {
  .fullscreen-video {
    width: 100%;
    height: auto;
  }
}
 
@media (max-aspect-ratio: 16/9) {
  .fullscreen-video {
    width: auto;
    height: 100%;
  }
}
p {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16pt;
	text-align: center;
	line-height: 20pt;


	
}
h1 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20pt;
	font-weight: 700;
	text-align: center;
	line-height: 22pt;
}
h3 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 12pt;
	font-weight: 300;

}
.tel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16pt;
	line-height: 20pt;
	color: #fff;
	text-align: center;
	text-decoration:none;
}
.tel:hover {
	color: #e68f24;
}
.tel:active {
	color: #fff;
}
.tel:visited {
	color: #fff;
}
@media screen and (max-width: 600px){
	#logo{
	width: 60%;
	height: auto;
	z-index: 10;
	margin: 10% 20% 0% 20%;
		
}
p {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt;
	text-align: center;
	line-height: 16pt;


	
}
h1 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18pt;
	font-weight: 700;
	text-align: center;
	line-height: 20pt;
}
h3 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 12pt;
	font-weight: 300;

}
.tel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12pt;
	line-height: 16pt;
	color: #fff;
	text-align: center;
	text-decoration:none;
}
.tel:hover {
	color: #e68f24;
}
.tel:active {
	color: #fff;
}
.tel:visited {
	color: #fff;
}
}