@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. */

	

html {
  scroll-behavior: smooth;
}
    
     body{
        background-color: #ECECEC;
        font-size: .8em;
         overflow-x: hidden;
         width: 100vw;
    }
    
    
    

    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 5px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #e00000;}

    
    
 
    
    
    

    
    button{
        background: transparent;
        float: left;
        clear: both;
        display: block;
        height: auto;
        padding: 1em 1.5em;
        border:0;
        position: relative;
        cursor: pointer;
        font-family: "StretchPro";
        border:solid;
        border-color: #000;
        border-width: 0 0 4px 0;
        transition: all .3s;
    }
    
    
    button:hover{
        padding: 1em 2em;
    }
    
    
    


   h1{
        text-align: center;
        font-size: 3.5em;
        font-family: "StretchPro";
        margin-top: 10vh;
        color: #606060;
        opacity: .3;
        clear: both;
        display: block;
        
    }
    
    
    
    h2{

 
    }
    
    
    
    h3{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.6em;
        display: block;
        clear: both;
        margin: .5em auto;
        font-weight: 500;

    }
    
    
    
    h4{
     font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        display: block;
        clear: both;
        font-weight: 700;
    }
    
    
    
    h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        display: block;
        clear: both;
        font-weight: 600;
    }
    
    
    h6{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1em;
        font-weight: 600;
        display: block;
        clear: both;
    }
    
    
    p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
        font-size: 1em;
    }
    
    

.whitebutton{
        display: block;
        background-color: white;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        clear: both;
        cursor: pointer;
        padding: .7em 1em;
        border-radius: 1.5em;
        color: #000;
        font-weight: 500;
        margin: 2em auto;
        
    }
    
    
    .whitebutton:hover{
        padding: 1em 1.2em;
    }
    
    
    



/* 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) {
    
    
       body{
        background-color: #F1F1F1;
        font-size: .8em;
    }
    
    
    
    
    
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    body{
        background-color: #ECECEC;
        font-size: .8em;
    }
    
    
    

    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 5px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #e00000;}

    
    
 
    
    
    

    
    button{
        background: transparent;
        float: left;
        clear: both;
        display: block;
        height: auto;
        padding: 1em 1.5em;
        border:0;
        position: relative;
        cursor: pointer;
        font-family: "StretchPro";
        border:solid;
        border-color: #000;
        border-width: 0 0 4px 0;
        transition: all .3s;
    }
    
    
    button:hover{
        padding: 1em 2em;
    }
    
    
    


   h1{
        text-align: left;
        font-size: 10em;
        font-family: 'Montserrat', sans-serif;
        margin-top: 5vh;
        color: #00000;
        opacity: 1;
        clear: both;
        display: block;
       font-weight: 700;
        
    }
    
    
    
    h2{

 
    }
    
    
    
    h3{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.7em;
        display: block;
        clear: both;
        margin: .5em auto;
        font-weight: 500;

    }
    
    
    
    h4{
     font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        display: block;
        clear: both;
        font-weight: 700;
    }
    
    
    
    h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        display: block;
        clear: both;
        font-weight: 600;
    }
    
    
    h6{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1em;
        font-weight: 600;
        display: block;
        clear: both;
    }
    
    
    p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4em;
        font-size: 1em;
    }
    
    
    
    
    
    .whitebutton{
        display: block;
        background-color: white;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        clear: both;
        cursor: pointer;
        padding: .7em 1em;
        border-radius: 1.5em;
        color: #000;
        font-weight: 500;
        margin: 2em auto;
        
    }
    
    
    .whitebutton:hover{
        padding: 1em 1.2em;
    }
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
    body{
        background-color: #ECECEC;
           font-size: 1em;
    }
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    body{
        background-color: #ECECEC;
        font-size: .9em;
    }
    
    
    h1{
        text-align: left;
        font-size: 10em;
        font-family: 'Montserrat', sans-serif;
        margin-top: 5vh;
        color: #00000;
        opacity: 1;
        clear: both;
        display: block;
       font-weight: 700;
        
    }
    
    
    
    h2{

 
    }
    
    
    
    h3{
        font-family: 'Montserrat', sans-serif;
        font-size: 2.7em;
        display: block;
        clear: both;
        margin: .5em auto;
        font-weight: 500;

    }
    
    
    
    h4{
     font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        display: block;
        clear: both;
        font-weight: 700;
    }
    
    
    
    h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        display: block;
        clear: both;
        font-weight: 600;
    }
    
    
    h6{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1em;
        font-weight: 600;
        display: block;
        clear: both;
    }
    
    
    
    
    .whitebutton{
        display: block;
        background-color: white;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        clear: both;
        cursor: pointer;
        padding: .7em 1em;
        border-radius: 1.5em;
        color: #000;
        font-weight: 500;
        margin: 2em auto;
        
    }
    
    
    .whitebutton:hover{
        padding: 1em 1.2em;
    }
    
    
    
    
       p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4em;
        font-size: 1em;
    }
    
    
    
    
    
    
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	
    body{
        background-color: #ECECEC;
        font-size: 1.1em;
    }
    
    
    
		
}