.typekit{
  font-family: "futura-pt";  
}
h1 {
    /* TRANSFORMS */
    text-transform: uppercase;
     text-align: center;
  
    /* FONT SETTINGS */
    font-family: "futura-pt", sans-serif;
    font-weight: 1000;
    font-size: 4.5em;
    line-height: 0.8;
    /* SPECIAL TEXT SETTINGS */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    background-image: url(http://cl.ly/image/1t3m2u2k060V/2014-02-04%2002.39.43%201.jpg);
    */
}
h2 {
    /* TRANSFORMS */
    text-transform: uppercase;
    text-align: center;   
    /* FONT SETTINGS */
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-size: 2em;
    font-kerning: auto;
  	font-style:italic;
	  font-size-adjust:auto; 
    line-height: 1;
    /* SPECIAL TEXT SETTINGS */
    background: repeating-linear-gradient(240deg, #ff3800, #0037ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p {
    /* TRANSFORMS */
    text-transform: none;
    text-align: justify;
    font-weight: 100;
    align-content: center;
    /* FONT SETTINGS */
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 100;
}
quote {
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    font-style:italic;
    /* SPECIAL TEXT SETTINGS */
    background: repeating-linear-gradient(240deg, #0065e0, #ffb218);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img {
    max-width: 55%;
}
signature {
		font-family: "futura-pt", sans-serif;
		letter-spacing: 10px;
		line-height: 2.5em;
  	text-align: center;
}
nav {
	margin-bottom: -1.2em;
}
.mainBlock {
    margin-left: auto;
    margin-right: auto;
    max-width: 55%;
    display: table;
}
.padBlock {
    padding: 0px 5px;
}
/*###MEDIA QUERIES###*/
@media only screen and (max-width: 700px){
	h1 {
		font-size: 2.9em;
	}	
	h2 {
		font-size: 1.6em;
	}
	p {
		text-align: justify;
	}
	.mainBlock {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		max-width: 900px;
		display: table;	
	}
  signature {
		text-align: center;
  }
}
@media only screen and (max-width: 500px) {
	h1 {
		font-size: 1.9em;
	}	
	h2 {
		font-size: 1.2em;
	}
	p {
	text-align: left;
	}
	.mainBlock {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		display: table;	
	}
  signature {
		text-align: center;
  }
}
@media only screen and (max-width: 400px) {
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.0em;
	}
	.mainBlock {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		display: table;
	}
	img {
			max-width: 90%;
	}
	p {
	text-align:left;
	}
	nav {
	margin-bottom: -1em;
	}
  signature {
		text-align: center;
  }
}