::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3); }

::selection {
  background: #000;
  color: #FFF; }

* {
  font-family: "Didact Gothic", sans-serif; }

a {
  color: inherit;
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
  cursor: pointer; }

body {
  position: relative;
  margin: 0; }

section {
  padding: 10px 0px; }

header {
  position: fixed;
  top: 0;
  height: 70px;
  background: none;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  header .tab {
    font-family: "Didact Gothic", sans-serif;
    color: #FFF;
    font-size: .8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  header .tab:hover {
    cursor: pointer;
    opacity: .5; }

.home {
  position: relative;
  background-color: #000;
  background-image: url("../img/Back4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  padding-top: 120px;
  padding-bottom: 200px; }

.content {
  width: 70%;
  margin: auto; }

.logo {
  width: 200px;
  padding: 40px 0px;
  margin: auto;
  user-select: none; }
  .logo img {
    width: 100%; }

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden; }

h1 {
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-weight: 300;
  font-size: 5em;
  margin: auto;
  letter-spacing: 50px;
  user-select: none; }

h2 {
  font-family: "Lato", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 10px; }

.subtext {
  font-family: "Didact Gothic", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 1em;
  width: 70%;
  margin: auto;
  line-height: 1.5; }

.button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

button {
  outline: none;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background: none;
  font-size: 1em;
  color: #FFF;
  font-family: "Didact Gothic", sans-serif;
  padding: 15px 30px;
  margin: 40px 20px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  button .fa {
    margin-right: 10px; }

button:hover {
  border: 4px solid white; }

hr {
  border: 2px solid #FFF;
  width: 50px;
  margin: auto;
  margin-bottom: 20px; }

hr.black {
  border: 1.5px solid #000;
  margin-top: -15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px; }

.about, .work {
  padding: 70px 0px; }

h4 {
  font-family: "Didact Gothic", sans-serif;
  font-size: 1.5em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px; }

p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 1.2em;
  color: #222;
  line-height: 2;
  padding-bottom: 20px; }
  p a {
    text-decoration: none; }
  p b {
    font-weight: bold; }

.work {
  background: #f9f9f9; }
  .work .content {
    width: 70%; }

.tile-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0px;
  flex-wrap: wrap; }

.tile {
  width: 200px;
  padding: 15px;
  margin: 10px;
  justify-content: center;
  padding-bottom: 10px;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  min-height: 325px; 
vertical-align: middle}
  .tile .icon {
    padding-top: 10px;
    width: 50px;
    margin: auto; }
    .tile .icon img {
      width: 100%;
      opacity: .2;
      user-select: none; }
  .tile .heading {
    min-height: 60px;
    width: 90%;
    font-family: "Didact Gothic", sans-serif;
    font-size: 1.2em;
    color: #222;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: auto;
    text-align: center; }
  .tile .text {
    width: 90%;
    margin: auto; }
    .tile .text .bullet {
      position: relative;
      left: 10px;
      font-size: .9em;
      color: #777;
      font-family: "Didact Gothic", sans-serif; }
    .tile .text .bullet:before {
      content: '';
      height: 5px;
      width: 5px;
      border-radius: 100%;
      background: #777;
      position: absolute;
      left: -15px;
      top: 7px; }
      .tile .pic {
    padding-top: 10px;
     margin: auto; 
    position:relative;
  }
  

.join a {
  text-decoration: none;
  color: #000; }
.join .post-wrapper {
  padding: 40px 0px; }
.join .post {
  width: 100%;
  margin: 35px 0px; }
  .join .post .position {
    font-family: "Didact Gothic", sans-serif;
    font-size: 1.5em;
    color: #222;
    padding-left: 20px;
    border-left: 2px solid #222; }
  .join .post .point {
    position: relative;
    font-family: "Didact Gothic", sans-serif;
    font-size: 1em;
    color: #777;
    padding-left: 20px;
    padding-top: 20px; }
  .join .post .point:before {
    content: '';
    height: 2px;
    width: 10px;
    background: #777;
    position: absolute;
    left: -10px;
    top: 30px; }

.contact {
  background: #111; }

h4.white {
  color: #FFF; }

hr.white {
  border: 1.5px solid #FFF !important;
  margin-bottom: 30px; }

.social {
  padding: 20px 20px;
  color: #FFF;
  font-size: 1em;
  line-height: 2;
  font-family: "Didact Gothic", sans-serif;
  display: inline-block; }
  .social .fa {
    margin-right: 20px; }
  .social a {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
  .social a:hover {
    border-bottom: 2px solid #FFF; }

.phone {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 5px 20px; }

footer {
  padding: 5px 0px;
  background: #111;
  border: 0px; }
  footer p {
    font-size: .8em;
    color: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin: auto;
    text-align: center; }
    footer p b {
      color: #c0392b; }
    footer p a {
      padding-bottom: 1px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    footer p a:hover {
      border-bottom: 1px solid #FFF; }

.shorter {
  width: 72.5%;
  margin: auto; }

@media screen and (max-width: 850px) {
  .shorter {
    width: 100%; }

  .content {
    width: 80%; }

  .subtext {
    width: 100%; }

  h2 {
    font-size: 1.5em; } }
@media screen and (max-width: 700px) {
  .content {
    width: 80%; }

  .subtext {
    font-size: .85em; }

  button {
    font-size: .9em; }

  h2 {
    font-size: 1.2em; }

  .work .content {
    width: 90%; } }
@media screen and (max-width: 600px) {
  section {
    padding: 20px 0px; }

  .about, .work, .join {
    padding: 20px 0px; }

  header {
    display: none; }

  .content {
    width: 90%; }

  h2 {
    font-size: 1.1em; }

  .subtext {
    font-size: .85em; }

  button {
    font-size: .85em; }

  .work .content {
    width: 90%; }

  p {
    font-size: 1em; }

  h4 {
    font-size: 1.2em; }

  .tile .heading {
    font-size: 1.0em; }

  .join .post-wrapper .post .position {
    font-size: 1.1em; }
  .join .post-wrapper .post .point {
    font-size: .85em; } }

/*# sourceMappingURL=style.css.map */
