/* Add here all your CSS customizations */



/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #212529;
	font-family:  "Open Sans", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: 150%;	
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: white;
	color: #777777;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.red-font {
	color: #dc0000;
}

.white-font {
	color: #ffffff;
}
.orange-font {
	color: #dc0000;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 32px;
}

.anton {
	color: #232323;
	font-family: 'Anton', sans-serif;
	font-size:  44px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom:30px;
}

h2 {
	font-size: 2.0em;
	font-weight: 400;
	line-height: 150%;
	margin: 30px 0 28px 0;
}

h3 {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 150%;
	margin-top: 35px;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 150%;
	margin-top: 35px;
	margin-bottom: 15px;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 14px 0;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 14px 0;
}

h1.big {
	font-size: 4.2em;
	line-height: 54px;
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600;
}

h1.short {
	margin-bottom: 15px;
}

h2.short {
	margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
	margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
	margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
	margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
	margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
	margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
	color: #212529;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #FFF;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}









