body {
    min-height: 75rem;
    background: #081831;
  }

a {
  color: rgba(255,255,255,.75);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

  a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
  }

h1 {
  font-size: 1.5em;
  color: #cbd6e3;
  margin-top: 40px;
}

nav {
  height: 250px;
  background:  #081831;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: none;
}

nav.sticky {
  height: 100px;
  font-size: .75em;
  border-bottom: 4px solid #132239;
}

.band {
  height: 200px;
  background: #132239;
  position: relative;

  background: linear-gradient(270deg, #132239, #222947, #292e56);
  background-size: 500% 500%;

  -webkit-animation: gradBackgroundAnim 20s ease infinite;
  -moz-animation: gradBackgroundAnim 20s ease infinite;
  animation: gradBackgroundAnim 20s ease infinite;
}


@-webkit-keyframes gradBackgroundAnim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes gradBackgroundAnim {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes gradBackgroundAnim { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.band-large {
  height: 200px;
  padding-bottom: 10px;
  background: #132239;
  position: relative;
}

.mini-band {
  background: rgb(34,41,71, .3);
}

.content {
  margin-top: 250px;
}

.active {
  font-weight: 700;
  background: rgb(34,41,71); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(34,41,71,1) 0%, rgba(41,46,86,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34,41,71,1) 0%,rgba(41,46,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34,41,71,1) 0%,rgba(41,46,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.nav-item {
  letter-spacing: 4px;
  margin-right: 35px;
}

  .nav-item:last-child {
    margin-right: 0;
  }

.tagline {
  color: #cbd6e3;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
  letter-spacing: 5px;
}

  .tagline p {
    padding-top: 38px;
  }

.item-sort-controls {
  -webkit-padding-start: 0px;
  margin-bottom: 0px;
}

.item-sort-control:first-child:hover {
  text-decoration: none;
  cursor: unset;
}


.item-sort-control {
  color: #cbd6e3;
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  cursor: pointer;
}

  .item-sort-control:hover {
    text-decoration: underline;
  }

  .item-sort-control.current {
    text-decoration: underline;
  }


  .github-icon {
    color: #cbd6e3;
    width: 20px; 
    height: 20px;
  }

.view-controls {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}

  .view-control-icon {
    margin-right: 10px;
    cursor: pointer;
  }

  .view-control-icon:last-child {
    margin-right: 0px;
  }

.sort-control-list {
  color: #fff;
  list-style: none;
  display: inline-block;
}

.item {
  margin-top: 100px;
  margin-bottom: 100px;
}

.item-title {
  background: rgb(34,41,71, .3);
  background: -moz-linear-gradient(top,  rgb(34,41,71, .3) 0%, rgb(8,24,49) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(34,41,71, .3) 0%,rgb(8,24,49) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(34,41,71, .3) 0%,rgb(8,24,49) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.title p {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  padding-left: 14px;
  border-left: 4px solid #555e69;
  color: #fff;
}

ul {
  -webkit-padding-start: 20px;
  margin-bottom: 0px;
}

.tags {
  font-family: 'Montserrat', sans-serif;
  font-size: .55em;
  display: inherit;
  margin-top: 5px;
  letter-spacing: 1px;
  color: #cbd6e3;
}

  .tags ul {
    list-style: none;
    padding-left: 0 !important;
  }

  .tags li {
    display: inline;
    margin-right: 10px;
    background: #222947;
    padding: 5px;
  }

  .tags li:first-child {
    margin-left: 0;
  }

.item-button {
  color: #cbd6e3;
  line-height: normal;
  height: 25px;
  display: inline-block;
  border-bottom: solid 2px rgb(34,41,71, .3);
  transition: border 0.2s ease;
}

  .item-button:hover {
    border-bottom: solid 2px rgba(41,46,86,1);
  }

.grid-item {
  margin-bottom: 50px;
}

.album {
  margin-top: 10px;
  margin-bottom: 50px;
}

  .card {
    border-radius: 0;
    border: none;
    background-color: transparent;
  }

  .card-text {
    color: #cbd6e3;
    margin-top: 15px;
  }

  .card-title {
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1em;
    color: #fff;
    padding-left: 14px;
    border-left: 4px solid #555e69;
  }

  .card-body {
    margin-top:20px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

.project-title {
  font-family: 'Montserrat', sans-serif;
  padding-top: 35px;
  line-height: 1em;
}

.project-description {
  font-family: 'Montserrat', sans-serif;
  color: #cbd6e3;
}

  .project-description p {
    margin-top: 35px;
    margin-bottom: 35px;
  }

.feat-item {
  margin-bottom: 60px;
}

  .feat-item:last-child {
    margin-bottom: 0;
  }

.back-button {
  text-align: center;
  margin-bottom: 60px;
  padding: 15px;
  background: rgb(34,41,71); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(34,41,71,.5) 0%, rgba(41,46,86,.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34,41,71,.5) 0%,rgba(41,46,86,.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34,41,71,.5) 0%,rgba(41,46,86,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  
}

.color-block {
  height: 50px;
  background: rgb(34,41,71); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(34,41,71,1) 0%, rgba(41,46,86,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34,41,71,1) 0%,rgba(41,46,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34,41,71,1) 0%,rgba(41,46,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

 .color-line {
    width: 5%;
    height: 1px;
    padding-top: 25px;
    border-bottom: 2px solid #fff;
    position: relative;
    margin: 0 auto;
 }

.footer {
  height: 300px;
  background: #132239;
  padding-top: 80px;
  border-top: 4px solid rgb(34,41,71, .3);
  position: relative;
}

  .footer p {
    font-size: .75em;
    color: #cbd6e3;
    text-align: center;
  }

  .quote {
    font-size: .95em !important;
    font-weight: 300;
    font-style: italic;
  }

  .copyright {
    font-weight: 700;
    padding: 10px;
    border: 2px solid #555e69;
    width: 180px;
    margin: 0 auto;
  }

  .tools {
    margin-top: 15px;
  }

.contact-form {
  color: #cbd6e3;
  margin-top: 100px;
  margin-bottom: 100px;
}

  .form-control {
    border-radius: 0;
    border: none;
  }

    .form-control:focus {
      border-color: rgba(41,46,86,1);
    }

  .contact-button {
    font-weight: 700;
    letter-spacing: 4px;
    background: rgb(34,41,71); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(34,41,71,1) 0%, rgba(41,46,86,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34,41,71,1) 0%,rgba(41,46,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34,41,71,1) 0%,rgba(41,46,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0;
    border: none;
    float: right;
  }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) {
  .tagline { 
    font-size: 1.3em;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .nav-link {
    padding-left: 10px !important;
  }

  button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }

  .band-large {
    height: 100%;
  }

  .nav-item {
    margin-right: 0px;
  }
}

@media (min-width: 576px) {
  .tagline { 
    font-size: 1.7em;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  .nav-link {
    padding-left: 20px !important;
  }

  button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }

  .band-large {
    height: 100%;
  }

  .nav-item {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .85rem;
      padding-left: .85rem;
  }

  .navbar-collapse {
    margin-top: 0px;
  }

  .nav-link {
    padding-left: 0px;
  }

  .band-large {
    height: 100%;
  }

  .nav-item {
    margin-right: 35px;
  }
}

@media (min-width: 992px) {
  .tagline { 
    font-size: 2.3em;
  }

  .navbar-collapse {
    margin-top: 0px;
  }

  .nav-item {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .tagline {
    font-size: 2.5em;
  }

  .navbar-collapse {
    margin-top: 0px;
  }

  .nav-item {
    padding-left: 0px;
  }
}