body{
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-color: rgba(48, 57, 106, 0.9);
  background-blend-mode: multiply;
}
.left-elements{
  background-image: url(../images/elements.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
header{
  padding: 10px;
  border-bottom: 1px solid #ffffff61;
}

nav .navbar-nav li a{
  color: #fff !important;
}
nav .navbar-nav li.active a{
  font-weight: bold
}

section {
  color: #fff;
  padding-top: 100px;
  font-size: 16px;
}
.title {
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff85;
}
.list-group-item{
  background:transparent;
  padding:0px;
  border:none;
}
.container{
  max-width: 1300px;
}
.list-group-flush {
    padding-bottom: 15px;
}
@media (max-width: 992px){
  .left-elements{
    display: none;
  }
  .navbar-brand img{
    height:50px;
  }
}
section.bottom {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
a {
  text-decoration: none !important;
color: white;
}

a:hover {
text-decerarion: none !importtant;
color: white !important;
}

