/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*--------------------------------------------------------
Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: 300;
	text-transform:uppercase;
	color:#F54641;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	position: relative;
	margin-bottom: 7px;
	line-height:74px;
	color:#F54641;

}

h1.white {
	color: white;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 44px;
	position: relative;
}

h2.white {
	color: white;
}


h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-transform:none !important;
}

h3.white {
	color: white;
}

h4 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
}

p {
	margin-top: 10px;
}



a {
  color: #F54641;
  text-decoration: none;
transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a:hover,
a:focus {
  color: #868991;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



p.lead {
	font-size: 20px;
	color: #868991;
	line-height: 1.4;
}

hr {
	margin: 25px 0;
	border: 0;
	border-bottom: 1px solid #4e4e4e;
}
