body {
  background-color: #e2e4e7;
  font-family: 'Roboto', sans-serif;
}

.container {
  background-color: #ffffff;
}

.nav {
  display: -webkit-inline-box;
  padding:10px;
  background-color: #0b2b42;
}

.nav-item {
  padding:10px;
}

.nav-item a {
  color:#ffffff !important;
  text-decoration: none;
}

.nav-item:hover {
  background-color: #2d5069;
}

.dropdown-menu {
  background-color: #0b2b42;
}

.active {
  background-color: #426680;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight:600;
}

.indexBgImage {
  background-image: url('../../../images/banner.jpg');
  background-position:right; 
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
}

.headerText {
  position: relative;
  top:50px;
  font-size:48px;
  font-weight: 900;
  line-height: 1.5;
}

.headerTextSmall {
  position: relative;
  top:50px;
  font-size:28px;
  font-weight: 700;
}

.bg-color1 {
background-color:#0b2b42;
}

.padding10 {
  padding: 10px;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:28px;
}

@media (max-width: 576px) {

  h1 {
    font-size:22px;
  }
  
}

@media (min-width: 576px) {
  h1 {
    font-size:24px;
  }
}

@media (max-width: 767px) {

  h1 {
    font-size:26px;
  }
}

@media (max-width: 576px) {

  h1 {
    font-size:28px;
  }
  
}

@media (min-width: 767px) {
  h1 {
    font-size:30px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size:32px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size:32px;
  }
}
