.website-wrapper {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,000000+100 */
background: #141414; /* Old browsers */
background: -moz-linear-gradient(-45deg, #141414 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #141414 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #141414 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h1 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

h4 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  color: #DE4858;
  padding-bottom: 5px;
}

h5 {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  color: #DE4858;
}

p {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.618;
  font-weight: 300;
  text-align: left;
  color: #fff;
  padding-bottom: 25px;
}

a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

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

a button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #DE4858;
  color: #fff;
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 15px 30px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}

a button:hover {
  padding: 15px 50px;
}

.social-media-link {
  margin-right: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.social-media-link:hover {
  color: #DE4858;
}




.footer-section button {
  width: 50%;
  padding: 15px 30px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}

.paragraph-padding-top {
  padding-top: 15px;
}

a .paragraph-strong {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 1.618;
  text-transform: none;
  font-weight: 700;
  color: #DE4858;
}




.header-section {
  height: 98px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header-section-links {
  margin-top: 43px;
  text-align: right;
}

.header-section-links a {
  margin-left: 25px;
  padding-bottom: 29px;
  border-bottom: 5px solid transparent;
}

.header-section-links a:hover {
  border-bottom: 5px solid #DE4858;
}





.cover-section {
  padding-top: 120px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.cover-image {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}




.services-section {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}




.references-section {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.references-section img {
  margin: 0 auto;
  text-align: center;
  padding: 10px 50px;
}




.photo-section {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.office-image {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}




.footer-section {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-section-button {
  width: 100%;
  margin: 0;
  padding: 25px 0;
}

.footer-section-button a {
  pointer-events: cursor;
  display: block;
  margin: auto;
  text-transform: none;
  font-size: 30px;
  line-height: 1;
  border-bottom: 5px solid transparent;
}

.footer-section-button a:hover {
  color: #DE4858;
}
