.navbar-brand {
    padding: 0px;
  }
  
  .homeh5 {
    font-weight: 700;
    font-size: 1.75em;
  }
  
  .research-headline {
    font-family: 'Raleway', 'Montserrat', sans-serif;
    font-size: 3.5em !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 50px;
    margin-top: 0px !important;
  }
  
  .fullscreen {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    background-color: #000;
    left: 0px;
    top: 0px;
    z-index: 2147483601;
    overflow: hidden;
  }
  
  .body-fullscreen {
    overflow: hidden;
  }
  
  .project-content {
    font-family: 'Montserrat', 'Raleway', sans-serif;
  }
  
  .tooltip-inner {
    background-color: #222222;
  }
  
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #222222;
    background-color: transparent !important;
  }
  
  .user-content-search {
    display: flex;
    align-items: center;
  }
  
  .user-content-search.mobile-search {
    margin: auto;
    margin-bottom: 60px;
    justify-content: center;
  }
  
  .user-content-search.mobile-search .sort-btn {
    margin-right: 0;
  }
  
  .search-bar {
    padding: 0 6px;
    background-color: #f4f3f1;
    border-radius: 100px;
    height: 40px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 14px;
  }
  
  .search-input {
    color: #666;
    font-size: 13px;
    margin-left: 17px;
    background-color: transparent;
    border: 0;
    font-family: 'Montserrat', 'Raleway', sans-serif;
    font-weight: 300;
    width: 66%;
  }
  
  .search-input::placeholder {
    color: #ababab;
  }
  
  .search-input:focus {
    outline: none;
  }
  
  .search-submit {
    padding: 8px 14px;
    color: white;
    font-weight: bold;
    background-color: #fc8d3b;
    font-size: 10px;
    border: 0;
    border-radius: 100px;
    font-family: 'Montserrat', 'Raleway', sans-serif;
  }
  
  .sort-btn {
    position: relative;
    font-size: 21px;
    cursor: pointer;
    margin-right: 10px;
    transition: all .2s ease;
  }
  
  .sort-btn:hover {
    color: #fc8d3b;
  }
  
  .sort-dropdown-menu {
    position: absolute;
    right: -3px;
    width: 200px;
    top: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    z-index: 100;
    overflow: hidden;
  }
  
  .sort-dropdown-option {
    font-size: 14px !important;
    margin-bottom: 0;
    padding: 7px 15px;
    color: #505050;
    background-color: transparent;
    transition: all .2s ease;
  }
  
  .sort-btn i {
    color: #5e5e5e;
    transition: all .2s ease;
  }
  
  .sort-btn i:hover,
  .sort-btn.opened i {
    color: #fc8d3b;
  }
  
  .sort-dropdown-option:hover,
  .sort-dropdown-option.active {
    background-color: #fc8d3b;
    color: white;
  }
  
  .no-items-splash {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    width: 100%;
    height: 400px;
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }
  
  p.splash-text {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 24px;
  }
  
  .splash-icon {
    position: relative;
    font-size: 130px;
    opacity: 0.3;
    line-height: 0;
    margin-bottom: 25px;
  }
  
  .splash-icon i.fas.fa-slash {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: -20px 0 0px rgb(248, 248, 248);
  }
  
  .project-title-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #00000061 0%, #00000033 50%, transparent 100%);
    padding: 13px 22.5px;
    padding-bottom: 30px;
    z-index: 1021;
    pointer-events: none;
  }
  
  .project-title-container *{
    pointer-events: auto;
  }
  
  .project-author {
    display: flex;
    align-items: center;
  }
  
  .project-author-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 100px;
    margin-right: 13px;
  }
  
  .project-author-name {
    color: white;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
  }
  
  #view-code-btn {
    cursor: pointer;
  }
  
  .project-player {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    overflow: hidden;
  }
  
  #frame-wrap {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  
  #project-frame-moving-container {
    position: absolute;
    z-index: 1020;
    background-color: #111;
    top: 0 !important;
    height: 100% !important;
  }
  
  .project-controls,
  .fs-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    background: linear-gradient(to top, #00000061 0%, #00000033 50%, transparent 100%);
    padding: 13px 22.5px;
    padding-top: 30px;
    z-index: 1020;
    pointer-events: none;
  }
  
  .project-controls i,
  .project-code-actions i,
  .fs-nav i {
    color: white;
    font-size: 22px;
    margin-right: 15px;
    cursor: pointer;
    pointer-events: auto;
  }
  
  .project-controls i:last-of-type,
  .project-code-actions a:last-of-type i,
  .fs-nav a:last-of-type i {
    margin-right: 10px;
  }
  
  .project-details-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22.5px;
    height: 60px;
    background-color: #ea6100;
    font-weight: bold;
    color: white;
    font-size: 22px;
    font-family: 'Montserrat', 'Raleway', sans-serif;
  }
  
  .project-details-container .fa-caret-down {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    animation: 0.5s arrow-anim alternate infinite ease-in-out;
  }
  
  .project-title {
    margin: 0;
    text-transform: capitalize;
  }
  
  .project-details {
    display: flex;
  }
  
  .project-details .project-detail:last-of-type {
    margin-right: 0;
  }
  
  .project-detail {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-right: 15px;
    cursor: pointer;
  }
  
  .project-detail i {
    font-size: 19px;
    margin-right: 7px;
  }
  
  .project-detail-text {
    margin: 0;
  }

  .voting-container {
    display: flex;
    color: white;
    align-items: center;
  }

  .voting-container i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-size: 14px;
    margin-right: 7px;
    cursor: pointer;
  }
  
  .active-vote {
    background-color: #ea6100;
  }

  img.project-ss {
    width: 300px;
    border-radius: 7px;
  }
  
  .project-ss-container {
    display: flex;
    /* justify-content: center; */
  }
  
  .project-description-container {
    max-width: 1200px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  
  .project-description-container h2 {
    font-weight: bold;
    color: #5a5859;
  }
  
  .project-tags-head {
    font-weight: bold;
    color: #5a5859;
  }
  
  .project-tags {
    display: flex;
    flex-wrap: wrap;
  }
  
  .project-tag {
    padding: 6px 16.5px;
    background-color: #ea6100;
    border-radius: 100px;
    margin-right: 8px;
    margin-bottom: 7px;
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', 'Raleway', sans-serif;
  }
  
  .project-user-tag {
    display: flex;
    align-items: center;
    padding: 0;
    padding-right: 16.5px;
  }
  
  .project-tag-text {
    margin-bottom: 0;
    text-transform: capitalize;
  }
  
  .project-tag-hashtag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #ff903e;
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  
  .recommended-projects-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    width: 80%;
    margin: auto;
  }
  
  .recommended-projects-head {
    position: relative;
    padding: 10px 20px;
    padding-top: 0;
    color: #5a5859;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #ea6100;
    z-index: 2;
  }
  
  .separator {
    position: relative;
    top: -2px;
    width: 100%;
    border-bottom: 2px solid #efefef;
    margin-bottom: 40px;
    z-index: 1;
  }
  
  .recommended-projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .project-tile {
    width: 260px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    transform: translateY(0px);
    font-family: 'Montserrat', 'Raleway', sans-serif;
    transition: all .2s ease;
  }
  
  .project-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  
  .project-stats-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    background-color: #fc8d3b;
    cursor: pointer;
  }
  
  .project-author {
    display: flex;
    align-items: center;
  }
  
  .project-author-img {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 100px;
    margin-right: 10px;
  }
  
  .project-author-name {
    color: white;
    font-size: 13px;
    font-weight: 400;
  }
  
  .project-img {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #efefef;
  }
  
  .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  h2.project-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #595959;
    margin-bottom: 7px;
  }
  
  .project-info-container {
    padding: 17px 20px;
  }
  
  .project-hits {
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 7.5px;
    color: #fc8d3b;
  }
  
  .recommended-projects-container .project-desc,
  #gallery .project-desc {
    width: 100%;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
  }
  
  .project-desc {
    width: 100%;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
  }
  
  .project-stats {
    display: flex;
    color: white;
  }
  
  .project-stat {
    margin-right: 13px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', 'Raleway', sans-serif;
    display: flex;
    align-items: center;
  }
  
  .project-stat i {
    margin-right: 5px;
    font-size: 19px;
  }
  
  .project-stats .project-stat:last-of-type {
    margin-right: 0;
  }
  
  .fs-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  .fs-iframe-wrapper {
    height: calc(100% - 25px);
    width: 100%;
  }
  
  .wide-modal {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  body {
    background: #fff;
    font-family: 'Raleway';
  }
  
  .showcase {
    margin-top: 10px;
  }
  
  .pages {
    margin-left: 5px;
  }
  
  .iframe-wrapper {
    height: 60vh;
    width: 100%;
  }
  
  .iframe {
    border: none;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
  }
  
  /* Page navigation link bar */
  
  ul.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .page-item {
    background-color: white;
    color: #999999;
    padding: 6px 11px;
    border: 0;
    border-radius: 20px;
    margin-right: 5px;
    font-weight: bold;
  }
  
  .page-item:hover {
    background-color: rgb(230, 230, 230);
  }
  
  .page-item-active,
  .page-item-active:hover {
    color: white;
    font-weight: bold;
    background-color: #fc8d3b !important;
    border: 0;
  }
  
  #showcaseHeader {
    display: flex;
    justify-content: space-between;
    padding: 16px 10px;
  }
  
  .searchBox {
    width: 80%;
    border: 1px solid #ccc;
    padding: 5px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    color: #555;
  }
  
  .searchBox:focus {
    color: #000;
  }
  
  .searchButton {
    position: absolute;
    width: 20px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    text-align: center;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
  }
  
  .search-wrapper {
    width: 300px;
    position: relative;
    display: inline-block;
  }
  
  .page-navigator-wrapper {
    float: right;
    margin-bottom: 0px;
  }
  
  .captions {
    text-decoration: none;
  }
  
  div.captions {
    padding: 8px;
    height: 10em;
  }
  
  .captions:hover {
    text-decoration: none;
    color: #ea6100;
  }
  
  .showcaseHeadFootThing {
    display: flex;
    justify-content: center;
    margin: 25px 0;
  }
  
  .p-project-wrapper {
    background-color: #000;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border: 2px solid #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  
  @media (max-width: 750px) {
    .p-project-wrapper {
      width: 100%;
      margin: 0;
    }
  }
  
  @media (max-width: 768px) {
    #tags-wrapper-mobile {
      margin-left: 33px;
    }
  }
  
  .p-project-bar {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background-color: #333;
    color: #fff;
    border-bottom: 2px solid #000;
    display: flex;
    flex-flow: wrap;
  }
  
  .p-project-button {
    flex: 0 0 23px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    text-align: center;
    min-width: 23px;
    display: block;
    color: #000;
    height: 23px;
    background-color: #fff;
    float: left;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  
  .p-project-button-lg {
    width: auto;
    flex: 0 0 auto;
  }
  
  .p-project-button:hover {
    color: #fb5000;
    text-decoration: none;
  }
  
  .p-project-button:visited {
    color: #000;
    text-decoration: none;
  }
  
  .p-project-button:visited:hover {
    color: #fb5000;
    text-decoration: none;
  }
  
  .sep {
    flex: 1 0 0px;
  }
  
  .fr {
    float: right;
  }
  
  .tags-wrapper {
    margin: auto;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
  }
  
  .wrapped {
    padding: 5px;
    border: 2px solid #fec2a6;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  
  .thicc {
    padding: 10px;
    width: 80%;
    margin: auto;
  }
  
  .tag {
    padding: 5px;
    border: 2px solid #fec2a6;
    border-radius: 5px;
    text-align: left;
    float: left;
    box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.5);
  }
  
  .comment-hashtag {
    color: #fc8d3b;
  }
  
  #gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
  }
  
  .gallery-row {
    width: 100%;
  }
  
  .projectRemoveOnSearch {
    width: 280px !important;
    display: inline-block;
    margin: 6px;
    padding: 0px;
    border: 2px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.6);
  }
  
  .projectRemoveOnSearch:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.6);
    border: 2px solid #337ab7;
  }
  
  .projectRemoveOnSearch,
  .projectRemoveOnSearch div,
  .projectRemoveOnSearch img {
    /* border-radius: 15px 15px 0px 0px; */
  }
  
  .projectRemoveOnSearch:first-of-type {
    margin-left: 0px !important;
  }
  
  .projectRemoveOnSearch:last-of-type {
    margin-right: 0px !important;
  }
  
  .imageWrapper {
    height: 280.5px !important;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }
  
  .imageWrapper:hover {
    /*box-shadow: inset 0px 0px 30px 5px rgba(0,0,0,0.5);*/
  }
  
  .project-photo {
    width: 100%;
    height: 100%;
  }
  
  .donation-link {
    position: absolute;
    bottom: 8px;
    left: 8px;
  }
  
  .btn-donate {
    padding: 3px 6px;
    font-size: 1em;
  }
  
  .content {
    position: relative;
    width: 100%;
    padding: 0px;
    font-family: 'Montserrat', 'Raleway', sans-serif;
  }
  
  .research-card {
    display: flex;
    padding-bottom: 20px;
  }
  
  .research-card-image {
    position: relative;
    width: 25%;
    min-height: 173px;
    flex-shrink: 0;
    margin-right: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .research-card-main-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
  .research-card-blur-image {
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    filter: blur(9px) saturate(180%);
    box-shadow: inset 0 249px 0 rgba(0,0,0,0.25);
  }
  
  .research-card-content {
    color: #4b4b4b;
    font-family: SERIF;
    font-size: 25px;
  }
  
  p.research-card-blurb {
    font-size: 15px !important;
    color: #4b4b4b;
  }
  
  .research-card-actions {
    display: flex;
    align-items: center;
  }
  
  .research-card-action {
    display: flex;
    align-items: center;
    border-right: 1px solid #dddddd;
    margin-right: 18px;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 18px 7px 0;
  }
  
  p.research-card-author {
    font-size: 14px !important;
    color: #999999;
    margin-bottom: 0;
    line-height: 1;
  }
  
  a.research-author-link {
    color: #999999;
    font-weight: bold;
  }
  
  .read-research-btn {
    margin-right: 24px;
    padding: 14px 26px;
    border-radius: 5px;
    border: 2px solid #ddd;
    line-height: 1;
    color: #fb5000;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  
  .read-research-btn:hover {
    background-color: #fb5000;
    color: white;
    border: 2px solid #fb5000;
  }
  
  .read-research-btn i {
    margin-right: 8px;
  }
  
  .research-card-action i {
    color: #999;
    margin-right: 10px;
  }
  
  .research-card-action p {
    font-size: 14px !important;
    margin-bottom: 0;
    line-height: 1;
    color: #999;
  }
  
  .view-more-research {
    display: flex;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  
  .view-more-research-btn {
    display: flex;
    align-items: center;
    padding: 14px 26px;
    border-radius: 5px;
    background-color: #fb5000;
    color: white !important;
    cursor: pointer;
  }
  
  .view-more-research-btn i {
    margin-left: 10px;
    transition: all .2s ease;
  }
  
  .view-more-research-btn:hover i {
    margin-left: 17px;
  }
  
  .noimage {
    font-size: 60px !important;
    text-align: center;
    line-height: 90px;
  }
  
  .code-action {
    display: flex;
    align-items: center;
    margin-right: 15px;
    border-radius: 100px;
    color: white !important;
    padding: 4px 6px;
    padding-right: 14px;
    transition: all .2s ease;
    border: none;
    background: none;
  }
  
  .code-action:hover {
    background-color: #ea6100;
  }
  
  .project-code-actions {
    display: flex;
  }
  
  .code-action i {
    margin-right: 7px !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fc8d3b;
    border-radius: 100px;
    font-size: 14px;
  }
  
  span.action-text {
    font-size: 14px;
  }
  
  .comment-vote-count {
    font-weight: 300;
    opacity: 0.7;
  }
  
  @media (max-width: 1200px) {
    .gallery-row {
      max-width: 880px;
      margin: 0 auto;
    }
  
    #showcaseHeader {
      width: 100% !important;
      padding: 16px 20px;
    }
  }
  
  @media (max-width: 990px) {
    .gallery-row {
      max-width: 590px;
      margin: 0 auto;
    }
  
    #showcaseHeader {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px 20px;
    }
  
    #showcaseHeader .btn-group {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 25px 0;
    }
  }
  
  @media (max-width: 770px) {
    .homeh5 {
      text-align: center;
    }
  }
  
  @media (max-width: 750px) {
    .gallery-row {
      max-width: 280px;
      margin: 0 auto;
    }
  
    .noimage {
      font-size: 60px !important;
      text-align: center;
      line-height: 90px;
    }
  
    .research-headline {
      font-size: 2em !important;
    }
    
    .research-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
      text-align: center;
    }
    
    .research-card-image {
      width: 50%;
      margin: 20px 0;
    }
  
    .research-card-blur-image {
      filter: blur(1px) saturate(180%);
    }
  }
  
  @media (max-width: 600px) {
    .content {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  
  @media only screen and (max-width: 450px) {
    .project-player {
      height: 350px;
    }
  
    .project-comments-container {
      position: fixed;
      z-index: 1500;
    }
  
    .project-detail {
      font-size: 12px;
    }
  
    .project-details-container>.fa-caret-down,
    .project-detail-text {
      display: none;
    }
  
    .project-title {
      font-size: 16px;
    }
  
    .recommended-projects-head {
      font-size: 24px;
    }
  
    span.action-text {
      font-size: 10px;
      display: none;
    }
    
    .code-action {
      margin-right: 5px;
    }
  }
  
  @keyframes arrow-anim {
    0% {
      transform: translate(-50%, -55%);
    }
  
    100% {
      transform: translate(-50%, -45%);
    }
  }
  
  #teacherscreenshotbutton {
    cursor: pointer;
  }
