body {
	font-family: 'Open Sans', sans-serif;
}
a, a:hover {
	text-decoration: none;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.parallax-1 h1{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 52px;
}
.parallax-1 a{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 42px;
}
.parallax-2 h1{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 52px;
}
.parallax-2 a{
	font-weight: 700;
	color: #FFFFFF;
	font-size: 42px;
}
.header {
	text-align: center;
	padding: 30px 0;
	background: #000000;
	height: 150px;
}
.header h2 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 32px;
}
.about-us-top {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about-us-top h2 {
	font-weight: 600;
	color: #000000;
	font-size: 42px;
}
.underline {
	height: 3px;
	width: 50px;
	background: #E43834;
	margin: 20px auto;
}
.about-us-top p {
	font-size: 20px;
	font-weight: 300;
}
.about-left-col .fa {
	line-height: 100px;
	font-size: 24px;
	color: #E43834;
}
.about-right-col {
	min-height: 100px;
}
.about-right-col h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}
.about-right-col p {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
}
.price-table h2 {
	color: #000000;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
table {
	width: 100%;
	border: 2px solid #000000;
	margin: 40px 0;
}
th {
	text-align: center;
	border: 1px solid #000000;
	padding: 5px;
	font-size: 24px;
	font-weight: 300;
}
td {
	text-align: center;
	border: 1px solid #000000;
	padding: 5px;
	font-size: 16px;
}
.contact{
	margin: 40px 0;
}
.contact p {
	font-size: 24px;
	font-weight: 300;
	margin: 30px 0;
}
.contact .fa {
	font-size: 32px;
	margin-right: 10px;
}
.form-input {
	width: 100%;
	border: 1px solid #000000;
	padding: 7px 5px;
	margin: 20px 0;
}
#message {
	height: 150px;
	resize: none;
}
#send-button {
	background: none;
	border: 2px solid #000000;
	padding: 7px 5px;
	width: 25%;
	transition: .5s linear;
}
#send-button:hover {
	background: #000000;
	color: #FFFFFF;
}
.form-input:focus, .form-input:active {
	outline: none;
}
#fill-up {
	display: none;
}
.footer {
	padding: 20px 0;
	text-align: center;
	background: #000000;
}
.footer p {
	color:#FFFFFF;
	font-size:16px;
}
.navbar-default {
	border: none;
	background: #000000;
}
.navbar-default .navbar-nav> li> a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav> li> a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.navbar {
	min-height: 75px;
}
#menu-active {
	border-bottom: 2px solid #E43834;
}
.menu-active {
	border-bottom: 2px solid #E43834 !important;
}
.parallax-1 {
  padding: 200px 0;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url(img/parallax-1.jpg);
  text-align: center;
}
.parallax-2 {
  padding: 200px 0;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url(img/parallax-2.jpg);
  text-align: center;
}
/*Animations*/
.opacity {
	opacity: 0;
}
.animated {
	opacity: 1;
}
.animatedLonger {
	animation-duration: 2.5s !important;
}
#logo {
	height: 40px;
}