body {
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  height: 100%; 
  position:relative;
}

header .row img {
	position:relative;
	height:80%;
	width:80%;
	margin: 30px 0px;
	display:inline-block;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -100px;
  margin-left: -15px;
  margin-bottom: -40px;
}

header p {
  padding: 0 20px;
  margin: 0;
}

h1 {
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 64px;
	color: #929292;
}

h2 {
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #929292;
}

h3 {
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

section p {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #929292;
}

section .row img {
  position:relative;
  width: 110%;
  height: 110%;
  margin-left: -10px;
  margin-top: 10px;
}

.col-sm-5 {
	margin-left:-10px;
	margin-bottom: 50px;
}

.col-sm-7 {
	margin-left:-10px;
	margin-bottom: 50px;
}

.col-sm-9 {
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin-left: -30px;
	margin-top: 50px;
}

.col-sm-9 img {
	height:94%;
	width:94%;
	margin-left:20px;
}

.col-sm-12 {
	margin-left:-10px;
}

.col-sm-4 img {
	height:100%;
	width:100%;
	margin-left:-40px;
}

.image {
	float:left;
}

footer {
  position:relative;
  font-size: 12px;
  padding: 20px 0;
  clear: both;
}

.button
{
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #0D4990;

  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: 300;
  
  margin: 4em auto;
  
  position:relative;
  top:0; right:0; bottom:0; left:0;
  
  padding: 8px 0;
  width: 170px;
  height:30px;

  background: #0D4990;
  border: 1px solid #0D4990;
  color: #FFF;
  overflow: hidden;
  
  transition: all 0.5s;
}

.button:hover, .button:active 
{
  text-decoration: none;
  color: #0D4990;
  border-color: #0D4990;
  background: #FFF;
}

.button span 
{
  display: inline-block;
  position: relative;
  padding-right: 0;
  
  transition: padding-right 0.5s;
}

.button span:after 
{
  content: ' ';  
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;

  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;

  transition: opacity 0.5s, top 0.5s, right 0.5s;
  transform: rotate(-45deg);
}

.button:hover span, .button:active span 
{
  padding-right: 30px;
}

.button:hover span:after, .button:active span:after 
{
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #0D4990;
  right: 0;
  top: 50%;
}

.btn:hover {
  opacity: 0.6;
  transition: opacity 0.7s;
}

.btn:active 
{
  display:block;
  opacity: 1.0;
  box-shadow: none;
  transform: scale(0.98);
  transition: opacity 0s;
}

.btn
{
-webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
   transition: opacity 0.7s ease-in-out;
}