@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. */



     h1{
        font-size: 6em;
        line-height: 1em;
        font-family: "big_noodle_titling";
        margin: 0;
        font-weight: 300;

    }
    
    
    h1 span{
        color: #90FFFD;
    }
    
    
    h2{
        font-family: "big_noodle_titling";
        text-justify: auto;      
        font-size: 4em;
        clear: both;
        display: block;
        margin: auto;
		letter-spacing: -0.007em;
		line-height: 1em;
    }
	

	.section-header{
		text-align: center;
		color: #B4D8E2;
		 margin: .5em 0 0 0;
	}
    
    
    h3{
        font-family: "GeneralSans-Regular";
        text-justify: auto;
        line-height: 1em;
        font-size: 1.8em;
        clear: both;
        display: block;
        margin: 0;
    }


    h3 span{
        color: #FFE3D8;
        font-style: italic;
    }
    
    
    h4{
       font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.2em;
        font-size: 1.3em;
        clear: both;
        display: block;
        letter-spacing: .8px;
		
    }
    
    
    h5{
        margin: 0;
        font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.2em;
        font-size: 1.1em;
        clear: both;
        display: block;
        letter-spacing: 0em;
		margin: .5em 0 .25em;
        
    }
    
    
    h6{
        margin: 0;
        font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.1em;
        font-size: 1em;
        clear: both;
        display: block;
        letter-spacing: .5px;


    }
    
    
    p{
        font-family: "GeneralSans-Regular";
        text-justify: auto;
        line-height: 1.2em;
        font-weight: 100;
        font-size: .9em;
        margin: auto;
        letter-spacing: 0;
    }
    
	
	i{
		font-family: "Brachetto";
		font-size: 3em;
		color: #D6B58C;
		margin: 1em auto;
		line-height: .9em;
	}
    
    
    
    button {
        font-size: 1em;
        padding: .7em 1.2em .7em;
        font-family: "Aptos";
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
        border-radius: 1.5em;
        letter-spacing: .15px;
        background-color: #E15822;
		color: #fff;
        font-family: "GeneralSans-Regular";
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 1em;
        transition: all .3s;
		color: #DEC4A5;
		margin: auto auto auto .25em;
    }
    
    button:hover i{
        font-size: 1.05em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #e5e5e5;
        color: #000;
    }


     button.whitebtn i{
        color: #000;
         margin: auto .5em auto auto ;
     }
    
    
    button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
	.backbutton{
		float: left;
		clear: both;
		position: relative;
		left: 0;
		margin: auto auto 5vh;
	}
    
	
    
    

    









/* 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: 7em;
        line-height: 1em;
        font-family: "big_noodle_titling";
        margin: 0;
        font-weight: 300;

    }
    
    
    h1 span{
        color: #90FFFD;
    }
    
    
    h2{
        font-family: "big_noodle_titling";
        text-justify: auto;      
        font-size: 5em;
        clear: both;
        display: block;
        margin: auto;
		letter-spacing: -0.007em;
		line-height: 1em;
    }
	

	.section-header{
		text-align: center;
		color: #B4D8E2;
		 margin: .5em 0 0 0;
	}
    
    
    h3{
        font-family: "GeneralSans-Regular";
        text-justify: auto;
        line-height: 1em;
        font-size: 2.5em;
        clear: both;
        display: block;
        margin: 0;
    }


    h3 span{
        color: #FFE3D8;
        font-style: italic;
    }
    
    
    h4{
       font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.2em;
        font-size: 1.5em;
        clear: both;
        display: block;
        letter-spacing: .8px;
		
    }
    
    
    h5{
        margin: 0;
        font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.2em;
        font-size: 1.25em;
        clear: both;
        display: block;
        letter-spacing: 0em;
		margin: .5em 0 .25em;
        
    }
    
    
    h6{
        margin: 0;
        font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.1em;
        font-size: 1.1em;
        clear: both;
        display: block;
        letter-spacing: .5px;


    }
    
    
    p{
        font-family: "GeneralSans-Regular";
        text-justify: auto;
        line-height: 1.2em;
        font-weight: 100;
        font-size: 1em;
        margin: auto;
        letter-spacing: 0;
    }
    
	
	i{
		font-family: "Brachetto";
		font-size: 3em;
		color: #D6B58C;
		margin: 1em auto;
		line-height: .9em;
	}
    
    
    
    button {
        font-size: 1em;
        padding: .7em 1.2em .7em;
        font-family: "Aptos";
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
        border-radius: 1.5em;
        letter-spacing: .15px;
        background-color: #E15822;
		color: #fff;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 1em;
        transition: all .3s;
		color: #DEC4A5;
		margin: auto auto auto .25em;
    }
    
    button:hover i{
        font-size: 1.05em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #e5e5e5;
        color: #000;
    }


     button.whitebtn i{
        color: #000;
         margin: auto .5em auto auto ;
     }
    
    
    button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
	.backbutton{
		float: left;
		clear: both;
		position: relative;
		left: 0;
		margin: auto auto 5vh;
	}
    
	
    



    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* 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: 12em;
        line-height: 1em;
        font-family: "big_noodle_titling";
        margin: 0;
        font-weight: 300;

    }
    
    
    h1 span{
        color: #90FFFD;
    }
    
    
    h2{
        font-family: "big_noodle_titling";
        text-justify: auto;      
        font-size: 8em;
        clear: both;
        display: block;
        margin: auto;
		letter-spacing: -0.007em;
		line-height: 1em;
    }
	

	.section-header{
		text-align: center;
		color: #B4D8E2;
		 margin: .5em 0 0 0;
	}
    
    
    h3{
        font-family: "GeneralSans-Regular";
        text-justify: auto;
        line-height: 1em;
        font-size: 3em;
        clear: both;
        display: block;
        margin: 0;
    }


    h3 span{
        color: #FFE3D8;
        font-style: italic;
    }
    
    
    h4{
       font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.2em;
        font-size: 1.8em;
        clear: both;
        display: block;
        letter-spacing: .8px;
		
    }
    
    
    h5{
        margin: 0;
        font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.2em;
        font-size: 1.25em;
        clear: both;
        display: block;
        letter-spacing: 0em;
		margin: .5em 0 .25em;
        
    }
    
    
    h6{
        margin: 0;
        font-family: "GeneralSans-Medium.";
        text-justify: auto;
        line-height: 1.1em;
        font-size: 1.1em;
        clear: both;
        display: block;
        letter-spacing: .5px;


    }
    
    
    p{
        font-family: "GeneralSans-Regular";
        text-justify: auto;
        line-height: 1.2em;
        font-weight: 100;
        font-size: 1em;
        margin: auto;
        letter-spacing: 0;
    }
    
	
	i{
		font-family: "Brachetto";
		font-size: 3em;
		color: #D6B58C;
		margin: 1em auto;
		line-height: .9em;
	}
    
    
    
    button {
        font-size: 1em;
        padding: .7em 1.2em .7em;
        font-family: "Aptos";
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
        border-radius: 1.5em;
        letter-spacing: .15px;
        background-color: #E15822;
		color: #fff;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 1em;
        transition: all .3s;
		color: #DEC4A5;
		margin: auto auto auto .25em;
    }
    
    button:hover i{
        font-size: 1.05em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #e5e5e5;
        color: #000;
    }


     button.whitebtn i{
        color: #000;
         margin: auto .5em auto auto ;
     }
    
    
    button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
	.backbutton{
		float: left;
		clear: both;
		position: relative;
		left: 0;
		margin: auto auto 5vh;
	}
    
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    /* 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) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}