body {
  padding: 10px;
}

.lssm-logo {
  margin-top: -35px;
}

.omg-page-not-found{
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.5s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spaceboots;
  -moz-animation-duration: 0.5s;
  -moz-transform-origin: 50% 50%;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  animation-name: spaceboots;
  animation-duration: 0.5s;
  transform-origin: 50% 50%;
  animation-iteration-count: 5;
  animation-timing-function: linear
}

ul {
  padding: 0 10px;
  margin-bottom: 0 !important;
}

li {
  list-style: none !important;
}


header {
  position: relative;
  padding: 40px 0;
  margin-bottom: 3em;
  color: #fff;
  text-align: right;
  z-index: 1;
}

header:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 200px;
  background: #fff;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  z-index: -1;
}

.h1--bold{
  font-weight: 900 !important;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header ul li a {
  font-size: 1.125em;
  color: #fff;
  padding: 5px;
}

header ul li a:hover {
  text-decoration: none;
  color: #363636;
}

.nav-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

a.nav-link.active {
  font-weight: 900;

}

.container {
  position: relative;
   width: 85vw !important;
  margin: 0 auto;
  padding: 0 50px;
  z-index: 2;
}

.card {
  margin-bottom: 15px
}

.card-team-footer {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border:none !important;
}

.card-link-color {
  color: white;
  text-decoration: none;
}

.card-link-color:hover {
  color:#363636;
  text-decoration: none;
}

.github-author a:hover {
  text-decoration: none;
}
.github-author:not(:first-child) {
  margin-right: 5px;
}

.github-author a::before {
  content: '@'
}

#codeDownload {
  background:#f4f4f4;
}
footer {
  height: 20px;
  background: white;
}


.bd-search {
    position: relative;
    margin-bottom: 1.5rem
}

.bd-search .form-control {
    height: 2.45rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    background-color: #fafafa
}

.bd-search .form-control:focus {
    background-color: #fff
}

.bd-search-results {
    right: 0;
    display: block;
    padding: 0;
    overflow: hidden;
    font-size: .9rem
}

.bd-search-results:empty {
    display: none
}

.bd-search-results .dropdown-item {
    padding-right: .75rem;
    padding-left: .75rem
}

.bd-search-results .dropdown-item:first-child {
    margin-top: .25rem
}

.bd-search-results .dropdown-item:last-child {
    margin-bottom: .25rem
}

.bd-search-results .no-results {
    padding: .75rem 1rem;
    color: #7a7a7a;
    text-align: center;
    white-space: normal
}

.bd-sidenav {
    display: none;
}

.bd-toc-link {
    display: block;
    padding: .25rem .75rem;
    color: #464a4c
}

.bd-toc-link:focus, .bd-toc-link:hover {
    color: #0275d8;
    text-decoration: none
}

.active > .bd-toc-link {
    font-weight: 500;
    color: #292b2c
}

.active > .bd-sidenav {
    display: block
}

.bd-toc-item.active {
    margin-top: .2rem;
    margin-bottom: .2rem
}

.bd-toc-item:first-child {
    margin-top: 0
}

.bd-toc-item:last-child {
    margin-bottom: 2rem
}

.bd-sidebar .nav > li > a {
    display: block;
    padding: .25rem .75rem;
    font-size: 90%;
    color: #99979c
}

.bd-sidebar .nav > li > a:focus, .bd-sidebar .nav > li > a:hover {
    color: #0275d8;
    text-decoration: none;
    background-color: transparent
}

.bd-sidebar .nav > .active:focus > a, .bd-sidebar .nav > .active:hover > a,
.bd-sidebar .nav > .active > a {
    font-weight: 500;
    color: #292b2c;
    background-color: transparent
}

@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }

    30% {
        transform: translate(0px, 2px) rotate(0deg)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }

    70% {
        transform: translate(2px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(2px, 2px) rotate(0deg)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}
