/* Home Page */

/* Nav */
.page-header.page-header-xs {
	min-height: 82vh !important;
}
.navbar-brand, .footer a, .description{
	color: #1e3352 !important;
}
.fa-linkedin {
	color: #0077B5 !important;
}
.navbar-transparent .navbar-brand {
	color: white !important;
}
.navbar-transparent .fa-linkedin {
	color: white !important;
}
.fa-linkedin:hover {
  color: #00486E !important;
}
.banner-title {
  font-size: 34px;
  color: white;
  z-index: 999;
  font-weight: bold;
  text-align: center;
}
.contact-toggle {
  display: inline-block !important;
}
.navbar-transparent .navbar-nav .nav-item .nav-link:focus {
  color: rgba(255,255,255,.8) !important;
}
.fixed-top .navbar-nav .nav-item .nav-link:hover {
  color: #333;
}
.navbar-transparent .navbar-nav .nav-item .nav-link:hover {
  color: white !important;
}

/* Main Card*/
.owner .avatar {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.title {
  margin-bottom: 5px;
  font-size: 28px;
}
.description {
  margin-bottom: 20px;
}
.main-card {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	display: inline-block;
    margin-top: -5%;
    transform: none !important;
	transition: none !important;
}
.main-card:hover {
	transform: none !important;
	transition: none !important;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}
.main-card .nav-tabs i {
	width: 100%;
    font-size: 75px;
    margin-bottom: 15px;
}
.nav-tabs .nav-item .nav-link.active:before, .nav-tabs .nav-item .nav-link.active:hover:before, .nav-tabs .nav-item .nav-link.active:focus:before {
	right: 45%;
}
.nav-tabs .nav-item .nav-link.active:after, .nav-tabs .nav-item .nav-link.active:hover:after, .nav-tabs .nav-item .nav-link.active:focus:after {
	right: 45%;
}
.nav-tabs .nav-item .nav-link.active:before, .nav-tabs .nav-item .nav-link.active:hover:before, .nav-tabs .nav-item .nav-link.active:focus:before {
	border-bottom-color: #ccc;
}
.mission {
	background-color: #1e3352;
	color: white;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mission h6 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.2em;
}
.mission p {
  text-align: center;
  font-weight: 400; /* check if better */
  display: inline-block;
  margin-left: 60px;
  margin-right: 60px;
}
.mission .fa {
	font-size: 50px;
	width: 100%;
	margin-bottom: 5px;
}
.nav-tabs-navigation {
	border-color: #ccc;
}
.top-mission {
  margin-bottom: 20px;
}

/* Experience Tab */
.job1 {
	margin-top: 30px !important;
	margin-bottom: 40px;
}
.experience-info {
	text-align: center;
	margin-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
.experience-info p {
	margin-left: 75px;
	margin-right: 75px;
  font-size: 15px;
}
.block p {
	width: 100%;
	margin-left: 55px;
	margin-right: 55px;
}
.experience-info h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 400;
}
.fa-balance-scale {
	font-size: 75px;
	width: 100%;
}
.job2 p {
  margin: 0 auto;
}
.experience-info ul {
  text-align: center;
  list-style: none;
  padding-left: 0px;
  width: 50%;
  margin-left: 25%;
  font-weight: 400;
  font-size: 15px;
}
.experience-div {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 5%;
  border-top: 4px solid #fff;
}
.experience-title-div {
  margin-top: 0px;
  margin-bottom: 15px;
  width: 12.5%;
  border-top: 4px solid #fff;
}
.leader-div {
  margin-top: 0px;
  margin-bottom: 15px;
  width: 12.5%;
  border-top: 4px solid #1e3352;
}
.job-div {
  margin-top: 0px;
  margin-bottom: 15px;
  width: 30%;
  border-top: 4px solid #1e3352;
}
.aux-logo {
  max-width: 500px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

/* Services Tab */
.services {
	width: 80%;
    margin-left: 10%;
    border: 2px solid #ccc;
}
.services-info {
	text-align: center;
	margin-bottom: 50px;
}
.services-info h4 {
	font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-info {
  list-style: none;
  padding-left: 0px;
  font-weight: 400;
	color: #9A9A9A;
}
.service1 {
	margin-top: 50px;
}
.icon-list {
  margin-top: 30px;
	margin-bottom: 50px;
  font-size: 40px;
  color: #1e3352;
}
.icon-list .fa {
  display: initial;
}
.services-div {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 10%;
	border-top: 4px solid #1e3352;
}

/* Contact Tab */
.contact-info {
	text-align: center;
	width: 50%;
	margin-left: 25%;
	margin-bottom: 50px;
}
.contact-info hr {
	margin-bottom: 15px;
}
.contact-info h4 {
	font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.top-div {
	margin-bottom: 30px !important;
  border-top: 2px solid rgba(0,0,0,.2);
}
.bottom-div {
	margin-top: 30px !important;
  border-top: 2px solid rgba(0,0,0,.2);
}

/* Footer */
.footer .credits {
  text-align: center;
}

/* Contact Modal */
.modal-body {
  padding: 0px;
}
.form-horizontal {
  padding-right: 0px;
  padding-left: 0px;
}
.form-group {
  padding: 0px 65px;
}
.form-group:first-child {
  padding-top: 20px;
}
.form-group:last-child {
  padding: 0px;
  padding-top: 20px;
}
#error-name {
  display: none;
  color: red;
  font-size: 12px;
}
#error-email {
  display: none;
  color: red;
  font-size: 12px;
}
#error-phone {
  display: none;
  color: red;
  font-size: 12px;
}
#error-comments {
  display: none;
  color: red;
  font-size: 12px;
}
textarea.form-control {
  padding: 7px 12px !important;
}
/* ==========================================================================
  $Angled Divs
========================================================================== */
.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.-blue {
  background: #1e3352;
}
.block {
  color: #fff;
  margin: 0 0 200px;
  padding: 5% 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.block h1 {
  margin-bottom: 5%;
}
.block h5 {
  display: inline-block;
  margin-top: 5%;
}
.block p {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 90%;
}

/* Mobile */
@media screen and (max-width: 796px) and (orientation: portrait) {
  .banner-title {
    font-size: 28px;
  }
  .mission p {
    width: 100%;
    margin: 0 auto;
  }
  .top-mission {
    margin-bottom: 30px !important;
  }
  .experience-info h4 {
    font-size: 18px;
  }
  .experience-info ul {
    width: 95%;
    margin-left: 2.5%;
  }
  .experience-title-div {
    width: 37.5%;
  }
  .job-div {
    width: 77.5%;
  }
  .leader-div {
    width: 32.5%;
  }
  .experience-info p {
    padding: 0% 20px;
    width: 95%;
    margin-left: 2.5%;
  }
  .footer nav > ul > li {
    width: 100%;
  }
  .footer nav > ul > li > a {
    font-size: 16px !important;
  }
  .footer nav {
    line-height: initial;
  }
  .nav-tabs-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav-tabs {
    font-size: 0px;
  }
  .main-card .nav-tabs i {
    font-size: 50px;
  }
  .services {
    padding: 0% 20px;
  }
  .contact-info {
    width: 75%;
    margin-left: 12.5%;
  }
  .navbar-collapse::after {
    background-color: #1e3352;
  }
  .linkedin {
    color: white !important;
  }
  .linkedin i {
    color: white !important;
  }
  .contact-toggle {
    color: white !important;
  }
  .modal-open {
    position:fixed
  }
}
@media screen and (max-width: 796px) and (orientation:landscape) {
  .banner-title {
    font-size: 28px;
  }
  .mission p {
    width: 100%;
    margin: 0 auto;
  }
  .top-mission {
    margin-bottom: 30px !important;
  }
  .experience-info h4 {
    font-size: 18px;
  }
  .experience-info ul {
    width: 95%;
    margin-left: 2.5%;
  }
  .experience-title-div {
    width: 30.5%;
  }
  .job-div {
    width: 55.5%;
  }
  .leader-div {
    width: 25.5%;
  }
  .experience-info p {
    padding: 0% 20px;
    width: 95%;
    margin-left: 2.5%;
  }
  .footer nav > ul > li {
    width: 100%;
  }
  .footer nav > ul > li > a {
    font-size: 16px !important;
  }
  .footer nav {
    line-height: initial;
  }
  .nav-tabs-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav-tabs {
    font-size: 0px;
  }
  .main-card .nav-tabs i {
    font-size: 50px;
  }
  .services {
    padding: 0% 20px;
  }
  .contact-info {
    width: 75%;
    margin-left: 12.5%;
  }
  .navbar-collapse::after {
    background-color: #1e3352;
  }
  .linkedin {
    color: white !important;
  }
  .linkedin i {
    color: white !important;
  }
  .contact-toggle {
    color: white !important;
  }
}