@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%;
}





@font-face {
    font-family: 'bahnschrift';
    src:url("../fonts/bahnschrift.ttf");
}




@font-face {
    font-family: "acumin";
    src:url("../fonts/Acumin.ttf");
    
}







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

body{
    scroll-behavior: smooth;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}


	

    h1{
        font-size: 2.5em;
        font-weight:bold;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
         text-rendering: geometricPrecision;
        margin: 0;
        
    }
    
    h1 span{
        color: #EC2227;
    }
    
    
    h2{
        font-family: "acumin";
         text-rendering: geometricPrecision;
        text-justify: auto;
        line-height: 1em;
        font-weight: 500;
         font-size: 2.2em;
        clear: both;
        display: block;
        margin: auto;
    }
    
    
    h3{
        font-family: "acumin";
         text-rendering: geometricPrecision;
        text-justify: auto;
        line-height: 1.1em;
        font-weight: 400;
        font-size: 1.6em;
        clear: both;
        display: block;
        
    }
    
    
    h4{
        font-family: "acumin";
         text-rendering: geometricPrecision;
        text-justify: auto;
        line-height: 1em;
        font-weight: 400;
        font-size: 1.2em;
        clear: both;
        display: block;
    }
    
    
    h5{
        margin: 0;
        font-family: "acumin";
         text-rendering: geometricPrecision;
        text-justify: auto;
        line-height: 1.1em;
        font-weight: 400;
        font-size: 1em;
        clear: both;
        display: block;
    }
    
    
    h6{
        margin: 0;
        font-family: "acumin";
         text-rendering: geometricPrecision;
        text-justify: auto;
        line-height: 1em;
        font-weight: 400;
        font-size: .9em;
        clear: both;
        display: block;
        color: #EC2227;
    }
    
    
    p{
        font-family: "acumin";
         text-rendering: geometricPrecision;
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: .9em;
        margin: auto;
    }
    
    
    
    button {
        font-weight: 400;
        font-size: 1em;
        padding: .7em 1.2em .5em;
        font-family: "acumin";
        border-radius: 1.5em;
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 0;
        transition: all .3s;
    }
    
    button:hover i{
        font-size: 1em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #fff;
        color: #000;
    }
    
    
      button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
    
    
    














/* 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: 5em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        margin: 0;
    }
    
    h1 span{
        color: #EC2227;
    }
    
    
    h2{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1em;
        font-weight: 700;
         font-size: 3em;
        clear: both;
        display: block;
        margin: auto;
    }
    
    
    h3{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.1em;
        font-weight: 700;
        font-size: 1.5em;
        clear: both;
        display: block;
        
    }
    
    
    h4{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1em;
        font-weight: 600;
        font-size: 1.3em;
        clear: both;
        display: block;
    }
    
    
    h5{
        margin: 0;
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 500;
        font-size: 1em;
        clear: both;
        display: block;
    }
    
    
    h6{
        margin: 0;
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 600;
        font-size: 1em;
        clear: both;
        display: block;
        color: #EC2227;
    }
    
    
    p{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: .8em;
        margin: auto;
    }
    
    
    
    button {
        font-weight: 700;
        font-size: .9em;
        padding: .7em 1.2em .5em;
        font-family: "acumin";
        border-radius: 1.5em;
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 0;
        transition: all .3s;
    }
    
    button:hover i{
        font-size: 1em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #fff;
        color: #000;
    }
    
    
      button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

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

    
     h1{
        font-size: 9em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        margin: 0;
    }
    
    h1 span{
        color: #EC2227;
    }
    
    
    h2{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1em;
        font-weight: 700;
         font-size: 6.5em;
        clear: both;
        display: block;
        margin: auto;
    }
    
    
    h3{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.1em;
        font-weight: 700;
        font-size: 3em;
        clear: both;
        display: block;
        
    }
    
    
    h4{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1em;
        font-weight: 600;
        font-size: 2em;
        clear: both;
        display: block;
    }
    
    
    h5{
        margin: 0;
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 600;
        font-size: 1.2em;
        clear: both;
        display: block;
    }
    
    
    h6{
        margin: 0;
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 600;
        font-size: 1.2em;
        clear: both;
        display: block;
        color: #EC2227;
    }
    
    
    p{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: 1em;
        margin: auto;
    }
    
    
    
    button {
        font-weight: 700;
        font-size: 1.1em;
        padding: .7em 1.2em .5em;
        font-family: "acumin";
        border-radius: 1.5em;
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 0;
        transition: all .3s;
    }
    
    button:hover i{
        font-size: 1em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #fff;
        color: #000;
    }
    
    
      button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
    
    
    
    
}
    
        /* 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) {
	

    
    
    
    
    
    h1{
        font-size: 11em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        margin: 0;
    }
    
    h1 span{
        color: #EC2227;
    }
    
    
    h2{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1em;
        font-weight: 700;
         font-size: 8em;
        clear: both;
        display: block;
        margin: auto;
    }
    
    
    h3{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.1em;
        font-weight: 700;
        font-size: 4em;
        clear: both;
        display: block;
        
    }
    
    
    h4{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1em;
        font-weight: 600;
        font-size: 3em;
        clear: both;
        display: block;
    }
    
    
    h5{
        margin: 0;
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 600;
        font-size: 1.5em;
        clear: both;
        display: block;
    }
    
    
    h6{
        margin: 0;
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 600;
        font-size: 1.2em;
        clear: both;
        display: block;
        color: #EC2227;
    }
    
    
    p{
        font-family: "acumin";
        text-justify: auto;
        line-height: 1.3em;
        font-weight: 300;
        font-size: 1.2em;
        margin: auto;
    }
    
    
    
    button {
        font-weight: 700;
        font-size: 1.3em;
        padding: .7em 1.2em .5em;
        font-family: "acumin";
        border-radius: 1.5em;
        display: block;
        clear: both;
        float: left;
        border: 0;
        cursor: pointer;
        transition: all .3s;
}
    
    button:hover{ 
       
    }
    
    
    button i{
        transform-origin: center left;
        font-size: 0;
        transition: all .3s;
    }
    
    button:hover i{
        font-size: 1em;
        margin: auto auto auto .5em;
    }
    
    
    button.whitebtn{
        background-color: #fff;
        color: #000;
    }
    
    
      button.blackbtn{
        background-color: #000;
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}