/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/* 
 *:not(path):not(g) {
   color:  hsla(210, 100%, 100%, 0.9) !important; 
     background:               hsla(210, 100%,  50%, 0.5) !important; 
     outline:    solid 0.15rem rgba(82, 82, 82, 0.5) !important;  
   box-shadow: none !important;  
} */

#ring2, #ring3, #ring4, #anzu_txt, #graphics_txt, #lion1, #lion2, #lion3, #lion4 {
  opacity: 0;
}


#mask {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2a4652;
  z-index: 9000;
  align-content: center;
}
#loading {
  content: 'loading...';
  color: white;
  font-size: 10vh;
}
@keyframes loading {
  0% {
    max-width: 00%;
    color: rgba(255, 255, 255, 0);
  }
  20% {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.473);
  }
  21% {
    max-width: 00%;
  }
  50% {
    max-width: 100%;
  }
  55% {
    max-width: 100%;
    color: rgba(255, 255, 255, 0);
  }
  70% {
    max-width: 0%;
    color: rgba(255, 255, 255, 0);
  }
  100% {
    max-width: 0%;
  }
}

#anzu_txt {
  stroke-width: 2px;
}

#graphics_txt {
  fill: #ffffff00
}

nav ul a {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.nav-up {
  top: -80px;
  transition: top 0.5s ease-in-out;
}

#top-nav {
  width: 100%;
  background-color: #2a4753;
  position: fixed;
  padding: 0 0px;
  top: 0px;
}

#top-nav::after {
  content: '';
  clear: both;
}

#why-anzu {
  min-height: 100vh;
  background-color: #ffffff;
  background-image: url('/img/section2_img.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;
  font-size: 1rem;
  line-height: 1.8rem;
}

#why-anzu img {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  /* top:5px; */
}

.why-anzu-p {
  padding: 20px 0;
  margin: 5px 0;
  float: left;
}

.rotate {
  -webkit-animation: spin 3.1s 1;
  /* Chrome, Safari, Opera */
  animation: spin 3.1s 1;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Standard syntax */

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#why-anzu * {
  padding: initial;
}
.blockquote-p {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding: 0px;
  text-align: left;
}
.blockquote-p::after {
  display: block;
  content: '';
  border-bottom: 3px solid #eee;
  margin-bottom: 50px;
  padding-bottom: 25px;

}
#services {
  margin: 0px;
  background-color: #ffffff;
}
.service-box {
  padding-top: 5px;
  background-color: #f7ec47;
  margin: 5px;
}

.services-grid {
  padding: 25px;
  display: grid;
  grid-template-columns:  minmax(150px, 1fr) 1fr;
  grid-gap:5px;

}

.services-grid > div {
  background-color: #f4f4f4;
  padding: 5px;
  /* border: #2a4652 solid 2px */
}

nav .brand-logo {
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4rem;
  margin-right: 50px;
  font-weight: 700;
} 

#mini_logo {
  width: 45px; 
  float: right;
  height: 100%;
  margin-left: 15px;
  background-image: url("../img/logo_min.png");
  background-repeat: no-repeat;
  background-position: center;
}

.main-nav {
  font-family: 'Open Sans Condensed', sans-serif;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

#sidenav-btn {
  height: 80px;

}
.minimize-btn {
  float: right;
  color: white;
}
.nav-btn {
  display: block;
  float: left;
  padding: 0 15px 0 15px;
  height: 80px;

}

.parallax img {
  height: 200vh;
}
.parallax-container {
  height: 100%;
  line-height: 0;
  height: auto;
  color: #fff;
  
}

/* .parallax-container .section {
   width: 100%; 
} */

@media only screen and (max-width: 900px) {
  /* .parallax-container .section {
    position: absolute;
    top: 40%;
  } */
  /* #index-banner .section {
    top: 10%;
  } */
}

@media only screen and (max-width: 600px) {}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  height: 100vh;
  margin: 0;
}
.footer-text {
  width: 100%;
  display: block;
  margin-top: 50px;
  padding:10px;
  background-color: #2a4652;
}
.bottom-div {
  position: absolute;
  text-align: center;
}

@media only screen and (min-width: 601px) {
  #anzu-logo {
    padding-top: 5%;
    justify-content: baseline;
    bottom: 1px;
    max-height: 80vh;
    opacity: 0.9;
  }
}

@media only screen and (max-width: 601px) {
  #anzu-logo {
    padding-top: 10%;
    justify-content: baseline;
    /* bottom: 0px; */
    max-width: 75vw;
    /* opacity: 1; */
  }
}

#anzu-logo-container {
  width: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */

.p-0 {
  padding: 0 !important;
}
.description {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3;
}
#portfolio {
  /* max-width: 1200px; */
  padding: 2% 5%;
  margin: 0 auto;
  background-color: #2a4652;
  color: white;
  /* margin-left: auto;
  margin-right: auto; */
 
}
@media only screen and (max-width: 600px) {
  #portfolio {
    /* max-width: 1200px; */
    padding: 0;
    margin: 0 auto;
    /* margin-left: auto;
    margin-right: auto; */
   
  }
}




.portfolio-grid {
  display: grid;
  grid-auto-columns: 1fr 1f;
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto
}









#contact {
  height: 100vh;
  padding: 20%
}

@media (min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px
  }
}