/* Enter Your Custom CSS Here */

/*
@media screen and (max-width: 76em) and (min-width:64em){
.about-cell .stacker {
font-size: 0.95rem;
}
.about-span {
  font-size: 0.8rem;
  }
}
*/

.bottom-bar-info {
display:none;	
}

@media screen and (max-width: 63.9375em) {
.about-span {font-size: 1rem !important;}

}
.about-cell {
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    text-align: left;
}

@media screen and (max-width: 39.9375em) {
.about-cell {
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    text-align: left;
}
  .project-h1h4 h4 {
      font-size: 1rem;
  }
}


.video-wrapper iframe {
transform: translateX(-50%) !important;
	
 position: absolute;
top: 0;
left: 50%;
width: 100% !important;
height: 100%;		
}



/* privacy policy */

.content-pp {
  margin-top: 200px;
}

@media only screen and (max-width: 1000px) {
  .content-pp {
    margin-top: 140px;
  }
}


.content-pp {
  margin-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1000px) {
  .content-pp {
    margin-top: 140px;
    padding-bottom: 80px;
  }
}



/* block SHIIT */

.basic-page-header {
margin-bottom: 40px;

}

.wp-block-image {
  display: block !important;
text-align: center !important;
margin: 30px 0;
}
.wp-block-image img {
  width: 100% !important;
}

.content-pp h2, .content-pp h3 {
  margin-top: 40px;
}