/* FONT INFORMATION ETC */

@font-face {
    font-family: "Devicon";
    src: url('../devicon.woff');
}

@font-face {
    font-family: "CodeBold";
    src: url('../Code-Bold.woff');
}

.devicon-devicon-plain {
    max-width: 3em;
    font-size: 6rem;
}

.devicon {
    font-size: 6rem;
    padding-top: 2em;
    line-height: 1.1;
}

/*
.devicon-devicon-plain path {
    fill: #4691f6;
}   

*/

/* 
.divicons {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-optical-sizing: auto;

} */

/* FLOATING MENU */

@media screen and (max-width: 600px){
.floating-menu {
  position: fixed;
  top: 30%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 100;
}
}

@media screen and (min-width: 600px){
.floating-menu {
  position: fixed;
  top: 30%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}
}

@media screen and (min-width: 1400px){
.floating-menu {
  position: fixed;
  top: 30%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}
}

@media screen and (min-width: 2000px){
.floating-menu {
  position: fixed;
  top: 35%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 100;
}
}


/* .floating-menu {
  position: fixed;
  top: 30%;
  right: 25%;
  transform: translateY(-50%);
  z-index: 100;
} */

@media screen and (max-width: 600px){
.floating-menu a {
    visibility: hidden;
}
}

@media screen and (min-width: 600px){
.floating-menu a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #212529;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-family: 'Bebas Neue';
}
}

@media screen and (min-width: 1000px){
.floating-menu a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #212529;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: 'Bebas Neue';
}
}


.floating-menu a:hover {
  background-color: #c6ced6;
}

    /* HEADERS AND TEXT ETC */

.headerwrapper {
    display: flex;
    align-items: center;
        
}

.header {
    font-size: 6rem;
    font-family: 'Bebas Neue';
    color: #ffffff;
    text-align: center;
    font-optical-sizing: auto;
    background-color:#212529;
    line-height: 1;
}

.headermission {
    font-size: 6rem;
    font-family: 'Bebas Neue';
    color: #ffffff;
    text-align: center;
    font-optical-sizing: auto;
    background-color:#212529;
    line-height: 1;
}


.headerresident {
    font-size: 6rem;
    font-family: 'Bebas Neue';
    color: #ffffff;
    text-align: center;
    font-optical-sizing: auto;
    background-color:#212529;
    line-height: 1;
}

.headerclosed {
    background-color: #7a7d80;
}

@media screen and (max-width: 800px){
.mainheads {
    font-size: 6rem;
    font-family: 'CodeBold';
    color: #212529;
    text-align: left;
    line-height: .8;
    font-optical-sizing: auto;
    min-height: 250px;
    position: relative;
    z-index: 2;
    padding-left: 50%;
    }
}

.mainheads {
    font-size: 6rem;
    font-family: 'CodeBold';
    color: #212529;
    text-align: left;
    padding-top: 2rem;
    line-height: .8;
    font-optical-sizing: auto;
    min-height: 250px;
    position: relative;
    z-index: 2;
    }

.mainheads diff {
    color: #7a7d80;    
}

@media screen and (max-width: 1000px){
    .subheads {
        font-size: 4rem;
        font-family: 'Bebas Neue';
        color: #212529;
        text-align: center;
        font-optical-sizing: auto;
        line-height: .9;
        opacity: 0;
        visibility: hidden;
    
    }
    .addressheads {
        font-size: 2rem;
        font-family: 'Bebas Neue';
        color: #212529;
        text-align: center;
        font-optical-sizing: auto;
        line-height: 1;
        opacity: 0;
        visibility: hidden;
    }
    }

@media screen and (min-width: 1600px){
.subheads {
    font-size: 4rem;
    font-family: 'Bebas Neue';
    color: #212529;
    text-align: center;
    font-optical-sizing: auto;
    line-height: .9;

}
.addressheads {
    font-size: 2rem;
    font-family: 'Bebas Neue';
    color: #212529;
    text-align: center;
    font-optical-sizing: auto;
    line-height: 1;
}
}
@media screen and (max-width: 1600px){
.subheads {
    font-size: 4rem;
    font-family: 'Bebas Neue';
    color: #212529;
    text-align: center;
    font-optical-sizing: auto;
    line-height: .9;
    transform: translateX(-200px);

}
.addressheads {
    font-size: 2rem;
    font-family: 'Bebas Neue';
    color: #212529;
    text-align: center;
    font-optical-sizing: auto;
    line-height: 1;
    transform: translateX(-200px);
}
}

    /* OPENING SPRAWL */    

@media screen and (max-width: 600px){
.openingsprawl {
    font-size: 3.5vw;
    color: #212529;
    text-align: left;
    font-style: bold;
    font-optical-sizing: auto;
    padding-left: 3rem;
    width: 90%;
}
}

@media screen and (min-width: 600px){
.openingsprawl {
    font-size: 2.2vw;
    color: #212529;
    text-align: left;
    font-style: bold;
    font-optical-sizing: auto;
    padding-left: 1.5rem;
    width: 90%;
}
}

@media screen and (min-width: 1000px){
.openingsprawl {
    font-size: 1.5vw;
    color: #212529;
    text-align: left;
    font-style: bold;
    font-optical-sizing: auto;
    padding-left: 5rem;
    width: 80%;
}
}

@media screen and (min-width: 1600px){
.openingsprawl {
    font-size: 1vw;
    color: #212529;
    text-align: left;
    font-style: bold;
    font-optical-sizing: auto;
    padding-left: 5rem;
    width: 100%;
    z-index: 4;
}
}

/*EXPANDING SECTIONS */

.btn {
    margin-top: .5rem;
    color: #f3f3f3;
    font-size: 2rem;
    border: 0px;
    transform: rotate(0deg);  
    transition-property: transform;
    transition-duration: 0.6s;
}


.btn:hover {
    color: #c6ced6;      
    border: 0px;  
}

.btn:active {
    color: #c6ced6;  
    border: 0px;  
}

.btn:focus {
    color: #f3f3f3;         
    border: 0px;  
}

.btnopen {
    transform: rotate(180deg);
    transition-property: transform;
    transition-duration: 0.6s;
}

.btnclose {
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 0.6s;
}

.btnmission {
    border: 0px;
}

.btnresident {
    border: 0px;
}

/* .btnanimateopen {
    animation: buttonrotate 0.6 linear;
}
.btnanimateclose {
    animation: buttonrotate 0.6 linear reverse;
} */

.mission {
  opacity: 0.0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-100px);
  transition-property: max-height, opacity;
  transition-duration: 0.6s;
}

.expanded {
  opacity: 1;
  max-height: 600px; /* Adjust this value based on your content size */
}

.bioexpanded {
  text-align: center;
  opacity: 1;
  max-height: 800px;
  overflow: hidden;
  transition-property: max-height, opacity;
  transition-duration: 0.6s;      
  background-color: #f3f3f3;  
  padding: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.biohidden {
  opacity: 0.0;
  max-height: 0;
  overflow: hidden;
  transition-property: max-height, opacity;
  transition-duration: 0.6s;
  background-color:#ffffff;
  margin-bottom: 0px;
}


/* GRID SECTIONS AND DIVS ETC */

.betweenheads {
    padding: 4rem;
}

@media screen and (max-width: 600px){
    .betweenheads {
    padding-left: 4rem;
    padding-top: 2rem;
}
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.icons {
    color: #7a7d80;
}

.icons:hover {
    color:#212529;
}

.gallerypadding {
    text-align: center;
    padding: 1vh;
}

.container {
    padding: 0px;
}

.row {
    padding-top: 0px;
}

.team-member {
    text-align: center;
}

.linktext {
    font-size: 1rem;
}

.bees {
    text-align: center;
    font-size: 4rem;
}

.bees h3 {
  margin-top: 20px;
  margin-bottom: 5px;   
}

.bees img {
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    transition-property: border-radius, max-width, max-height;
    transition-duration: 0.6s;
}

.team-member img {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
    border-radius: 50%;
    transition-property: border-radius, max-width, max-height;
    transition-duration: 0.6s;
    padding-top: 10px;
}

.teammembertoggle img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    transition-property: border-radius, max-width, max-height;
    transition-duration: 0.6s;
}

.beestoggle img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition-property: border-radius, max-width, max-height;
    transition-duration: 0.6s;
}

.team-member h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.team-member p {
  margin-bottom: 10px;
}

.team-member h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 5px;
}

.somepaddingtop {
    padding-top: 2rem;
}

.studios {
    padding: 10px;
}

.banner {
  display: flex;
  justify-content: center;
  transform: translateY(-100px);
}

.banner img {
    object-fit: scale-down;
    max-width: inherit;
    width: inherit;
    height: inherit;
    opacity: 0.9;
}

.contactwrapper {
    transform: translateY(-70px);
}

.firstheader {
    transform: translateY(-100px);
    z-index: 3;
}

.neg50 {
    transform: translateY(-50px);   
}

/* RGB SPINNY */

.rgbwrapper {
    height: 250px;
}


@media screen and (min-width: 1600px){
.rgb {
    transform: translateX(-115%);
    z-index: 1;
}
}

@media screen and (max-width: 1600px){
.rgb {
    transform: translateX(-80%);
    z-index: 1;
}
}

.rgb img {
    animation:  
        rotate 10s infinite linear;
    opacity: 0.2;
    z-index: 1;
    object-fit: cover;
}


    @keyframes rotate {
from {
    transform: rotate(0deg);
    scale: 100%;
}

50% {
    scale: 80%;
}    

to {
    transform: rotate(359deg);
    scale: 100%;
}
    }

    @keyframes buttonrotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(180deg);
        }
    }
