*{
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #256191;
}

.pace-running .entire-content {
	opacity: 0;
}

.pace-done .entire-content {
	opacity: 1;
	transition: all 0.5s ease-in;
}

h1 {
	font-size: 36px;
	font-style: bold;
	font-weight: 700;
	color: #256191;
}

.drop-shadow {
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
}

h2 {
	font-size: 30px;
	color: #256191;
}

h3 {
	font-size: 24px;
	font-weight: lighter;
	color: #256191;
}

.primary {
	color: #80bd64;
}

.primary-bg {
	background-color: #000;
}

.secondary-dark-blue {
	color: #000;
}

.secondary-dark-blue-bg {
	background-color: #000;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.75);
}

.secondary-sky-blue {
	color: #01479f;
}

.secondary-sky-blue-bg {
	background-color: #01479f;
}

a:focus {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	margin-bottom: 0;
}

ul {
	list-style: none;
}

ul li {
	display: inline-block;
}

.section-padding {
	padding: 112px 0 56px 0;
}

.white {
	color: #dfdfdf;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.animated {
	opacity: 0;
}

textarea:focus, input:focus{
    outline: none;
}



















