#main_bg {
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
}

#main_image {
  width: 100%;
}

#about {
  color: white;
}

#logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 50%;
  z-index: 49;
}

#logo img.scaled {
  width: 100%;
}

#socials {
  position: fixed;
  top: 15px;
  right: 5px;
  z-index: 50;
  width: 8%;
  user-select: none; }

.socials li {
  padding: 0 0 0 5px; }
  .socials li a .svg-fill {
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms; }
  .socials li a:hover .svg-fill {
    fill: #ffffff !important; }
  .socials li a svg {
    display: block;
    height: 30px;
    width: 30px; }

.svg-fill {
  fill: #00cbfe;
}

.nav-open .socials li a:hover .svg-fill {
  fill: #797979 !important; }
ul,
ol {
  margin-top: 0;
  margin-bottom: px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
