html,
body {
  width: 100%;
  /* IE */
  max-width: 100%;
  /* FF, Safari, Chrome */
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #f5f5f5;
  background-size: 100% 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-origin: initial;
  background-clip: initial;
  min-height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 2.75rem auto !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.25rem;
}

.company-logo {
  max-width: 100%;
  height: 100px;
  margin-top: 2%;
}

.company-logo-container {
  text-align: center;
}

.company-information {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.company-buttons {
  text-align: center;
}

.description {
  text-align: left;
  max-width: 80%;
}

/*////////// BOOTSTRAP OVERRIDES //////////*/

.bg-primary {
  background-color: #191f59 !important;
}

.navbar {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar-brand > img {
  height: 3rem;
  padding: 15px;
  margin: 0 auto;
}

.swiper-container {
  padding: 2.5rem 0;
  height: 100% !important;
  overflow: -webkit-paged-x !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #191f59 !important;
}

.btn-primary {
  color: #fff;
  background-color: #191f59;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #364292;
  border-color: #364292;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #364292;
  border-color: #364292;
}

/*////////// FONT STYLES //////////*/

nav li {
  font-size: 1.15rem;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
}

p {
  font-family: "Raleway", sans-serif;
  max-width: 100%;
}

/*////////// SECTIONS - (Intro) //////////*/

#intro {
  background-color: #f5f5f5;
  background-image: url("../resources/background.png");
  background-size: 100% 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#header {
  line-height: 150%;
}

/*////////// SECTIONS - (All) //////////*/

.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-card {
  -webkit-box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.12);
  height: auto !important;
}

#left {
  border-radius: 0.1875rem 0 0 0.1875rem;
  -webkit-box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.12) !important;
}

#middle {
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.12) !important;
  border-left: 5px solid #f5f5f5;
  border-right: 5px solid #f5f5f5;
}

#right {
  border-radius: 0 0.1875rem 0.1875rem 0;
  -webkit-box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 0.125rem 0 0 rgba(0, 0, 0, 0.12) !important;
}

.card {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.location {
  background-color: #191f59;
  color: #fff;
  padding: 1rem 0 !important;
  border-bottom: 5px solid #f5f5f5;
}

.company-contact {
  text-align: center;
}

.heading {
  height: 8rem;
  display: flex;
  text-align: center;
  color: #fff;
  background-color: #191f59;
  -moz-box-shadow: inset 0 0 25px #000000;
  -webkit-box-shadow: inset 0 0 25px #000000;
  box-shadow: inset 0 0 25px #000000;
}

.clients-heading {
  text-align: center;
  color: #191f59;
  background-color: white;
  border-bottom: 2px solid #191f59;
}

.clients-container {
  background-color: rgba(255, 255, 255, 1);
  width: 90%;
  margin: 10% 0%;
}

.clients-image {
  height: 100px;
}

.clients-row {
  padding-top: 20px;
}

.heading h1 {
  margin: auto;
}

.companyLogo {
  max-width: 12.5rem !important;
  display: block;
  margin: 2em auto;
  text-align: center;
}

.btn-primary {
  margin: 0.75em auto;
  display: inline-block;
}

.row {
  margin: 5em auto;
}

/*////////// SECTIONS - (Contact) //////////*/

#office-map {
  width: 100%;
  height: 50%;
  margin: auto;
}

.contacts {
  text-align: center;
}

.avatar {
  border-radius: 50%;
  border: 0.25em solid #191f59;
  height: 9rem;
  width: auto;
  margin: 2.5em auto;
}

.team-member {
  margin-top: 0.75rem;
}

.phone:before {
  content: "\1F4DE";
}

.mail:before {
  content: "\1F4E7";
}

.site:before {
  content: "\1F310";
}

.document:before {
  content: "\1F4CB";
}

.site:before,
.mail:before,
.phone:before,
.document:before {
  font: 400 16px;
}

/*//// CONTACT SCROLL FIX //////*/

#section4:before {
  display: block;
  content: " ";
  margin-top: -5px;
  height: 5px;
  visibility: hidden;
}

/*////////// SECTIONS - Footer //////////*/

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #191f59;
  padding: 1rem;
}

#footer-logo {
  max-width: 10rem;
  margin: 1rem auto auto;
}

#copyright {
  text-align: center;
  color: #f5f5f5;
  margin-top: 1rem;
}

#copyright a {
  color: #fff;
}

ul li {
  list-style: none;
  text-align: center;
}

#footer ul {
  padding: 0 !important;
}

.button-text {
  display: inline;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  body {
    font-size: 75%;
  }

  div[id*="section"] {
    background-color: #f5f5f5;
  }

  .break {
    background: #191f59;
    width: 10em;
    margin: 2.5rem auto;
    height: 0.25em;
  }

  .breakMini {
    background: #f5f5f5;
    width: 5rem;
    margin: 2.5em auto;
    display: inline-flex;
    height: 0.25em;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  body {
    font-size: 80%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    font-size: 90%;
  }

  *[id^="section"] {
    background: none;
  }

  .company {
    margin: 1.5rem;
    padding: 0 2em;
    width: 25rem !important;
  }
}

@media only screen and (max-width: 992px) {
  .map {
    width: 90% !important;
    display: block !important;
    margin: 5rem auto 0;
  }

  #header {
    margin: 1.5em;
  }

  #intro-wrapper {
    margin-top: 7.5em;
  }

  .clients-container {
    background-color: rgba(255, 255, 255, 1);
    width: 90%;
    margin: 20% 0%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  body {
    font-size: 100%;
  }

  #header {
    margin: 1.5em auto;
  }

  .map {
    width: 70% !important;
    display: block !important;
    margin: 5rem auto 0;
    text-align: center;
  }

  .contacts,
  .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
