@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway&display=swap");
.black {
  color: black; }

.light-grey {
  color: #5a5d62; }

.light-blue {
  color: #279cd2; }

.red {
  color: red; }

.white {
  color: white; }

body {
  font-style: "Open Sans", sans-serif; }

.mt-20 {
  margin-top: 20px; }

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  margin: 0; }
  @media (min-width: 992px) {
    h2 {
      font-size: 44px; } }

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0; }
  @media (min-width: 992px) {
    h3 {
      font-size: 32px; } }

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .section-padding {
      padding-top: 120px;
      padding-bottom: 120px; } }

.navbar {
  background-color: white;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 15px;
  padding-top: 15px; }

.navbar-nav {
  margin-top: 14px; }
  @media (min-width: 992px) {
    .navbar-nav {
      margin-top: 0; } }

.nav-item {
  border-top: 2px solid transparent;
  margin-right: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .nav-item:hover, .nav-item.active {
    border-top: 0; }
    .nav-item:hover a, .nav-item.active a {
      color: #279cd2; }
    @media (min-width: 992px) {
      .nav-item:hover, .nav-item.active {
        border-top: 2px solid #279cd2; } }
  .nav-item:last-child {
    margin-right: 0; }
  @media (min-width: 992px) {
    .nav-item {
      margin: -19px 30px 0 0;
      padding-top: 19px; } }

.nav-link {
  color: #2b2e35;
  font-size: 16px; }
  .nav-link:hover {
    color: #279cd2; }

header .image-wrapper {
  background-image: url("../images/backgrounds/intro.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 70px);
  width: 100%; }
header .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
header .content-wrapper {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  header .content-wrapper h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 20px 0 0; }
    @media (min-width: 992px) {
      header .content-wrapper h3 {
        font-size: 32px;
        letter-spacing: 2px; } }

#featured-image {
  background-color: #279cd2;
  color: white;
  margin-top: 82px; }
  #featured-image h1 {
    font-size: 40px; }
    @media (min-width: 992px) {
      #featured-image h1 {
        font-size: 50px; } }
  #featured-image h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 20px 0 0; }
  #featured-image .content {
    padding: 30px 0; }
    @media (min-width: 992px) {
      #featured-image .content {
        padding: 80px 0; } }
  #featured-image.no-image {
    height: 0; }

main .divider {
  background-color: rgba(0, 0, 0, 0.1);
  height: 3px;
  margin: 38px 0 32px;
  width: 150px; }
main .intro {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 38px;
  margin-bottom: 30px; }
main p {
  line-height: 34px;
  font-size: 15px;
  margin-bottom: 20px; }
main .work-item:not(:last-child) {
  margin-bottom: 30px; }
main iframe {
  border: 0;
  margin: 70px 0 -6px; }

#services {
  margin-top: 70px; }
  #services .service {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 70px);
    position: relative;
    z-index: 1; }
    #services .service .overlay {
      background: linear-gradient(to left, transparent 0%, #000 100%);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10; }
    #services .service .content-wrapper {
      padding: 0 15px;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 100;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      #services .service .content-wrapper h2 {
        font-size: 34px;
        margin-bottom: 40px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          #services .service .content-wrapper h2 {
            font-size: 50px; } }
      #services .service .content-wrapper p {
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          #services .service .content-wrapper p {
            font-size: 18px; } }
      #services .service .content-wrapper .btn {
        background-color: transparent;
        border-color: white;
        border-radius: 0;
        color: white;
        padding: 17px 40px;
        text-transform: uppercase; }
        #services .service .content-wrapper .btn:hover {
          background-color: white;
          color: #2b2e35; }
    #services .service.reverse .overlay {
      background: linear-gradient(to right, transparent 0%, #000 100%); }
    #services .service.reverse .content-wrapper {
      text-align: right; }

#contact-form.inner {
  margin-top: 70px; }
#contact-form .form-control {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  border-radius: 0;
  font-size: 14px;
  height: auto;
  padding: 10px 15px; }
#contact-form textarea {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  width: 100%; }
#contact-form .btn {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  border-radius: 0;
  color: #2b2e35;
  padding: 10px 25px; }
  #contact-form .btn:hover {
    background-color: #868a92;
    color: white; }

#social {
  background-color: white;
  border-top: 2px solid #f8f8f8;
  padding: 40px 0; }
  #social ul {
    float: left;
    margin: 0 0 20px;
    padding: 0; }
    #social ul li {
      float: left;
      list-style-type: none;
      margin-right: 10px; }
      #social ul li:last-child {
        margin-right: 0; }
      #social ul li a {
        background-color: #5a5d62;
        border-radius: 50%;
        height: 46px;
        float: left;
        position: relative;
        width: 46px; }
        #social ul li a i {
          color: white;
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        #social ul li a:hover {
          background-color: white; }
          #social ul li a:hover i {
            color: #5a5d62; }
    @media (min-width: 992px) {
      #social ul {
        margin: 0; } }
  #social .btn {
    background-color: #5a5d62;
    border-color: #5a5d62;
    border-radius: 0;
    color: white;
    float: right;
    padding: 10px 25px; }
    @media (min-width: 992px) {
      #social .btn {
        float: right;
        margin-top: 5px; } }
    #social .btn:hover {
      background-color: white;
      color: #5a5d62; }

#news .media {
  display: block;
  margin: 50px 0 30px; }
  #news .media:first-child {
    margin-top: 0; }
  #news .media .media-body {
    margin-top: 20px; }
    #news .media .media-body a {
      color: #279cd2; }
      #news .media .media-body a h2 {
        font-size: 25px;
        margin-bottom: 20px; }
    #news .media .media-body p {
      color: #5a5d62;
      margin-bottom: 0; }
    @media (min-width: 992px) {
      #news .media .media-body {
        margin-top: 0;
        margin-left: 20px; } }
  @media (min-width: 992px) {
    #news .media {
      display: flex; } }

#sidebar {
  background-color: #f8f8f8;
  margin-top: 40px;
  padding: 15px 15px 30px 15px; }
  @media (min-width: 992px) {
    #sidebar {
      margin-top: 0px; } }
  #sidebar img {
    height: 200px;
    margin-bottom: 20px; }
  #sidebar h4 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 38px;
    margin-bottom: 20px; }
  #sidebar ul {
    margin: 0;
    padding: 0; }
    #sidebar ul li {
      list-style-type: none; }
      #sidebar ul li a {
        color: #279cd2; }
        #sidebar ul li a i {
          margin-right: 10px; }

footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: #5a5d62;
  padding: 20px 0; }
  footer p {
    margin-bottom: 0; }
    footer p a {
      color: #5a5d62; }
      footer p a:hover {
        color: #5a5d62; }
  footer .fa-envelope {
    margin-left: 10px; }

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