*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 72.5%; }

body {
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden; }

.display-5 {
  color: gold;
  font-size: 3em; }

.navbar .nav-link {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.navbar .nav-item-active {
  border-left: #444 3px solid; }

.navbar .nav-font {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left; }

.carousel-item {
  height: 25rem; }

.carousel-image-1 {
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/as-building3.jpg);
  background-size: cover; }

.carousel-image-2 {
  background-image: linear-gradient(to right bottom, rgba(9, 110, 109, 0.6), rgba(51, 48, 255, 0.6)), url(../img/as-work5.jpg);
  background-size: cover; }

.carousel-image-3 {
  background-image: linear-gradient(to right bottom, rgba(166, 122, 248, 0.6), rgba(75, 10, 253, 0.6)), url(../img/as-work3.jpg);
  background-size: cover; }

.fa {
  font-size: 3em;
  padding-right: 3px; }

#reference .fa {
  font-size: 12px;
  padding-right: 3px; }

#reference .fa-check {
  padding-left: 1rem; }

#reference .card-title {
  text-align: center; }
  #reference .card-title__sub {
    text-align: center; }
  #reference .card-title__sub2 {
    color: grey;
    font-size: .9rem;
    text-align: center; }

#home-heading {
  position: relative;
  min-height: 200px;
  background: linear-gradient(to right bottom, rgba(166, 122, 248, 0.6), rgba(75, 10, 253, 0.6)), url(../img/as-work3.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }

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

#video-play {
  position: relative;
  min-height: 200px;
  background: linear-gradient(to right bottom, rgba(166, 122, 248, 0.6), rgba(75, 10, 253, 0.6)), url(../img/as-work3.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0, -300px;
  text-align: center;
  color: #fff; }
  #video-play a {
    color: #fff; }

.footer {
  background-color: #333;
  padding: 5rem 0;
  font-size: 1rem; }
  .footer__logo-box {
    color: white;
    text-align: center;
    margin-bottom: 8rem; }
  .footer__logo {
    text-align: center;
    height: auto; }
  .footer__navigation {
    text-align: center;
    border-top: 1px solid #777;
    padding-top: 2rem;
    width: 100%;
    display: inline-block; }
  .footer__list {
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 1.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #f7f7f7;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }
  .footer__link:hover, .footer__link:active {
    color: #55c57a;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.3); }
  .footer__copyright {
    color: white;
    text-align: center;
    border-top: 1px solid white;
    padding-top: 2rem;
    width: 100%;
    float: left; }

#page-header {
  height: 150px;
  background: linear-gradient(to right bottom, rgba(166, 122, 248, 0.6), rgba(75, 10, 253, 0.6)), url(../img/as-work3.jpg);
  background-position: 0, -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px; }

#company-section img {
  margin-top: -0px; }

#company-section #main-header img {
  width: 100%;
  height: 100%; }

#company-section #main-header .port-item {
  width: 30%;
  padding: 5px; }
  #company-section #main-header .port-item .fa {
    font-size: 2em; }

#company-section #main-header .port-item:hover {
  opacity: 0.8;
  cursor: pointer; }

#project-type .list-group {
  color: black; }

#project-type .fa {
  font-size: 12px;
  padding-right: 3px; }

#project-type .fa-check {
  padding-left: 1rem; }

#project-type .card {
  border: #444; }
  #project-type .card a {
    color: white;
    text-decoration: none; }
  #project-type .card .card-body, #project-type .card .card-header {
    background: #333;
    color: white; }

#project-type .card-title {
  color: white;
  text-align: center; }
  #project-type .card-title__sub {
    color: white;
    text-align: center; }
  #project-type .card-title__sub2 {
    color: white;
    font-size: .9rem;
    text-align: center; }

.story {
  margin-top: 3em;
  font-size: 1.3em; }
