@charset "utf-8";

@media(max-width:410px){
	a.logo, a.logo:link, a.logo:hover, a.logo:visited {
    color: hsl(21, 100%, 50%);
    font-family: Impact;
    font-size: 16px;
    font-weight: normal;
    line-height: 58px;
    text-decoration: none;
}
.hero-unit h1 {
    font-size:20px!important;
   	text-align:center;
	margin-left:-28px;
}
}
@media(max-width:600px){
	.hero-unit {
	background-image: url("../images/bg_hero_large.jpg");
}
	.hero-unit h1 {
    color: white;
    font-size:20px!important;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
	text-align:center;
}
}
@media(max-width:880px){
	.hero-unit h1 {
     font-size:45px;
  
}}
/*IFRAME   */
@media screen and (max-width: 1920px){
	.iframe_360 {
     height: 800px;
 }
}
@media screen and (max-height: 1024px){
	.iframe_360{
     height:650px;
 }
}
@media screen and (max-width:1280px){
	.iframe_360{
     height:600px;
 }
}
@media screen and (max-width:1024px){
	.iframe_360{
     height:355px;
 }
}
@media screen and (max-width:768px){
	.iframe_360{
     height:760px;
 }
}
@media screen and (max-width:640px){
	.iframe_360{
     height:250px;
 }
 .slg h2 {
      margin-bottom: 0px;
	  font-size:1.8em;
}
.slg h1 {
    font-size: 2.625em;
}
}
@media screen and (max-width:480px){
	.iframe_360{
     height:250px;
 }
}
@media screen and (max-width:360px){
	.iframe_360{
     height:540px;
 }
 .slg h2 {
      margin-bottom: 0px;
	  font-size:1.1em;
}
.slg h1 {
    font-size: 1.625em;
}
}
@media screen and (max-width:320px){
	.iframe_360{
     height:270px;
 }
}