body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100000; /* Behind the navbar */
  padding: 50px 0 0; /* Height of navbar */
  
}

body {
  background-color: #121b35;
  
  font-family: Inconsolata, monospace;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#backgroundImage{z-index: 1;}

#backgroundImage:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-image: url(bg2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.20;
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
   
    
 }

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  h5 {
    font-size: calc(20% + 1vw + 1vh);
  }
}
@media screen and (min-width: 1000px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
h7 {
  font-size: 20px;

  color: #000;
  
}
h8 {
 
  color: #000;
  
}
p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.logo-link {
  text-decoration: none !important;
}

a:hover {
  color: #930351;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #930351;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #930351;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar {
  background-color: 
  #1c2748;
}
.navbar-padding {

  padding-bottom: 3rem;
  margin-left: 5rem;
 
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  left: 0.5rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
