body {
  color: #38185b;
  background-color: #FFF;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.logo {
  height: 20px;
  width: auto;
}

.full-logo {
  height: auto;
  width: 370px;
  max-width: 90vw;
  margin: 15px;
}

.white-header {
  background-color: #ffffff;
  color: #38185b !important;
}

.purple-header {
  background: #38185b;
  color: #ffffff;
  -webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
  transition: background 0.5s;
}

.contact-email > h2 > a,
.white-header > div > ul > li.nav-item > a,
.white-header > div > .navbar-text > .link-icons > a {
  color: #38185b !important;
}

.map-link,
.link-icons > a,
.purple-header > div > ul > li.nav-item > a,
.purple-header > div > .navbar-text > .link-icons > a {
  color: #ffffff !important;
}

.link-icons > a {
  text-decoration: none;
}

.navbar-text {
  padding: 0px;
}

.skill-icons>i {
  font-size: 3em;
  padding: 15px;
  padding-top: 30px;
}

.link-icons>a>i {
  font-size: 1.8em;
  padding-left: 10px;
}

.highlight {
  font-size: 1.2em;
}

#footer > .row {
  width: 100%;
  margin-left: 7px;
}

#footer > .row > .col-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.down-arrow {
  position:absolute;
  bottom: 10px;
  padding-top: 40px;
  width: 100%;
  color: #8D7BA3
}

.scroll-to {
  cursor: pointer;
}

.down-arrow>i {
  font-size: 2em;
}

#landing {
  height: 85vh;
  position: relative;
}

#about-section {
  position: relative;
}

#what-we-do-section {
  position: relative;
}

#contact-section {
  position: relative;
}

.contact-email {
  padding-top: 35px;
  padding-bottom: 15px;
}

.contact-email>h2>i {
  padding-right: 10px;
  padding-top: 5px;
}

.description {
  font-size: 1.1em;
  line-height: 1.5em;
  padding-bottom: 10px;
  padding-top: 10px;
}

.section {
  padding: 60px 0px;
}

#landing,
.section.purple {
  background-color: #38185b;
  color: #fff;
}

.section.white {
  color: #38185b;
  background-color: #fff;
}

.section-header {
  padding-bottom: 15px;
}

a.anchor {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}

.contents {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
