/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

body {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
	clear: both;
}

h1 {  
    font-size: 1.9em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1;
}

p {
    font-family: open sans, sans-serif;
    font-size: .95em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


@media screen and (min-width: 40em) {
    
    h1 {
    font-size: 30px;
}

    h2 {
    font-size: 28px;
}

    h3 {
    font-size: 26px;
}

    h4 {
    font-size: 24px;
}
    
    p {
	font-size: 18px;
    }
    
}

@media screen and (min-width: 52em) {
    
    h1 {
    font-size: 30px;
}

    h2 {
    font-size: 28px;
}

    h3 {
    font-size: 26px;
}

    h4 {
    font-size: 24px;
}
    
    p {
	font-size: 18px;
	line-height: 1.5;
    }
    
}

@media screen and (min-width: 60em) {
    
    h1 {
    font-size: 30px;
}

    h2 {
    font-size: 28px;
}

    h3 {
    font-size: 26px;
}

    h4 {
    font-size: 24px;
}
    
    p {
	font-size: 18px;
	line-height: 1.5;
    }
    
}

@media screen and (min-width: 70em) {
    
    h1 {
    font-size: 35px;
}

    h2 {
    font-size: 25px;
}

    h3 {
    font-size: 23px;
}

    h4 {
    font-size: 21px;
}
    
    p {
	font-size: 21px;
	line-height: 1.5;
    }
    
}
    
    
    
    
    