﻿.text-primary {
  color: #04308E !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #042662 !important;
}

.text-secondary {
  color: #5e5e5e !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #4d4d4d !important;
}

.border-primary {
  border-color: #459523 !important;
}

.btn-primary {
  background-color: #002f81 !important;
  border-color: none !important;
  border:none!important;
}

  .btn-primary:hover {
    background-color: #042662 !important;
    border-color: none !important;
  }

  .btn-primary:focus, .btn-primary.focus {
    background-color: #042662 !important;
    border-color: none !important;
  }

.fa-1_5x {
  font-size: 1.5em;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #707070;
  text-align: inherit;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
}

  .dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background-color: #eaeaea;
    color: #707070;
    font-weight: bold;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #707070;
    text-decoration: none;
    font-weight: bold;
    background-color: #eaeaea;
  }

.dropdown-menu {
  border: none;
  box-shadow: 1px 1px 5px 3px #f2f2f2;
  padding: 0;
}

  .dropdown-menu a:last-of-type {
    border-bottom: none;
  }

header .navbar {
  padding-right: 0;
}

header ul li:last-of-type .nav-link {
  padding-right: 0;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
.jumbotron {
  padding: 20px;
  margin-bottom: 0;
  background-color: #eeeeee;
  border-radius: 0;
}

.form-group{
  position:relative;
  margin-bottom:10px;
}