@charset "utf-8";
/*
--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 33px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 6px 33px 0px rgba(0, 0, 0, 0.1);
}
/*
#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}
*/
#header #logo img {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 399px) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  #header #logo img {
    max-height: 45px;
  }
  #inner-pages {
    padding-top: 40px;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  #header {
    padding: 10px 0;
    height: 73px;
  }
  #header #logo img {
    max-height: 55px;
  }
  #inner-pages {
    padding-top: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  #header {
    padding: 10px 0;
    height: 85px;
  }
  #header #logo img {
    max-height: 67px;
  }
  #inner-pages {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #header {
    padding: 10px 0;
    height: 120px;
  }
  #header #logo img {
    max-height: 90px;
  }
  #inner-pages {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    padding: 10px 0;
    height: 140px;
  }
  #header #logo img {
    max-height: 110px;
  }
  #inner-pages {
    padding-top: 85px;
  }
}
}
@media screen and (max-width: 991px) {
  #expertise {
    padding-top: 20px;
  }
  #experience {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #expertise {
    padding-top: 100px;
  }
  #experience {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #expertise {
    padding-top: 30px;
  }
  #experience {
    width: 100%;
    height: auto;
    padding-top: 5px;
  }
}
/*#vertical-align-pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
*/
.wide-pic {
  width: 100%;
  height: 100%;
}
.contact {
  text-align: center;
  margin-bottom: 20px;
}
#contact-icons {
  color: #F49A29;
  font-size: 32px;
}
.bodyLink {
  color: #879FD8;
  transition: 0.5s;
  text-decoration: none;
  font-style: italic;
}
.bodyLink:hover, .bodyLink:active, .bodyLink:focus {
  color: #1F3598;
  outline: none;
  text-decoration: underline;
  font-style: italic;
}