/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-color: #0b3563;
  font-family: 'Lato','open-sans','helvetica'; }

section {
  min-width: 100%; }

a {
  text-decoration: none; }

h1.slogan {
  color: white;
  --webkit-animation-duration: 10s; }

header .navbar-brand img {
  width: 130px;
  height: auto; }
  @media screen and (max-width: 767px) {
    header .navbar-brand img {
      width: 200px; } }

footer {
  background-color: #141519 !important;
  margin-top: 100px;
  padding: 30px;
  display: flex; }
  footer img {
    display: block;
    margin: auto;
    width: 200px;
    object-fit: contain; }

#hero-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 80vh; }
  #hero-wrapper .hero-logo {
    width: 700px;
    height: 130px; }
    @media screen and (max-width: 767px) {
      #hero-wrapper .hero-logo {
        display: none; } }
  #hero-wrapper img {
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
    margin: auto; }

.title {
  font-size: 3em;
  color: white;
  margin-bottom: 25px;
  margin-top: 15px; }

.test {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  text-align: center; }
  .test:hover {
    text-decoration: none; }

.test-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2bb4eb;
  z-index: 2;
  will-change: transform,color;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s,-webkit-transform .35s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.test-text:hover::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.headline {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .headline h4 {
    margin-top: 30px;
    color: grey;
    font-size: 25px; }
  .headline h1 {
    font-size: 50px;
    color: #094688; }
  @media screen and (max-width: 767px) {
    .headline h4 {
      margin-top: 30px;
      color: grey;
      font-size: 20px; }
    .headline h1 {
      font-size: 30px;
      color: #094688; } }

.content-box {
  border: 5px solid white;
  height: auto;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 35px; }
  .content-box p {
    font-size: 1.2em;
    color: white; }
  .content-box:nth-child(2) {
    background-color: white; }
    .content-box:nth-child(2) p {
      color: black; }

#services {
  margin-top: 0px; }
  @media screen and (min-width: 768px) {
    #services {
      margin-top: 150px; } }
  #services .services-item {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #services .services-item p {
      text-align: center; }
    #services .services-item:before {
      content: '';
      background-color: #663FFB;
      position: relative;
      right: 26px;
      top: 50px;
      width: 30px;
      height: 30px;
      z-index: 0; }
    #services .services-item:nth-of-type(2):before {
      background-color: #13fda4; }
    #services .services-item:nth-of-type(3):before {
      background-color: blue; }
    #services .services-item:nth-of-type(4):before {
      background-color: #FC3768; }
  #services .fas {
    color: #a9a9a9ba;
    z-index: 2; }

#about {
  margin-top: 50px;
  margin-bottom: 50px; }

#Team {
  background-color: white; }
  #Team .team-wrapper {
    max-width: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; }
  #Team .teammate-wrapper {
    margin-bottom: 30px;
    margin-top: 20px; }
    #Team .teammate-wrapper:nth-child(4n+2) .border, #Team .teammate-wrapper:nth-child(4n+3) .border {
      height: 270px;
      width: 200px;
      position: absolute;
      left: 80px;
      border: 6px solid #0c63c1 !important; }
    #Team .teammate-wrapper:nth-child(4n+2) img, #Team .teammate-wrapper:nth-child(4n+3) img {
      height: 240px !important;
      width: 290px !important;
      position: relative;
      top: 50px;
      object-fit: cover; }
    #Team .teammate-wrapper:nth-child(4n+1) .border, #Team .teammate-wrapper:nth-child(4n+4) .border {
      height: 225px;
      width: 285px;
      position: absolute;
      left: 73px;
      border: 6px solid #419cff !important; }
    #Team .teammate-wrapper:nth-child(4n+1) img, #Team .teammate-wrapper:nth-child(4n+4) img {
      height: 240px !important;
      width: 290px  !important;
      position: relative;
      top: 50px;
      object-fit: cover;
      width: fit-content;
      object-position: top; }
    #Team .teammate-wrapper .teammate-role {
      font-size: 1.6em;
      margin-top: 20px; }
      #Team .teammate-wrapper .teammate-role span {
        display: inline-flex;
        position: relative;
        top: 50px; }
        #Team .teammate-wrapper .teammate-role span p {
          margin-right: 10px; }
        #Team .teammate-wrapper .teammate-role span b {
          margin-left: 10px;
          color: #094688; }
    @media screen and (max-width: 360px) {
      #Team .teammate-wrapper:nth-child(4n+2) .border, #Team .teammate-wrapper:nth-child(4n+3) .border {
        height: 145px;
        width: 200px;
        position: absolute;
        left: 73px; }
      #Team .teammate-wrapper:nth-child(4n+2) img, #Team .teammate-wrapper:nth-child(4n+3) img {
        height: 200px !important;
        width: 180px !important;
        position: relative;
        top: 60px;
        object-fit: cover; }
      #Team .teammate-wrapper:nth-child(4n+1) .border, #Team .teammate-wrapper:nth-child(4n+4) .border {
        height: 185px;
        width: 130px;
        position: absolute;
        left: 30px; }
      #Team .teammate-wrapper:nth-child(4n+1) img, #Team .teammate-wrapper:nth-child(4n+4) img {
        height: 200px !important;
        width: 180px !important;
        top: 65px;
        left: 50px; }
      #Team .teammate-wrapper .teammate-role span {
        display: inline-flex;
        position: relative;
        top: 50px;
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      #Team .teammate-wrapper:nth-child(4n+1) .border, #Team .teammate-wrapper:nth-child(4n+4) .border {
        height: 145px;
        width: 205px;
        position: absolute;
        left: 90px; }
      #Team .teammate-wrapper:nth-child(4n+1) img, #Team .teammate-wrapper:nth-child(4n+4) img {
        height: 200px !important;
        width: 180px !important;
        position: relative;
        top: 60px;
        object-fit: cover; }
      #Team .teammate-wrapper:nth-child(4n+2) .border, #Team .teammate-wrapper:nth-child(4n+3) .border {
        height: 185px;
        width: 130px;
        position: absolute;
        left: 30px; }
      #Team .teammate-wrapper:nth-child(4n+2) img, #Team .teammate-wrapper:nth-child(4n+3) img {
        height: 200px !important;
        width: 180px !important;
        top: 65px;
        left: 50px; }
      #Team .teammate-wrapper .teammate-role span {
        display: inline-flex;
        position: relative;
        top: 50px;
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media screen and (min-width: 1024px) {
      #Team .teammate-wrapper:nth-child(4n+2) .border, #Team .teammate-wrapper:nth-child(4n+3) .border {
        height: 200px;
        width: 180px;
        position: absolute;
        left: 73px; }
      #Team .teammate-wrapper:nth-child(4n+2) img, #Team .teammate-wrapper:nth-child(4n+3) img {
        height: 200px !important;
        width: 180px !important;
        position: relative;
        top: 60px;
        object-fit: cover; }
      #Team .teammate-wrapper:nth-child(4n+1) .border, #Team .teammate-wrapper:nth-child(4n+4) .border {
        height: 185px;
        width: 130px;
        position: absolute;
        left: 30px; }
      #Team .teammate-wrapper:nth-child(4n+1) img, #Team .teammate-wrapper:nth-child(4n+4) img {
        height: 200px !important;
        width: 180px !important;
        top: 65px;
        left: 50px; }
      #Team .teammate-wrapper .teammate-role span {
        display: inline-flex;
        position: relative;
        top: 50px;
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media screen and (min-width: 1200px) {
      #Team .teammate-wrapper {
        float: right; } }

.social-link-wrapper {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center; }
  .social-link-wrapper .social-link {
    margin-left: 10px;
    margin-right: 10px; }

#Contact {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #Contact .title {
    color: #21afe9;
    font-size: 2.2em; }
  #Contact .contact-email {
    font-size: 20px; }
  #Contact i {
    margin-right: 15px; }
  #Contact .contact-link {
    margin-bottom: 10px; }
