@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}











/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


 h5, h6, p{
     text-align: justify;
  text-justify: inter-word;
}
    
    
     h1{
        font-size: 3em;
        line-height: 1em;
        font-family: "Aptos-Bold";
        margin: 0;
        font-weight: 300;
        letter-spacing: -.2px;
    }
    
    
    h1 span{
        color: #90FFFD;
    }
    
    
    h2{
        font-family: "Aptos-SemiBold";
        text-justify: auto;      
        font-size: 2.5em;
        clear: both;
        display: block;
        margin: auto;
		letter-spacing: -0.007em;
		line-height: .8em;
    }
	
	.section-header{
		text-align: center;
		color: #B4D8E2;
		 margin: .5em 0 0 0;
	}
    
    
    h3{
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1em;
        font-size: 1.8em;
        clear: both;
        display: block;
        margin: 0;
		font-weight: 800;
        letter-spacing: .25px;
    }
    
    
    h4{
       font-family: "Aptos-SemiBold";
        text-justify: auto;
        line-height: 1em;
        font-size: 1.4em;
        clear: both;
        display: block;
        letter-spacing: 0px;
		
    }
    
    
    h5{
        margin: 0;
        font-family: "Aptos-SemiBold";
        text-justify: auto;
        line-height: 1em;
        font-weight: 600;
        font-size: 1.2em;
        clear: both;
        display: block;
        letter-spacing: 0em;
		margin: .5em 0;
    }
    
    
    h6{
        margin: 0;
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: 1em;
        clear: both;
        display: block;
        letter-spacing: 0px;
    }
    
    
    p{
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 100;
        font-size: .9em;
        margin: auto;
        letter-spacing: 0;
    }
    
	
	i{

	}
    
    
    
    button {
        font-size: 1em;
        padding: .7em 1.2em .7em;
        font-family: "Aptos";
        display: inline;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
        border-radius: 1.5em;
        letter-spacing: .15px;
        background-color: #e21010;
		color: #fff;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 1em;
        transition: all .3s;
		color: #ffffff;
		margin: auto auto auto .25em;
    }
    
    button:hover i{
        font-size: 1.05em;
        margin: auto auto auto .5em;
    }
    
    

















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
    
    


	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
     h1{
        font-size: 4em;
        line-height: 1em;
        font-family: "Aptos-Bold";
        margin: 0;
        font-weight: 300;
        letter-spacing: -.2px;
    }
    
    
    h1 span{
        color: #90FFFD;
    }
    
    
    h2{
        font-family: "Aptos-Bold";
        text-justify: auto;      
        font-size: 3.25em;
        clear: both;
        display: block;
        margin: auto;
		letter-spacing: -0.007em;
		line-height: .8em;
    }
	
	.section-header{
		text-align: center;
		color: #B4D8E2;
		 margin: .5em 0 0 0;
	}
    
    
    h3{
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1em;
        font-size: 2.2em;
        clear: both;
        display: block;
        margin: 0;
		font-weight: 800;
        letter-spacing: .25px;
    }
    
    
    h4{
       font-family: "Aptos-SemiBold";
        text-justify: auto;
        line-height: 1em;
        font-size: 1.5em;
        clear: both;
        display: block;
        letter-spacing: 0px;
		
    }
    
    
    h5{
        margin: 0;
        font-family: "Aptos-SemiBold";
        text-justify: auto;
        line-height: 1em;
        font-weight: 600;
        font-size: 1.2em;
        clear: both;
        display: block;
        letter-spacing: 0em;
		margin: .5em 0;
    }
    
    
    h6{
        margin: 0;
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: 1em;
        clear: both;
        display: block;
        letter-spacing: 0px;
    }
    
    
    p{
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 100;
        font-size: .9em;
        margin: auto;
        letter-spacing: 0;
    }
    
	
	i{

	}
    
    
    
    button {
        font-size: 1em;
        padding: .7em 1.2em .7em;
        font-family: "Aptos";
        display: inline;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
        border-radius: 1.5em;
        letter-spacing: .15px;
        background-color: #e21010;
		color: #fff;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 1em;
        transition: all .3s;
		color: #ffffff;
		margin: auto auto auto .25em;
    }
    
    button:hover i{
        font-size: 1.05em;
        margin: auto auto auto .5em;
    }
    
    




    



    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
    
    
     h1{
        font-size: 7em;
        line-height: 1em;
        font-family: "Aptos-Bold";
        margin: 0;
        font-weight: 300;
        letter-spacing: -.2px;
    }
    
    
    h1 span{
        color: #90FFFD;
    }
    
    
    h2{
        font-family: "Aptos-Bold";
        text-justify: auto;      
        font-size: 5em;
        clear: both;
        display: block;
        margin: auto;
		letter-spacing: -0.007em;
		line-height: .8em;
    }
	
	.section-header{
		text-align: center;
		color: #B4D8E2;
		 margin: .5em 0 0 0;
	}
    
    
    h3{
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1em;
        font-size: 3em;
        clear: both;
        display: block;
        margin: 0;
		font-weight: 800;
        letter-spacing: 1px;
    }
    
    
    h4{
       font-family: "Aptos-SemiBold";
        text-justify: auto;
        line-height: 1em;
        font-size: 1.8em;
        clear: both;
        display: block;
        letter-spacing: 0px;
		
    }
    
    
    h5{
        margin: 0;
        font-family: "Aptos-SemiBold";
        text-justify: auto;
        line-height: 1em;
        font-weight: 600;
        font-size: 1.4em;
        clear: both;
        display: block;
        letter-spacing: 0em;
		margin: .5em 0;
    }
    
    
    h6{
        margin: 0;
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: 1.2em;
        clear: both;
        display: block;
        letter-spacing: 0px;
    }
    
    
    p{
        font-family: "Aptos";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 100;
        font-size: 1em;
        margin: auto;
        letter-spacing: 0;
    }
    
	
	i{

	}
    
    
    
    button {
        font-size: 1em;
        padding: .7em 1.2em .7em;
        font-family: "Aptos";
        display: inline;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
        border-radius: 1.5em;
        letter-spacing: .15px;
        background-color: #e21010;
		color: #fff;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 1em;
        transition: all .3s;
		color: #ffffff;
		margin: auto auto auto .25em;
    }
    
    button:hover i{
        font-size: 1.05em;
        margin: auto auto auto .5em;
    }
    
    

    
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {

	
	
	
	
	
	
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}