@charset "UTF-8";

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #fff;
  text-decoration: none;
  outline: none; }
a:hover {
  color: #a4a4a4;
  text-decoration: none;
  outline: none; }

a.index {
  color: #fff;
  text-decoration: none;
  outline: none; }
a.index:hover {
  color: #a4a4a4;
  text-decoration: none;
  outline: none; }
a.text {
  color: #808080;
  text-decoration: none;
  outline: none; }
a.elsewhere:hover {
  color: #a4a4a4;
  text-decoration: none;
  outline: none; }
a.elsewhere {
  color: #808080;
  text-decoration: none;
  outline: none; }
a.elsewhere:hover {
  color: #a4a4a4;
  text-decoration: none;
  outline: none; }
a:focus{
  outline: none; }

  /* Underline
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.underline {
  text-decoration: underline; }

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 6rem 0 3rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Header
––––––––––––––––––––––––––––––––––––––––––––––––––
.header {
  padding: 1.5rem 0 1rem;
  background-color: #a4a4a4;
  //text-align: center;
}
.header-heading,
.header-description {
  margin-bottom: 1.2rem;
}*/

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  padding: 0.5rem 0 0.4rem;
  text-align: center;
  font-size: 1.3rem;
  color: #a4a4a4;
}
.footer-heading,
.footer-description {
  margin-bottom: 1rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 90%;
  margin: 0rem auto -10rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  //background-image: url('../images/background_dark.jpg');
  //background-size: cover;
  //background-color: #301941;
  //background-color: #1d0f27;
  background-color: #2d3a43;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .6rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Bio
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.biopic {
  //min-height: 427px;
  position: relative;
  color: white;
}
.biopic-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
/*
.biopic-heading {
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  //margin-top: -120px;
  bottom: 200px;
  right: -20px;
  font-size: 1em;
  color: #fff;
}
.biopic-description {
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  //margin-top: -80px;
  bottom: 180px;
  right: -20px;
  font-size: 1em;
  color: #fff;
}
*/

.biobottom-left {
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.biobottom-top-left {
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 8px;
  left: 16px;
}

.biopic-heading {
  font-size: 2em;
}

/* Projects
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.projects {
  //background-image: url('../images/background_dark.jpg');
  //background-size: cover;
  color: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.projects-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.projects-heading {
  margin-bottom: .6rem;
}
.projects-description {
  opacity: .8;
  font-weight: 300;
}

/* Elsewhere
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.centered {
  text-align: center;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr.titlehr {
  margin-top: -2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
  }

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contactcontainer {
  text-align: center;
}

.contactcontainer img {
  display: inline-block;
  margin: 0;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description {
  margin-bottom: 4rem;
}

/* Bigger than 300 */
@media (min-width: 300px) {
  .section {
    padding: 6rem 0 3rem;
  }
  .hero {
    padding-bottom: 30rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -2.2rem;
    right: 3rem;
    max-height: 400px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 3.2rem;
  }
  .biopic-heading {
    font-size: 1em;
  }
  .biobottom-left {
    bottom: 290px;
    left: 30px;
  }
  .biobottom-top-left {
    top: 10px;
    left: 30px;
  }
}

/* Bigger than 600 */
@media (min-width: 600px) {
  .section {
    padding: 6rem 0 3rem;
  }
  .hero {
    padding-bottom: 6rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -6rem;
    right: 3rem;
    max-height: 400px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 3.2rem;
  }
  .biopic-heading {
    font-size: 2em;
  }
  .biobottom-left {
    bottom: 200px;
    left: 30px;
  }
  .biobottom-top-left {
    top: 70px;
    left: 30px;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 3.6rem;
  }
  .section {
    padding: 7rem 0 3.5rem;
  }
  .hero {
    padding: 12rem 0 8rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -12rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
  .biopic-heading {
    font-size: 2em;
  }
  .biobottom-left {
    bottom: 120px;
    left: 30px;
  }
  .biobottom-top-left {
    top: 140px;
    left: 30px;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 10rem 0 5rem;
  }
  .hero {
    padding: 18rem 0;
  }
  .hero-heading {
    font-size: 4.6rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
  .biopic-heading {
    font-size: 2em;
  }
  .biobottom-left {
    bottom: 30px;
    left: 30px;
  }
  .biobottom-top-left {
    top: 240px;
    left: 30px;
  }
}
