@charset "utf-8";
/*------------------------------------------------------------------
[Responsive Stylesheet]

/*------------------------------------------------------------------
[Table of contents]

1. Small desktop
2. Tablet landskape
3. Tablet Portrait
4. Phone
5. Small Phone
6. Max Height 768
7. IOS Background Fix
8. Print Styles Fix
-------------------------------------------------------------------*/


/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1366px) {
	
    .inner-nav ul li {
        margin-left: 25px;
    }
	
}  

@media only screen and (max-width: 1200px) {
	
  
}

/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {
	.home-container {
		max-width: 960px;
	}
  
    .page-section{
        padding: 120px 0;
        
    }
    .page-section, .home-section, .small-section{
        background-attachment: scroll;
    }
    
   

}
  
@media only screen and (max-width: 992px) {
    .headline {
		font-size: 3em;
	}
   
      
    .split-section-headings,
    .split-section-headings.left,
    .split-section-headings.right,
    .split-section-content,
    .split-section-content.left,
    .split-section-content.right{
        float: none !important;
        width: auto;
    }
    
    .split-section-headings .section-title{
        font-size: 35px;
        letter-spacing: 5px;
    }
	.ml-60 {margin-left:0px;}
    
}
  
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {
	.home-container {
		max-width: 700px;
	}


    .page-section {
        padding: 80px 0;
    }    
    .small-section {
        padding: 50px 0;
    }
	.banner-headline {
		font-size: 10em;
	}
	.banner-subhead {
		font-size: 3em;
	}

}

@media only screen and (max-width: 767px) {
	.home-content {
		height: 800px;
	}
	.home-right {
		width: 100%;
	    margin-top: 250px;
    	height: 600px;
	}
}


/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
    
  
    
    .page-section {
        padding: 60px 0;
    }
    .small-section {
        padding: 30px 0;
    }

}


/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 319px) {
    
}


/* ==============================
   Max Height 768
   ============================== */

@media only screen and (max-height: 767px) {

}


/* ==============================
   IOS Background Fix
   ============================== */
  
.mobile .page-section, .mobile .home-section, .mobile .small-section{
    background-attachment: scroll;
}

/*
 * iPad Pro
 */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    html:not(.no-touch) .page-section, html:not(.no-touch) .home-section, html:not(.no-touch) .small-section{
        background-attachment: scroll;
    }
}


/* ==============================
   Print Styles Fix
   ============================== */
  
@media print {
    .main-nav{
        display: none;
    }
    img{
        display: block;
    }
}