body {
    font-family: 'Barlow', sans-serif;
    color: #FF0202;
    font-size: 13px;
}
html {
    background-color: #F6FFF2;
  }
a {
    color: #FF0202;
    cursor: pointer;
    text-decoration: none;
  }
  
  a strong {
    color: #FF0202;
  }
  
  a:hover {
    color: #FF0202;
    text-decoration: underline;
  }
  
.center, .center-column, .top, .right, .bottom, .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .center-column {
    flex-direction: column;
  }
  
  .top { align-items: flex-start;}
  .right {justify-content: flex-end;}
  .bottom { align-items: flex-end;}
  .left {justify-content: flex-start;}
  
  .single-spaced, .single-spaced * {
    line-height: 1;
}
.outer {
    width: 100%;
    max-width: 1024px;
    margin: 2rem auto;
  }
.video-wrapper {
    height: 0;
    margin: auto;
    z-index: 1;
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}
  
.video-wrapper iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
}
.video-cover-image {
	position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-cover-image img {
	vertical-align: top;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-color: #151515; */ /* for dark overlay on top of the image */
	background: transparent;
	opacity: 1;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.video-cover-image:hover .overlay {
  opacity: 0.8;
  background: rgba(0,0,0,0.5);
}

.play-icon {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.audio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.image {
    display: flex;
    justify-content: start;
}
.image img {
    height: 100%;
    width: 100%;
}
.sidenav-wrapper {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #FFFFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0rem;
  }
.sidenav {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color:#FF0202;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0rem 0rem 0rem 0rem;
}
.sidenav .closebtn {
    color: #FFF !important;
    position: absolute;
    top: 24rem;
    right: 1rem;
    font-size: 2rem;
}
.sidecontent {
    width: 100%;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 52rem;
    padding: 1.5rem 0rem;
    color: #FFF;
}
a.topnav-link {
    color: #FFF !important;
}
a.topnav-link.selected-nav {
    font-weight: 700;
    text-decoration: underline;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 52rem;
    padding: 1.5rem 1rem;
  }
.mano-index {
    color: #FF0202!important;
    font-size: 2rem;
    font-weight: 700;
}
.mano-index-open {
    color: #FFF!important;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1rem;
}
.mano-index-open svg path{
    fill:#FFF;
  }
.top-left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
.top-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-navigation {
    display: flex;
    width: 100%;
    padding-right: 5rem;
}
.topnav-work {
    padding-right: 2rem;
}
.topnav-work,
.topnav-contacts {
    font-weight: normal;
    font-size: 1.4rem;
    padding-top: 1.5rem;
}
.manobrito {
    display: flex;
}
.grow {
    display: flex;
    flex-grow: 1;
}
.topnav-text {
    padding-top: 6rem;
    font-size: 21px;
    line-height: 1.6;
    max-width: 57rem;
}
.topnav-text a {
    color: #FFF !important;
    text-decoration: underline;
}
.topnav-text p {
    padding-bottom: 1rem;
}
.hero.frontpage {
    background: url("/static/images/manobrito_frontpage.2054bfef8306.jpg") top center / cover;
}
.site-desc {
    padding: 2rem 1rem 2rem 2rem;
    font-size: 18px;
}
#project-section {
    padding-top:7rem;
}
.project-title-concept {
    padding-top: 1rem;
    padding-left: 1rem;;
}
.project-title {
    padding-right: 0.1rem;
    font-weight: 700;
    font-size: 13px;
}
#concepts-nav{
    display: inline;
}
#concepts-nav li{
    display: inline;
    white-space: nowrap;
}
.project-description {
    padding: 0 1rem 3rem 1rem;
}
ul#concepts-nav li {
    display:inline;
  }
li.project-media-element {
    padding-bottom: 0.8rem;
}
.navigation-links {
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 2rem 0 3rem 0;
}
.project-related ul {
    display: flex;
}
.project-related ul .project-listing-block { 
    margin: 0 0.5rem 0 0;
}
.project-related ul li:last-child .project-listing-block { 
    margin:0;
}
.project-listing-block-metadata {
    display: flex;
}
.linkto-project {
    padding-left:1rem;
    display: flex;
}
.list-project-lenght {
    padding-left: 0.5rem;
    display: flex;
}

.project-related ul .project-listing-block img { 
    height: 170px;
}
.list-project-title {
    font-weight: 700;
}
.list-project-lenght {
    padding-left: 0.5rem;
}
.project-listing ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-listing {
    margin-top: 4rem;
}
#footer {
    display: flex;
    padding: 4rem 1rem 5rem 1rem;
}
#footer .left {
    flex-grow: 1;
}
#footer img.seta {
    max-width: 32px;
    padding-top: 0rem;
    width: 48rem;
}
@media screen and (max-width: 1023px) {
    .container {
        max-width: 54rem;
        padding: 0 0.5rem;
    }
    .container.site-desc {
        padding: 2rem 1rem 2rem 2rem;
    }
    .sticky,
    .sidecontent {
        max-width: 52rem;
        padding-right: 2rem;
        margin: 0rem 2rem 0 1rem;
    }
    .cortina-project .sidecontent {
        margin: 0.5rem 1rem 0 2rem;
        width: auto;
      }
    .top-navigation {
        padding-right: 8rem;
    }
    .mano-index {
        margin-right: 2rem;
    }
    .project-listing-block {
    padding-bottom: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .container {
        max-width: 54rem;
    }
    .project {
        padding: 0 5rem;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 44rem;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 1.5rem 1rem;
        margin: 1rem 0rem 0 5rem;
      }
    .header-home .sticky {
        max-width: 54rem;
        padding: 1.5rem 2rem;
        margin-left: 0;
      }
    .sidecontent {
        max-width: 54rem;
        padding: 1.5rem 4rem 0 2rem;
    }
    .cortina-project .sidecontent {
        max-width: 46rem;
      }
    .topnav-text {
        font-size: 18px;
    }
    .project-listing-block {
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 1216px) {
  .container {
      max-width: 64rem;
  }
  .sticky {
    max-width: 54rem;
    margin: 1rem 0rem 0 5rem;
  }
  .header-home .sticky {
    max-width: 64rem;
    margin-left: 0;
  }
  .sidecontent {
    max-width: 64rem;
    margin: 0 auto;
  }
  .cortina-project .sidecontent {
      max-width: 56rem;
    }
  .project {
    padding: 0 5rem;
    }

.project-listing {
    padding: 0 1rem;
    }
    .project-listing .project-listing-block {
        width: 30.5rem;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 1408px) {
    .container {
        max-width: 72rem;
    }
    .sticky {
        margin: 1rem 0rem 0 9rem;
    }
    .header-home .sticky {
        max-width: 72rem;
        margin-left: 0;
    }
    .sidecontent {
        max-width: 72rem;
        margin: 0 auto;
    }
    .project {
        padding: 0 9rem;
    }
    .project-listing {
        padding: 0 1rem;
    }
    .project-listing .project-listing-block {
        width: 34.8rem;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 1888px) {
    .container {
        max-width: 102rem;
    }
    .sticky {
        margin: 1rem 0rem 0 24rem;
    }
    .header-home .sticky {
        max-width: 102rem;
        margin-left: 0;
    }
    .sidecontent {
        max-width: 102rem;
        margin: 0 auto;
    }
    .project {
        padding: 0 24rem;
    }
    .project-listing {
        padding: 0 1rem;
    }
    .project-listing .project-listing-block {
        width: 33rem;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 1024px) {
    .project-related ul .project-listing-block img {
        height: 138px;
    }
    .sidenav .closebtn {
        right: 2rem;
    }
    .topnav-text {
        padding-top: 6rem;
        font-size: 18px;
        line-height: 1.7;
        max-width: 57rem;
    }
}
@media screen and (max-width: 768px) {
    .project-related ul .project-listing-block img {
        height: 145px;
    }
}
@media screen and (max-width: 414px) {
    .project-related ul .project-listing-block img {
        height: 73px;
    }
    .project-related ul .project-listing-block {
        font-size: 0.7rem;
    }
    .grow {
        min-width: 100px;
    }
    .top-navigation {
        flex-wrap: wrap;
    }
    .topnav-work, .topnav-contacts {
        width: 100%;
    }
    .mano-index-open.topnav-contacts {
        padding-top: 0;
        margin-top: 0;
    }
    .topnav-text {
        padding-top: 2rem;
        font-size: 15px;
        line-height: 1.6;
        max-width: 20rem;
    }
    .topnav-work, .topnav-contacts {
        padding-top: 0;
    }
    .sidenav .closebtn {
        top: 26rem;
    }
}
@media screen and (max-width: 375px) {
    .project-related ul .project-listing-block img {
        height: 65px;
    }
    .project-related ul .project-listing-block {
        font-size: 0.7rem;
    }
    .topnav-text {
        padding-top: 2rem;
        font-size: 0.9rem;
        line-height: 1.8;
        max-width: 19rem;
    }
}
@media screen and (max-width: 320px) {
    .project-related ul .project-listing-block img {
        height: 54px;
    }
    .project-related ul .project-listing-block {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 475px) {
    .mano-is-hidden-mobile {
        display: none !important;
    }
}
@media screen and (min-width: 476px) {
    .mano-is-hidden-desktop {
        display: none !important;
    }
}

