body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.p-header-bold{
		font-family: 'Montserrat', arial, sans-serif;
text-transform: uppercase;
color: #13355F;
font-size: 2em;
margin: 0;
	}
	.p-header-light{
		font-family: 'Source Sans Pro',arial, sans-serif;
font-size: 2.3em;
color: #69B77D;
}

@media only screen 
and (max-device-width : 420px) 
{ 

.p-header-bold{
		
font-size: 1.8em;
margin: 0;
	}
	.p-header-light{
		
font-size: 2.0em;

}

}

@media only screen 
and (max-device-width : 320px) 
{ 

.p-header-bold{
		
font-size: 1.5em;
margin: 0;
	}
	.p-header-light{
		
font-size: 1.6em;

}

}

