@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fbfcfc;
}

.breanna {
  position: relative;
  padding: 0 30px;
  height: 500px;
  background-image: url(../img/banner.jpg);
  background-position: top center;
  background-size: cover;
}

.breanna #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.team-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.text-img {
  margin-top: -3px;
  width: 100;
  height: 36px;
}

.title {
  color: #E64629 !important;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 3px;
}

.lukas {
  color: #ef4827;
  font-weight: bold;
}

.icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  border: 1px solid #eee;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  background-color: white;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #E64629 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #E64629 !important;
  background-color: transparent;
}

.ajr {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;;
}

.inline {
  display: inline-block;;
}

footer a {
  color: #fff;
}

.download {
  padding: 0 30px;
}

.download img {
  max-width: 150px;
}

.hidden.menu {
      display: none;
    }

    .masthead.segment {
      min-height: 700px;
      padding: 1em 0em;
    }
    .masthead .logo.item img {
      margin-right: 1em;
    }
    .masthead .ui.menu .ui.button {
      margin-left: 0.5em;
    }
    .masthead h1.ui.header {
      margin-top: 3em;
      margin-bottom: 0em;
      font-size: 4em;
      font-weight: normal;
    }
    .masthead h2 {
      font-size: 1.7em;
      font-weight: normal;
    }

    .ui.vertical.stripe {
      padding: 8em 0em;
    }
    .ui.vertical.stripe h3 {
      font-size: 2em;
    }
    .ui.vertical.stripe .button + h3,
    .ui.vertical.stripe p + h3 {
      margin-top: 3em;
    }
    .ui.vertical.stripe .floated.image {
      clear: both;
    }
    .ui.vertical.stripe p {
      font-size: 1.33em;
    }
    .ui.vertical.stripe .horizontal.divider {
      margin: 3em 0em;
    }

    .quote.stripe.segment {
      padding: 0em;
    }
    .quote.stripe.segment .grid .column {
      padding-top: 5em;
      padding-bottom: 5em;
    }

    .footer.segment {
      padding: 5em 0em;
    }

    .secondary.pointing.menu .toc.item {
      display: none;
    }

    @media only screen and (max-width: 700px) {
      .ui.fixed.menu {
        display: none !important;
      }
      .secondary.pointing.menu .item,
      .secondary.pointing.menu .menu {
        display: none;
      }
      .secondary.pointing.menu .toc.item {
        display: block;
      }
      .masthead.segment {
        min-height: 350px;
      }
      .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
      }
      .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
      }
    }

footer a:hover {
  color: #404041 !important;
}

.anim2 {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.ls1 {
  letter-spacing: 1px;
}

small {
  padding-left: 30px;
}

.deeco {
  color: #ef4827;
}

.heskey {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.container .credit {
  margin: 20px 0;
}

.line {
  content: '';
  display: block;
  width: 50px;
  margin: 70px auto 50px;
  background-color: #1C355B;
  height: 3px;
}

li {
  text-transform: uppercase;
}

footer {
  padding: 30px 30px 10px;
  background-color: #404041;
  color: #fff;
  font-size: 14px;
  height: 250px;
}

@media screen and (max-width: 768px) {
    footer {
      padding: 20px 10px 10px;
    }
}

.footer-left {
  padding-right: 30px;
  margin: 30px 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 30%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer-left {
    width: auto;
    max-width: 700px;
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}

.footer-left label {
  font-size: 12px;
}

.footer-right {
  width: 30%;
  text-align: left;
  vertical-align: top;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer-right {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-left: none;
  }
}
