@font-face {
  font-family: H;
  src: url(../fonts/h.woff);
}
@font-face {
  font-family: M;
  src: url(../fonts/m.woff);
}
body {
  margin:0;
  padding:0;
  color:#333;
  font-family: H, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: H, Helvetica, Arial, sans-serif;
  font-weight:700;
}

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

ul {
  list-style: none;
}

li {
  margin-left:-40px;
}

.header {
  background-image: url("images/art.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
  vertical-align:middle;
  text-align: center;
  position: relative;
  display:none;
}

.cta{
  width: 900px;
  margin: auto;
  text-align: center;
  position: absolute;
  top:50%; left: 50%;
  transform: translate(-50%, -50%);
}

.cta h1 {
  font-family:H, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 130px;
}

#cta-2, #cta-3{
  display: none;
}

.logo {
  float:left;
  font-family:H, Helvetica, sans-serif;
  color: black;
  text-transform: uppercase;
  font-size: 130px;
  padding-bottom: 0px;
  display:block;
}

.tagline {
  clear: both;
  font-size: 40px;
}


.section{
  width: 900px;
  margin: auto;
  margin-top: 25px;
  overflow: auto;
}

.halves{
  width: 400px;
  float: left;
}

.vh{
  height:100vh;
}

.left-wrapper{
  margin-top: 30vh;
  margin-left: 6vw;
  overflow: auto;
  width: 300px;
  float: left;
}

.right-wrapper{
  margin-top:30vh;
  margin-left: 0px;
  border-left:#333 solid 3px;
  padding-left: 50px;
  float: left;
  padding-top: 5px;
}

.services-list {
  margin:0;
  margin-bottom: 100px;
}

.services-list li {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 0px;
}

button {
  font-size: 20px;
  background-color: black;
  color: white;
  font-family:H, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px;
  width: 150px;
  border-radius: 5px;
}

.fa {
  padding: 10px;
  width: 15px;
  height:15px;
  text-align: center;
  text-decoration: none;
  background:#000;
  color:white;
  border-radius:50%;
}

.fa:hover {
  opacity: 0.7;
}