/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300); */
@import url(https://db.onlinewebfonts.com/c/0abeb2471faeb5269db428b9eac2075e?family=GT+Walsheim+Pro+Regular);

/******************** TYPOGRAPHY ********************/
html, body {
	font-size: 16px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	line-height: 30px;
}


@font-face {font-family: "GT Walsheim Pro Regular";
    src: url("https://db.onlinewebfonts.com/t/0abeb2471faeb5269db428b9eac2075e.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/0abeb2471faeb5269db428b9eac2075e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/0abeb2471faeb5269db428b9eac2075e.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/0abeb2471faeb5269db428b9eac2075e.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/0abeb2471faeb5269db428b9eac2075e.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/0abeb2471faeb5269db428b9eac2075e.svg#GT Walsheim Pro Regular") format("svg"); /* iOS 4.1- */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "GT Walsheim Pro Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
}

h2 {
	font-size: 30px;
	font-weight: 300;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: 400;

}

h4 {
	font-size: 19px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
}

h4, h5, h6 {
	font-weight: 600;
}

/* @media (min-width: 768px) {
	h1 {
		font-size: 55px;
		line-height: 1.5;
	}

	h2 {
		font-size: 50px;
	}
} */

p {
	margin-bottom: 20px;
}
