a {
	  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input:hover {
	  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}


.header {
	background: #135c8f;
	padding: 40px 0 140px 0;
	color: #ffffff;
	text-align: center;
	position: relative;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
	color: #ffffff;
	text-align: center;
	font-weight: 300;
}

.content {
	text-align: center;

}

.section {
	padding: 40px 0;
}


.footer {
	background: #135c8f;	
	color: #ffffff;
	text-align: center;
	position: relative;
}

/*
.footer:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fafafa rgba(119, 119, 119, 0) rgba(119, 119, 119, 0);
    border-image: none;
    border-right: 15px solid rgba(119, 119, 119, 0);
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}
*/


.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #ffffff;
	text-align: center;
	font-weight: 300;
}

.footer a,
.footer a:hover,
.footer a:active
 {
	color: #ffffff;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
	margin-top: 20px;
	margin-bottom: 60px;
}

.content {
	margin-top: 75px;
}

.face {
	position: absolute;
	bottom: -75px;
	left: 50%;
	margin-left: -75px;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
}

.gap {
	padding-left: 20px;
}

.btn-outline-inverse {
    background-color: transparent;
    border-color: #ffffff;
    border-width: 1px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
} 

a.btn-outline-inverse {
	color: #ffffff;
}

a.btn-outline-inverse:hover {
	color: #135c8f;
	background: #ffffff;
	border-color: #ffffff;
}  

a.btn-outline-inverse:active {
	color: #135c8f;
	background: #ffffff;
	border-color: #ffffff; 
}


.btn-outline {
    background-color: #135c8f;
    border-color: #135c8f;
    border-width: 1px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #ffffff;
} 

.btn-outline:hover {
	color: #135c8f;
	background-color: transparent;
}


.modal-title {
	color: #ffffff;
}

.modal-header {
	background: #135c8f;
	border-bottom: 0;
}