/*

*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    left: 0;
    -webkit-text-size-adjust: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  padding-top: 20px;
  	
}

h3, h4, h5, h6 {
  font-weight: 500;
  padding-top: 20px;
  font-size: 1.5rem;
}

.mdg-nav {
  font-size: .9rem;
}

.jumbotron h1 {
  font-weight: 300;
  font-size: 3.2rem;
  margin-top: -45px;
}

.jumbotron p {
  padding: 5px 0 0 0;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media(max-width: 576px) {
  .jumbotron p {
    padding: 5px 0 0 0;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .jumbotron h1 {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}

.jumbotron {
  /* background: #4D52DF; */
  background: #1E22AA ;
  color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 0;
  height: 195px;
}

.page-header {
  font-weight: 600;
}

.list-group {
  padding: 45px 0;
}

.page-header .anchorjs-link {
  text-decoration: none
}

h2 .anchorjs-link {
  text-decoration: none
}

h3 .anchorjs-link {
  text-decoration: none
}

h4 .anchorjs-link {
  text-decoration: none
}


.panel-default {
  margin-top: 50px;
}


.bg-dark {
    background-color: #1E22AA !important;
}

.alert-info {
    color: #1E22AA;
    background-color: #DDDEF2;
    border-color: #4D52DF;
}


.site-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  color: #FFFFFF;
  background-color: #1E22AA;
}

.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1E22AA;
}

.site-footer li {
  float: left;
}

.site-footer a {
  color: grey;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.site-footer a.active {
  color: white;
  
}

.site-footer li a {
  display: block;
}


.site-footer  a:hover {
  text-decoration: underline;

}

nav[data-toggle='toc'] {
  padding-top: 30px;
}
nav[data-toggle='toc'] ul {
	padding-left:15px;
}

nav[data-toggle='toc'] .nav-link{
	padding:2px;
}

