/* auau feio mau - stylesheet by publisitio 09.03.22 */
/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;800&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;800&display=swap');
*/
/* fonts */
:root{
  --main-color: #036658;
  /*--text-shadow:
    1px 1px rgba(0, 0, 0, 0.024),
    2px 2px rgba(0, 0, 0, 0.023),
    3px 3px rgba(0, 0, 0, 0.022),
    4px 4px rgba(0, 0, 0, 0.021),
    5px 5px rgba(0, 0, 0, 0.020),
    6px 6px rgba(0, 0, 0, 0.019),
    7px 7px rgba(0, 0, 0, 0.018),
    8px 8px rgba(0, 0, 0, 0.017),
    9px 9px rgba(0, 0, 0, 0.016),
    10px 10px rgba(0, 0, 0, 0.015),
    11px 11px rgba(0, 0, 0, 0.014),
    12px 12px rgba(0, 0, 0, 0.013),
    13px 13px rgba(0, 0, 0, 0.012),
    14px 14px rgba(0, 0, 0, 0.011),
    15px 15px rgba(0, 0, 0, 0.010),
    16px 16px rgba(0, 0, 0, 0.009),
    17px 17px rgba(0, 0, 0, 0.008),
    18px 18px rgba(0, 0, 0, 0.007),
    19px 19px rgba(0, 0, 0, 0.007),
    20px 20px rgba(0, 0, 0, 0.006);
    */
}
body{
  position: relative;
	font: 22px/125% 'Outfit', sans-serif;
	color: #000;
}

/* custom scrollbar
-------------------------------- */
* {
  scrollbar-color: var(--main-color) transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-button {
    height: 150px;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: transparent; 
  box-shadow: inset 3px 0 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: inset 3px 0 3px rgb(0 0 0 / 50%);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc3545;
  background: var(--main-color); 
  border-radius: 3px;
  transition: all 1s;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:vertical:hover {
  background: #000; 
}
/* custom scrollbar end
-------------------------------- */
a{
  color: var(--main-color);
}
a:hover{
  text-decoration: none !important;
}
h1{
  line-height: .8 !important;
}
.display-2,
.display-3{
  font-size: 7.5vw;
  text-shadow: var(--text-shadow);
}
  @media (min-width: 320px) and (max-width: 767.98px) {
    .display-2,
    .display-3{
      font-size: 17.5vw;;
    }
  }
.ft-strong{
	font-weight: 800;
}
/* colors */
.clr-1{
  color: var(--main-color);
}
.invert{
  filter: invert(1);
}
/* colors end */

.intro{
  background: url(../img/auau-bkgrd.jpg) no-repeat center;
  overflow: hidden;
  background-size: cover;
  position: relative;
  border-radius: 150px;
  padding: 150px 0;
  margin: 50px;
}
  .intro::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:  url(../img/auau-bkgrd.jpg) no-repeat center;
    animation: anime-bkgrd 15s ease-out infinite running /*alternate*/;
    background-size: cover;
    mix-blend-mode: color-burn;
  }

    @keyframes anime-bkgrd{
      from{
        filter: opacity(75%);
      }
      to{
        transform: scale(3);
        filter: opacity(100%);
      }
    }
/* menu */
.menu{
	position: fixed;
	top: 0px;
	right: 25px;
  bottom: 0;
  margin: auto;
	padding: 35px;
	z-index: 2;
  color: #fff;
  background: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  opacity: .25;
  cursor: pointer;
}
.menu:hover{
  opacity: 1;
}
.menu span{
  font-size: 35px;
  padding: 20px;
}
  @media (min-width: 320px) and (max-width: 767.98px) {
    .menu{
      top: 25px;
      margin: 0 auto;
      color: #fff;
      opacity: 1;
    }
  }

 /* The side navigation menu */
.sidenav {
  height: 0; /* 100% Full-height */
  width: 50%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, .9); /* Black*/
  overflow-y: hidden; /* Disable horizontal scroll */
  /*padding-top: 60px;  Place content 60px from the top */
  transition: 0.8s; /* transition effect to slide in the sidenav */
  text-align: center;
  display: flex;
  align-items: center;
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 0px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:nth-child(2){
	display: block;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #09c;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding: 0;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 450px) {
  .sidenav {
    width: 80%;
    /*padding-top: 15px;*/
  }
  .sidenav a {font-size: 18px;}
} 
/* menu end */

.producao-nav a{
  color: #000;
  font-size: 2.5rem;
  transition: all .5s ease-in-out;
}
  .producao-nav a:hover{
    color: var(--main-color);
  }
  .producao-nav .divider::after{
      content: '';
      position: absolute;
      top: -3px;
      right: 0;
      width: 15%;
      height: 6px;
      background: inherit;
      border-radius: 3px;
    }
.divider{
  position: relative;
  margin: 4rem 0;
  width: 100%;
  height: 1px;
  background: #000;
}
  .divider::before{
      content: '';
      position: absolute;
      top: -3px;
      left: 0;
      width: 15%;
      height: 6px;
      background: inherit;
      border-radius: 3px;
    }
.pseudo-btn{
  position: relative;
  border-radius: 15px;
  padding: 10px 20px;
  display: inline-block;
}
.pseudo-btn:hover{
  color: var(--main-color);
}
  .pseudo-btn::before,
  .pseudo-btn::after{
    content: '';
    position: absolute;
    height: 4px;
    width: 10%;
    background: currentColor;
    border-radius: 2px;
    transition: all ease .8s;
  }
  .pseudo-btn::before{
    top: 0;
    left: 0;
  }
  .pseudo-btn::after{
    bottom: 0;
    right: 0;
  }
.pseudo-btn:hover::before,
.pseudo-btn:hover::after{
  width: 50%;
}
/* link to website festival semibreve, ocupa, fragua */
.website{
  display: block;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  margin: 1.5rem 0;
  font-size: 20px;
  width: max-content;
  transition: all .3s ease-in-out;
}
  .website:hover{
    color: #fff;
    background: #000;
    border-color: #000;
  }
.img-fx{
  position: relative;
  overflow: hidden;
}
  .img-fx::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, 
      rgba(255, 255, 255, 0.0) 0%,
      rgba(255, 255, 255, 0.0) 10%,
      rgba(255, 255, 255, 1.0) 10%, 
      rgba(255, 255, 255, 1.0) 35%, 
      rgba(255, 255, 255, 0.0) 35%
    );
  }
  .container:nth-child(odd) .img-fx::after{
    
  }
  .container:nth-child(even) .img-fx::after{
    
  }
.nowrap {
  white-space: nowrap;
}
.text-secondary{
  position: relative;
  color: var(--main-color) !important;
  display: inline-block;
  margin: 3rem 0;
} 
  .text-secondary::before,
  .text-secondary::after{
    content: '';
    position: absolute;
    background: currentColor;
    width: 15%;
    height: 8px;
    border-radius: 4px;
  }
  .text-secondary::before{
    top: 0;
    left: 0;
  }
  .text-secondary::after{
    bottom: 0;
    right: 0;
  }
  .text-secondary p{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
/* hompage */
/*
.news-img{
  position: relative;
}
.news-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--main-color);
  z-index: 1;
  border-radius: 50%;
  mix-blend-mode: screen;
}
*/
.mes{
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 800;
}
.data{
  font-variant-numeric: tabular-nums;
  font-size: min(8.5vh, 13vw); /* mobile, desktop */
}
.evento{
  font-size: min(8.5vh, 13vw); /* mobile, desktop */
  color: inherit;
  margin-bottom: 30px;
  text-shadow: var(--text-shadow);
}
.gallery{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: end;
}
.gallery img{
  padding: 5px;
}
.gallery img:nth-child(1){
  width: 100%;
}
.gallery img:nth-child(2){
  width: 50%;
}
.gallery img:nth-child(3){
  width: 50%;
}
.gallery img:nth-child(4){
  width: 100%;
}
.joana{
	background: url(http://auaufeiomau.org/collective/wp-content/uploads/2016/06/auaufeiomau-joana_gama-1.jpg);
}
.rafael{
	background: url(http://auaufeiomau.org/collective/wp-content/uploads/2016/06/auaufeiomau-antonio-rafael-2.jpg);
}
.luis{
	background: url(http://auaufeiomau.org/collective/wp-content/uploads/2016/06/auaufeiomau-luis-fernandes-1.jpg);	
}
.joana,
.rafael,
.luis{
  position: relative;
  background-attachment: fixed;
  background-position: right 55px bottom 0px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 150px 0;
}
  @media (min-width: 320px) and (max-width: 767.98px) {
    .joana,
    .rafael,
    .luis{
      background-size: cover;
      background-attachment: fixed;
      padding: 450px 0 0;
    }
  }

  .footer{
    padding: 25px 0;
  }
