html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  z-index: 999999;
  position: relative;
}

/* TYPOGRAPHY */

h1 {font-size: 3rem; color: #070707;}
h2 {font-size: 2rem;}
h3 {font-size: 1.375rem;}
h4 {font-size: 1.125rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.875rem;}


p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

a { 
	color:  #BF2E2D;
	text-decoration: none; 
}

a:hover { 
	color: #070707;
	text-decoration: none; 
}

p.headline-text {
	font-size: 1.3rem;
}

.logo { padding: 0 15%;}

.content { padding: 15% 15% 10% 15%;}


.image img {
	top: 0;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 10px;
}


@media only screen and (min-width: 45em) {  /* 720px */
	.image img { 
		width: 100%;
		height: 100vh;
		padding: 0;	
	}

	.fixed { position: fixed; width: 50%; }

	.under {
		padding: 15% 15% 45% 15%;
	}
}

.menu { float: right; }

.menu ul { margin-top: -40px;}

.menu ul li {
	display: inline-block;
	margin-right: 32px;
	font-size: 0.8em;	
}

.menu ul li a{
	color: #070707;
	display: block;
	position: relative;
}

.menu ul li a:hover {color: #BF2E2D; }

.btn {
	border-radius: 5px;
	border: solid 1px #070707;
	padding: 10px 15px;
}

.btn:hover { background: #070707; }

.btn-caption { color: #070707;}
.btn-caption:hover  { color: #fff;}

.cta {
	background: #F8F8F8;
	text-align: center;
	padding: 3% 0;
	position: absolute;
	width: 100%;
    bottom: 0;

}

.cta a { margin: 0 10px; }
.cta img { width: 15%;}
.cta p { font-size: 1rem; }

@media only screen and (min-width: 45em) {  /* 720px */
	.cta { width: 50%; }
	.cta img { width: 7%;}
}

