@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 60px;
}

.navbar-red {
  background-color: #d23a59;
  border-color: #d23a59;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #26a0da;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #26a0da;
}

.jumbotron-main {
  margin-top: 66px;
}

.bg-blue {
  background: linear-gradient(-125deg,#314755 0,#26a0da 100%);
  border-radius: 0;
}

.bg-red {
  background: linear-gradient(-125deg,#7b4397 0,#dc2430 100%);
  border-radius: 0;
}

.btn-blue {
  background-color: #317293;
  color: #fff;
}

.jumbotron .display-4 {
  color: #fff;
}

.jumbotron .lead {
  color: #fff;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #317293;
  color: #fff;
}

body > .container {
  padding-bottom: 10px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.service-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-card {
  color: #191b30;
  min-height: 120px;
  text-align: center;
  padding: 1em .5em 0 .5em;
  background-color: #e9ecef;
  border-radius: 12px;
}

.service-card {
  color: #191b30;
  min-height: 120px;
  text-align: center;
  padding: 1em .5em 0 .5em;
  background-color: #e9ecef;
  border-radius: 12px;
}

h3.title {
  font-weight: 300;
}

h3.title:after {
  margin-top: .5em;
  margin-bottom: .5em;
  content: '';
  display: block;
  height: 4px;
  width: 30px;
  background-color: #308CBB;
}

.card-block {
  text-align: center;
}

.card-text {
  text-align: center;
}

.card-img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.wrap {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.wrap-hover:hover {
  background: linear-gradient(-125deg,#314755 0,#26a0da 100%);
  color: white;
}

.icon {
  margin: auto;
  font-size: 4.5rem !important;
  margin: 1rem;
  padding-right: 1rem;
}

.company-card {
  //display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
  min-height: 230px;
}

.company-icon {
  margin: auto;
  font-size: 2.5rem !important;
  text-align: center;
}

.company-text {
  text-align: center;
  padding-top: 10px;
}

.contact-section {
  position: fixed;
  bottom: 45px;
  width: 100%;
}

.partner-section {
  background-color: #f5f5f5;
  padding: 5px 0;
}

.partner-box {
  background: #fff;
  padding: 15px;
  text-align: left;
  margin-right: 3%;
  -webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,.47);
  -moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,.47);
  min-height: 120px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all .2s ease;
}

.partner-box:hover {
  transform: translate(0,-5px);
}

.wrapper {
  box-sizing: border-box;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.wrapped {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
