/*

*/

body {
  font-size: 1rem;
  color: #212226;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  line-height: 1.5;
  margin: 15px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: 'Raleway', Georgia, Times New Roman, serif;
}
h4,
h5,
h6 {
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
}
a {
  color: #6666ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #9999ff;
}
::-moz-selection {
  color: #fff;
  background: #6666ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #6666ff;
  text-shadow: none;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}

.container,
.container-fluid {
  position: relative;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#mainLogo {
  max-height: 90px;
  width: auto;
}

@media only screen and (max-width: 772px) {
  #mainLogo {
    max-height: 70px;
  }
}

@media only screen and (max-width: 992px) {
  #mainNav .navbar-nav {
    text-align: center;
  }
}
#mainNav a.nav-link {
  color: #222222;
  font-weight: 400;
  transition: all 0.3s;
  text-transform: uppercase;
}
#mainNav a.nav-link:hover {
  color: #9999ff;
  text-decoration: underline;
}

#mainNav button.navbar-toggler {
  border-color: transparent;
  padding: 1rem;
  color: white;
  background-color: transparent;
  font-size: 1rem;
}

li.menu-sub-item a {
    border-left: 1px solid rgba(0,0,0,.15);
    margin-left: 25px;
    padding-left: 1rem;
    width: 80%;
}

.breadcrumb {
  background-color: transparent;
}
ol.breadcrumb {
  padding: 1rem 0;
}



/* -- THEME STYLES START -- */

body {
  font-family: 'Montserrat', sans-serif;
}

header {
    background: rgba(0,0,0,0.7);
}

header img {
display: block;
max-width: 100%;
max-height: 60px;
}

#mainNav a.nav-link{
  color: #fff;
  position: relative;
  transition: .25s all ease-in-out;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

#mainNav a.nav-link:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: .25s all ease-in-out;
  height: 2px;
  background: #fff;
}

#mainNav a.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

#mainNav a.nav-link:hover:after {
  width: 100%;
}

header .navbar {
    padding-left: 45px;
    padding-right: 45px;
}
