html, body {
  font-family: 'Roboto', sans-serif;
  height: 100%; }

  .row.no-gutters {
    margin-right: 0;
    margin-left: 0; }

    .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
      padding-right: 0;
      padding-left: 0; }

      .navbar {
        height: 60px;
        max-height: 60px;
        margin-bottom: 0;
        background-color: white;
        border: none; }
        .navbar #nav {
          margin-right: 0; }
          .navbar #nav li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 30px; }
        .navbar .navbar-brand {
          padding-top: 0px;
          padding-bottom: 0px; }
          .navbar .navbar-brand #navlogo {
            padding-top: 10px;
            padding-bottom: 10px;
            height: 60px; }
        .navbar a {
          font-size: 24px;
          color: black;
          background-color: inherit !important;
          position: relative;
          z-index: 1; }
          .navbar .active a {
            font-weight: 900;
            color: #fb4e09; }

.navbar-collapse ul {
  background-color: white;
  position: relative;
  z-index: 2; }

  .navbar-toggle .icon-bar {
    background-color: black; }

    .navbar-collapse.collapsing ul, .navbar-collapse.in ul {
      border-bottom: solid 1px black; }

      .page-header {
        margin-top: 0px;
        border: none; }

        .main-content {
          padding-top: 60px; }

          .cards > div {
            padding: 35px; }

            #main, #main .slide {
              position: absolute;
              top: 0px;
              left: 0;
              width: 100%;
              height: 100%;
              background: no-repeat center center;
              background-size: cover; }

              #main {
                top: 60px;
                height: calc(100% - 60px); }

                #info {
                  background-color: #c5c5c5; }
                  #info > .container {
                    width: 100%;
                    height: 100%; }
                    #info img {
                      margin: 0 auto; }
                      #info #info-text {
                        background-color: rgba(255, 255, 255, 0.5);
                        position: relative;
                        margin-top: -4.5%;
                        margin-left: -15px;
                        margin-right: -15px; }
                        #info #info-text .bg .text {
                          width: 80%;
                          font-size: 120%;
                          margin: 0 auto; }

.page-header a {
  color: inherit; }

  #show .carousel-control, #new .carousel-control {
    background-image: none;
    width: 10%; }
    #show .carousel-control img, #new .carousel-control img {
      width: 30px;
      position: absolute;
      top: 25%;
      display: inline-block;
      margin-top: -30px;
      z-index: 500; }
      #show .carousel-control.left img, #new .carousel-control.left img {
        left: 10px; }
        #show .carousel-control.right img, #new .carousel-control.right img {
          right: 10px; }

@media (min-width: 768px) {
  #show .carousel-control, #new .carousel-control {
    background-image: none;   }
    #show .carousel-control img, #new .carousel-control img {
      width: 60px;
      position: absolute;
      top: 50%;
      display: inline-block;
      margin-top: -60px;
      z-index: 500;   }
      #show .carousel-control.left img, #new .carousel-control.left img {
        left: 20px;   }
        #show .carousel-control.right img, #new .carousel-control.right img {
          right: 20px;   }
}

#project .container {
  width: 80%; }
  #project.project\.show > .container, #project.project\.show_archive > .container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    #project #show {
      width: 100%;
      height: calc(100vh - 60px); }
      #project #show #thumbnails {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 100; }
        #project #show #thumbnails .carousel-indicators {
          margin: 0px 0 0;
          overflow: auto;
          position: static;
          text-align: left;
          white-space: nowrap;
          width: 100%; }
          #project #show #thumbnails .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border: none;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto; }
            #project #show #thumbnails .carousel-indicators li .thumbnail {
              margin-bottom: 0; }
          #project #show #thumbnails .carousel-indicators li img {
            display: block;
            opacity: 0.5;
            max-width: 192px;
            max-height: 108px; }
            #project #show #thumbnails .carousel-indicators li.active img {
              opacity: 1; }
              #project #show #thumbnails .carousel-indicators li:hover img {
                opacity: 0.75; }
      #project #show .carousel {
        max-width: calc((100vh - 60px) * (16 / 9));
        margin: 0 auto; }
        #project #show .carousel .carousel-inner {
          height: 100%; }
          #project #show .carousel .carousel-inner .image {
            width: 100vw;
            height: 56.25vw;
            max-height: calc(100vh - 60px);
            max-width: calc((100vh - 60px) * (16 / 9)); }
            #project #show .carousel .carousel-inner .image > * {
              height: 100%;
              max-width: 100%;
              margin: 0 auto; }
          #project #show .carousel .carousel-inner .video,
          #project #show .carousel .carousel-inner iframe {
            width: 100%;
            margin: 0 auto;
            max-height: calc(45vw - 60px);
            max-width: calc((45vw - 60px) * (16 / 9)); }
        @media (min-width: 768px) {
          #project #show .carousel #description {
            position: absolute;
            top: 50px;
            left: 50px;
            bottom: 100px;
            background-color: rgba(255, 255, 255, 0.8);
            display: none;
            width: 50%;   }
            #project #show .carousel #description p {
              font-size: 25px;
              margin: 50px;   }
}
      #project #show #description {
        background-color: rgba(255, 255, 255, 0.8); }
        #project #show #description p {
          font-size: 25px;
          margin: 50px; }
      @media (min-width: 768px) {
        #project #show #bottom-bar {
          display: initial;
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px;   }
          #project #show #bottom-bar > div {
            display: inline-block;
            cursor: pointer;
            background-size: contain;
            background-repeat: no-repeat;   }
            #project #show #bottom-bar > div img {
              max-height: 120px;   }
          #project #show #bottom-bar .thumbnail-button {
            float: right;   }
}
#project #bottom-bar {
  display: none; }
  #project .new-videos input {
    margin-bottom: 5px; }

.outer {
  margin-bottom: 15px;
  margin-top: 15px; }

  .card {
    position: relative;
    background-size: cover;
    background-position: center; }
    .card:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
      .card .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .card h3 {
          font-size: 30px;
          color: black; }
          .card a {
            color: inherit;
            text-decoration: none; }
            .card .inner div {
              display: none; }
              .card .inner:hover {
                height: 100%;
                background-color: rgba(255, 255, 255, 0.5); }
                .card .inner:hover div {
                  display: block;
                  padding-top: 25%; }
    .card .admin {
      position: relative;
      width: 100%;
      padding: 2px;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.5);
      text-align: right; }
      .card .admin .btn {
        margin-right: 5px; }

.checkbox-inline label {
  vertical-align: sub; }

  #new .container {
    width: 80%; }

p {
  font-size: 20px; }

  .wisdom {
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40%;
    position: absolute; }

    @media (min-width: 768px) {
      .new .new-item {
        padding-right: -20%;
        margin: 0 0 15px;   }
        .top-space {
          margin-top: 5%;   }
}
