.projectDropDown {
}

.third-level-menu {
  position: absolute;
  top: 0;
  right: -240px;
  width: 240px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  -webkit-box-shadow: 0px -2px 13px -2px rgba(135,0,0,0.8);
  -moz-box-shadow: 0px -2px 13px -2px rgba(135,0,0,0.8);
  box-shadow: 0px -2px 13px -2px rgba(135,0,0,0.8);
}

.third-level-menu > li {
  height: 35px;
  background: #870000 !important;
  border-bottom: solid;
  border-color: white;
  border-width: 1px;
}

.third-level-menu > li:hover {
  background: #870000 !important;
  color: #c3c3c3!IMPORTANT;
}

.second-level-menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 160px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  -webkit-box-shadow: 0px -2px 13px -2px rgba(135,0,0,0.8);
  -moz-box-shadow: 0px -2px 13px -2px rgba(135,0,0,0.8);
  box-shadow: 0px -2px 13px -2px rgba(135,0,0,0.8);
  /*font-size: 16px!important;*/
}

.second-level-menu > li {
  position: relative;
  height: 35px;
  background: #870000;
  border-bottom: solid;
  border-color: white;
  border-width: 1px;
  /*font-size: 16px!important;*/
}

.second-level-menu > li:hover {
  background: #870000;
}

.top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #c3c3c3!IMPORTANT;
}

.top-level-menu > li {
  position: relative;
  float: left;
  height: 30px;
  background-color: transparent;
}

.top-level-menu > li:hover {
  background-color: transparent;
  color: #c3c3c3!IMPORTANT;
}

.top-level-menu li:hover > ul {
  display: inline;
}

/*  Menu Link Styles  */

.top-level-menu a {
  text-decoration: none;
  padding: 0 0 0 10px;
  display: block;
  line-height: 30px;
}

.projectDropDown {
  margin-top: 5px;
  /*margin-left: 8px;*/
}

.projectDropDown {
}

.projectDropDown:hover {
  color: #c3c3c3!IMPORTANT;
}

.projectDropDown {
}

.second-level-menu a:hover {
  color: #c3c3c3!IMPORTANT;
}

.second-level-menu li a {
  font-size: 14px!important;
}

.third-level-menu a:hover {
  color: #c3c3c3!IMPORTANT;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #870000 !important;
  border: none;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #870000 !important;
  border: none;
}

.btn-outline-primary {
  color: white;
  background-color: transparent;
  border: none;
  margin: 5px;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none;
  color: white;
  border: none;
}

a {
  transition: all .2s ease-in-out;
  color: #c3c3c3!IMPORTANT;
}

body {
  font-family: 'Raleway';
  position: relative!important;
  color: black;
  background-color: white!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway'!important;
  font-weight: 400;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media (min-width:992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
}

@media (max-width:992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
}

