@font-face {
  font-family: grotesk;
  src: url(fonts/MBGrotesk-Bold.otf);
  font-weight: 600;
}

@font-face {
  font-family: grotesk;
  src: url(fonts/MBGrotesk-ExtraLight.otf);
  font-weight: 400;
}


@font-face {
  font-family: grotesk;
  src: url(fonts/MBGrotesk-Regular.otf);
  font-weight: 500;
}

body{
	
}

h1, p, a{
	  font-family: grotesk;
margin:0;
padding: 0;
}


html {
   
    height: 100%;
}

body {
    height: 100%;
}

#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: #000000;

}

video {
    display: block;
    width: 100%;
    height: auto;
}

.fullsize-video-bg {
    height: 100%;
    overflow: hidden;
    position: relative;
    max-height: calc(100vh - 55px);

}


.fullsize-video-bg .inner {
       display: table;
    width: 100%;
    max-width: 24em;
    height: 50%;
    /* margin: 0 auto; */
    padding: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    margin-left: auto;
    padding: 0 5rem;
}

.hadooken-works{
        width: 100%;
    position: absolute;
    max-width: 34vw;
    left: 8rem;
    top: 50%;

}

.fullsize-video-bg .inner>div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
}






#animation_container {
   position: relative;
  }

  #canvas{
        display: block;
    background-color: rgb(255, 255, 255);
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }

  #dom_overlay_container, #canvas{
    max-width: 1100px;
    width: 100%!important;
    height: auto!important;
  }

   #animation_container{
    max-width: 1100px;
    width: 100%!important;
    margin: 0 auto;
    height: 100%!important;
  }

.header-link, .home a, .header-link:hover{
	color: #1A1A1A;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	font-size: 30px;
    padding: 7px 0;

}

.home a{
	color: #ffffff;
font-size: 28px;
}

.link-container.home{
	    background-color: #1A1A1A;
    padding: 12px 31px;

}




.header{
	    border-bottom: 1px solid #1A1A1A;
    display: flex;
    width: 100%;
position: fixed;
    background-color: #ffffff;
    z-index: 1;

}

.link-container{
		    border-right: 1px solid #1A1A1A;
    text-align: center;
    padding: 12px ;
}


.center-container, .project-contents{
    width: calc(100% - 160px);
    height: 100%;
    position: relative;
}

.header-container{

    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}

.project-row{
      padding-top: 54px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: row;


}


.pad-sides{
    padding: 0 3rem;
}

.project-content{
        width: calc(100% - 160px);
    padding: 6rem 0;

}

.side-left{
    border-right: 1px solid #000000;
    height: 100%;

}

.side-right{
    border-left: 1px solid #000000;
    height: 100%;

}

.col-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    width: 100%;
}

.left-background{
width: 80px;
    border-right: 1px solid #000000;
}

.container-with-sides{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.right-background{
width: 80px;
    border-left: 1px solid #000000;
}

.team-stats .col-6{
    text-align: left;
}

.team-container{
    max-height: 100vh;
    border-top: 1px solid #1A1A1A;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    min-height: 600px;
    width: 100%;

}

.contact-content{
        max-width: 921px;
    width: 100%;
    margin: 0 auto;
  
    position: absolute;
    left: 0;
   
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F0F0F0;
    padding: 1.5rem;
}
   
.pad-2{
    padding: 0 2rem;
}

.space{
        height: 30px;

}

.footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;  
    padding: 2rem 4rem;
     background-color: #1D1D1D;

}

.footer-links{
        margin-left: 1rem;

}


.footer-logo{
       
text-align: left;
}

.footer-logo img{
        max-width: 350px;
width: 100%;
}

.footer-logo p{
    padding-top: 1rem;
}

.copyright{
    color: #ffffff;
}

.footer-links a{
    color: #ffffff;
    font-size: 25px;
    text-decoration: none;

}

.footer-draw{
    pointer-events: none;
    font-weight: 400;

}

.footer-link{
    font-weight: 500;
    text-transform: uppercase;
}

.contact-desc{
            text-align: left;
    padding-top: 10px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;

}

.contact-text, .contact-text:hover{
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;

}


.contact-container{
 height: 100%;
        max-height: calc(100vh - 55px);
width: 100%;
background-image: url('../img/contact-background.png');
background-color: #cccccc;position: relative;
    background-size: cover;

}    

.contact-intern{
        background-color: #000000;
    padding: 2rem 1.5rem;
}


.side-team{
    width: 80px;
}

.team-left{
	border-right:  1px solid #1A1A1A;
    background-image: url(../img/hadooken-text-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-container{
    min-height: 600px;
}


.team-right{
	border-left:  1px solid #1A1A1A;
    background-image: url(../img/hadooken-text-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.header-container, .video-container{
	height: 100vh;
	position: relative;
	text-align: center;

}


.navbar {
   
    align-items: stretch;

}

.logo, .video-container p{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 50vw;
}

.team-row{
	    width: 100%;
    margin: 0;
    padding: 0;

}

.side-team p {
	font-size: 30px;
    font-weight: 400;
    font-size: 3.8vh;
    margin: 0;
    padding: 0;
}

.side-team a {
    font-weight: 500;

}


.team-left-container{
	transform: rotate( 
-90deg
 ) translate(-100%,9px);
    transform-origin: top left;
    margin: 15px;
   
    width: max-content;
}


.team-right-container{
	    transform: rotate( 
90deg
 ) translate(0%,-41px);
    transform-origin: top left;
    margin: 15px;
   
    width: max-content;
}

.screen{
	background-image: url('../img/team-background.jpg');
    background-size: inherit;
	background-position: center;
	position: relative;
}

.team-screen-container{
	background-color: #151515;
    max-width: 678px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    padding-bottom: 30px;
    padding: 0 2rem;
    background-clip: content-box;
    max-height: calc((100vh - 55px) - 4rem);
        display: none;
    min-height: 450px;


}

.team-name{
    padding: 16px 22px;

    text-align: left;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus{
    font-family: 'grotesk';
    color: #151515;
    font-size: 42px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    width: 300px;
    text-align: left;
    padding: 0;
    padding-left: 16px;
    margin-top: 0;
    line-height: 46px;
    position: relative;
    box-shadow: none;
}

.work-number{
    font-size: 33px;

    font-size: 1.7vw;
}


.project-content-intern{
   background-size: cover;
    background-position: center;
    margin-top: 6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.rel{
    position: relative;
}
.over{

   background-color: #151515;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: end;
    max-width: 420px;
    position: absolute;
    top: -10vw;
    right: 3rem;
}

.over.over-nice {
    background-color: #151515;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    max-width: 600px;
    position: relative; 
     top: 0; 
     left: 3rem; 
}


.over {
   
    max-width: 370px;
    
}

.nice-over{
        max-width: 570px;

}


.not-over{
     background-color: #151515;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: start;
    max-width: 500px;
    z-index: -1;
    padding-bottom: 1rem;

}

.content-left{
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    margin-top: 0;

position: relative;
}

.content-img-2{
        margin-top: -11vw;

}
.project-content-intern{
        position: relative;

}

.close-x{
        border-bottom: 2px solid #ffffff;
    width: 100%;
    text-align: right;
    padding: 7px 19px;
    margin-bottom: 1.4rem;

}

.text-over{
    padding: 0 20px;

    color: #ffffff;
    font-size: 27px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.background-1{
    background-image: url('../img/team-background.jpg');
}

.extra-pad{
        padding: 3rem 0;

}

.background-3
{
      background-image: url(../img/contact-background.png);
    z-index: -2;
    border-top: 1px solid #000000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -11%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;

}

.background-4{
        margin-top: 0;

}

.content-img-4{
        margin-top: -24%;

}

.content-4{
    padding-left: 15vw;
    margin-top: 8%;
}

.content-img-1{
        max-width: 100%;
    padding: 9%;

}

.work-title{
    font-size: 7vw;
    line-height: 5vw;
padding-top: 2rem;
    word-break: break-all;

}

.left{
    text-align: left;
}

.more-works .dropdown-toggle, .more-works .dropdown-toggle:hover, .more-works .dropdown-toggle:focus{
    background-color:#B5B5B5; 
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-size: 42px;
    position: absolute;
    right: 5px;
    transform: rotate(
-90deg);
    top: 16px;
}

.dropdown-menu{
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-radius: 0px;
    max-width: 301px;
}

.dropdown-item {
   
    color: #151515;
    font-family: 'grotesk';
    font-size: 22px;
    text-shadow: none;

}

.border-line{
height: 2px;
    width: auto;
background-color: #ffffff;
    margin-bottom: 22px;

}

.border-margin{
	    margin: 24px;

}

.team-screen-container p{
	font-size: 30px;
	color: #ffffff;
	font-weight: 400;
    font-size: 1.4vw;
    line-height: 1;

}

.right{
    text-align: right;
}

.team-photo{
    height: calc((100vh - 57px) / 3);
    background-size: cover;
    background-position: center;
    border: 1px solid #101010;

}

.row.team-images{

    display: flex;
    flex-wrap: nowrap;
   
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;

}

.team-images .col-8{
    background-image: url(img/edu.png);
    height: calc(100vh / 3);
    background-size: cover;
    background-position: center;
    max-width: 15vw;
    width: 100%;
}

.col-team .row{
    border-left: 1px solid #101010;
}

.border-last{
    border-right: 2px solid #101010;
}

.team-images, .team-stats, .team-description{
    padding: 0 32px;

}

 .team-description{
   padding-bottom: 30px;
}


.team-symbols{
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.symbols_esteban{
    background-image: url(../img/symbols_esteban.png);

}

.symbols_cris{
    background-image: url(../img/symbols_cris.png);

}

.symbols_ricard{
    background-image: url(../img/symbols_ricard.png);

}

.symbols_pep{
    background-image: url(../img/symbols_pep.png);

}

.symbols_aint{
    background-image: url(../img/symbols_aint.png);

}

.symbols_damian{
    background-image: url(../img/symbols_damian.png);

}

.symbols_edu{
    background-image: url(../img/symbols_edu.png);

}

.team-screen-container.show-team{
    display: block;
}

.logo-menu-mobile{
    display: none;
}

img{
	width: 100%;
}

.team-symbols{
	    padding: 1rem 2rem;

}

.footer-desktop{
    display: initial;

}

.footer-mobile{
        display: none;    

}
.container-fluid{
    padding: 0;
}
.navbar {
  position: fixed;
    z-index: 1;
    border-bottom: 1px solid #1A1A1A;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    padding: 0;

}

.team-images .col-6{
    padding: 0;
}

.nav-item{
    border-right: 1px solid #1A1A1A;
    text-align: center;
    padding: 12px;
}

.container-fluid{
    background-color: #1A1A1A;
    max-width: 80px;

}

#navbarNav{
    background-color: #ffffff;
}

.center{
        text-align: center;

}

.key-row{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.content-img-3{
    max-width: 120px;
}

.link-container.right{
      
    display: none;

}

.left-background{
    background-image: url(../trabajos/chupachups-giants/work-left.png);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;}

 .home-left.left-background{
       background-image: url(../img/home-left.png);
    background-size: contain;

 }  


.right-background{
background-image: url(../trabajos/chupachups-giants/work-right.png);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;}

    .home-right.right-background{
          background-image: url(../img/home-right.png);
    background-size: contain;

    }  

.minuets-2{
        margin-top: -6%;

}

.key-minuets{
        background-color: #151515;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: start;
    max-width: 600px;
    z-index: -1;
    padding-bottom: 1rem;
}

.minuets-5{
        margin-top: -22%;
 
}

.content-key-minuets{
          display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.image-desktop{
    display: block;

}

.nice-one-1{
    margin-top: -6%;
    z-index: 1;
}

.image-mobile{
    display: none;

}

.nice-one-image-1{
    max-width: 80%;
    margin-top: 17%;
}

.nice-one-6{
        margin-top: -30%;

}

.col-6-nice{
        text-align: right;
    padding-right: 5rem;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

.image-desktop{
      display: block;

}

.image-mobile{  
    display: none;
}

.order-2 {
    order: unset!important;
}

.image-show-mobile{
    display: none;
}

@media (max-width: 1600px){

.team-screen-container p {
    font-size: 24px;
   
}
}




@media (max-width: 1380px){
.content-img-1 {

    padding-left: 0;
    
}

.nice-over {
    max-width: 470px;
}

.content-img-3 {
    max-width: 100px;
}
.content-img-2 {
    margin-top: -13vw;
}

.over {
   
    right: 2rem;
}

.text-over {
   
    font-size: 24px;
   
}
.work-number {
    font-size: 27px;
}

.work-title {
   
    font-size: 82px;
    line-height: 0.7;
}


.more-works .dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
    
    font-size: 30px;
   
    line-height: 36px;
   
}

.more-works .dropdown-toggle::after {
    font-size: 34px;
   
    top: 12px;
}

.team-screen-container p {
    font-size: 21px;
   
}

.pad-sides {
    padding: 0 2rem;
}

.stars{
    font-size: 18px;
}

}

@media (max-width: 1200px){

.text-over {
    font-size: 21px;
}

.content-img-3 {
    max-width: 70px;
}

.background-3 {
   
    margin-top: -13%;
   
}

}


@media (max-width: 1150px){


.content-img-3 {
    max-width: 85px;
}

.nice-one-image-1 {
    max-width: 100%;
}

.col-6-nice {
    padding-right: 0;
    padding-left: 3rem;
}

.team-screen-container p {
    font-size: 18px;
   
}

.content-4 {
    padding-left: 0;
}

.stars{
    font-size: 16px;
}

}

@media (max-width: 1100px){

}

@media (max-width: 991px){

.image-desktop{
    display: none;

}

.image-mobile{
    display: block;

}

.content-key-minuets {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.key-minuets {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-top: -49px;
    margin-left: auto;
    max-width: 500px;

}

.minuets-5 {
    margin-top: 0;
}

.minuets-2 {
    margin-top: -4%;
}

.home-left.left-background , .home-right.right-background {
    background-size: cover;
}

.content-img-3 {
    max-width: 72px;
}
.project-content {
    width: calc(100% - 50px);
}

.work-number {
    margin-top: 2rem;
}

.over {
    background-color: #151515;
   
    position: relative;
    top: -10vw;
    right: 0;
}

.hadooken-works {
    
    left: 2rem;
    
    min-width: 380px;
    z-index: 2;

}

.content-img-1 {
    
    padding: 0;
    max-width: 300px;
}

.contact-content {
   
    position: relative;
    left: 0;
    top: 0;
    left: 0;
    transform: none;
  
}


#video-viewport {
  
    z-index: 1;
}

.fullsize-video-bg .inner {
    
    padding: 0 1rem;
}


.team-screen-container p {
    font-size: 24px;
}

.team-screen-container {
  
    height: fit-content;
    display: none;
    max-height: none;
        max-width: 580px;

}

.header-container, .video-container {
    height: auto;
    
}
.col-team .row {
    border: none;
    margin: 0;

}
.team-container {
    max-height: none;
   
}

.team-container {
    
    width: 100%;
    height: auto;

}

.container-fluid {
    max-width: 100%;
}
.left-background{

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    background-color: #fff;

}

.right-background{

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    background-color: #ffffff;
}

.team-screen-container {
  
    position: relative;
  
    padding: 2rem;
}

.col-6.col-team{
    width: 100%;
    min-width: 100%;
    height: 100%;
}

.center-container{
    width: calc(100% - 50px);
}


.team-row {
        width: 100%;
    display: block;
    height: 100%;
}

.side-team {
    width: 25px;
}

.header-link, .home a, .header-link:hover {
   
    font-weight: 400;
   
}
.link-container.home{
    width: 30%;
}

.left-space{
    width: 28%;
    height: 100%;
    border-right: 1px solid #ffffff;

}

.right-space{
    width: 17%;
        border-left: 1px solid #ffffff;
    height: 100%;

}

.navbar-nav{
    width: 51%;
}

.link-container.right.home{
    width: 19%;
}

.logo-menu-mobile, .toggler-mobile{
    display: block;
    max-width: 130px;
    height: auto;

}
.navbar-collapse.collapse.show{
    display: flex;
}

#navbarNav {
        background-color: #1A1A1A;
   
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.header-link, .home a, .header-link:hover {
    color: #ffffff;
        font-size: 24px;

}

.line-container {
   
    margin: 0 30px;
}

.link-container {
    border-right: 1px solid #ffffff;
  }

.link-container.right{
        border-right: none;
    border-left: 1px solid #ffffff;
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: inherit;

}  


.navbar>.container-fluid{
   
    padding: 0 ;
    align-items: stretch;

}

.logo-menu-mobile {
    
    max-width: 100px;
}

.toggler-mobile {
    min-width: 20px;
    width: 20px;
height: 18px;
}

.link-container.home {
    padding: 10px 31px;
}

.footer {
   
    padding: 2rem 2rem;
}

.footer-desktop{
    display: none;
}

.footer-mobile{
    display: block;
    text-transform: uppercase;

}

.footer-links a{
        margin: 12px 0px;

}

}

@media (max-width: 870px){

.work-number {
    font-size: 24px;
}
.work-title {
    font-size: 72px;
}
.background-2 {
   
    margin-top: 4rem;
   
}
.content-img-4 {
    margin-top: -28%;
}

}

@media (max-width: 768px){

.background-1.minuets-mobile-bk {
     background-image: none; 
}


.content-img-1.nice-one-image {
    max-width: 100%;
    margin-top: -68%;
}
.work-number, .work-title  {
    padding: 0 2rem;
}


.over {
    margin: 0 2rem;
}


.pad-sides {
    padding: 0;
}

.image-show-mobile{
    display: block;
}

.image-noshow-desktop{
    display: none;
}
.background-1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.image-desktop{
    display: none;
}

.image-mobile{
    display: block;
}

.order-2{
    order: 2!important;
}

.nice-one-image-1 {
    max-width: 100%;
    margin-top: 0;
}

.nice-one-6 {
    margin-top: -16%;
}

.nice-one-key .not-over {
   
    max-width: 100%;
    margin-bottom: 2rem;
}

.minuets-2 {
    margin-top: -13%;
}

.col-6-nice {
    padding-right: 0;
    padding-left: 0;
}

.background-2 {
    margin-top: 0!important;
}
.over {
    max-width: 100%;
}
.project-content-intern {
    position: relative;

    flex-direction: column;
}
.project-content-intern .col-6 {
    flex: 0 0 auto;
    width: 100%;
}

.content-img-1 {
    max-width: 100%;
    margin-top: -5rem;}

.project-content-intern {
   
    margin-top: 6rem;
   
}

.background-3{
        margin-top: -97px!important;

}


}



@media (max-width: 680px){




.content-key-minuets .key-row {
    flex-direction: column;
   
}

.key-minuets {
    
    z-index: 4;
    margin-top: 2rem;
}

.content-key-minuets .col-7{
    width: 100%;
}

.content-img-3 {
    padding-bottom: 1rem;
}
.content-key-minuets .col-5 {
    width: 100%;
}
.background-3 {
    margin-top: -20px!important;
}
.fullsize-video-bg {
    height: 700px;
   
    max-height: none;
}

.contact-desc {
   
    padding-right: 0;
    
}

.contact-container {
    height: auto;
    max-height: none;
  
}


.contact-text, .contact-text:hover {
   
    font-size: 27px;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
    
    font-size: 35px;
   
    line-height: 41px;
   
}


.hadooken-works {
        left: 2rem;
    max-width: 280px;
    width: 100%;
    min-width: auto;

}


.footer-links a{
    font-size: 17px;

}

.col-6.col-team {
    padding: 0;
}

.footer-logo img {
    max-width: 250px;
}

.team-screen-container {
  
  
    padding: 2rem 0;


}

}

@media (max-width: 500px){

.header-link, .home a, .header-link:hover {
    font-size: 20px;
}

.logo-menu-mobile {
    max-width: 90px;
}


.team-screen-container p {
    font-size: 22px;
}
.stars {
    font-size: 14px;
}

.team-stats .col-6 {
    padding: 0;
}

.toggler-mobile{
        max-width: 16px;

}

.link-container.home {
    padding: 14px 22px 10px 22px;
}

.link-container.home.right {
    padding: 0 22px ;
}

.footer-logo img {
    max-width: 150px;
}

.footer-logo p {
    font-size: 12px;
}
.footer-links a {
    font-size: 15px;
}

}

@media (max-width: 414px){
.key-row {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.not-over {
    
    margin-top: 3rem;
}

.content-img-4 {
    margin-top: -24%;
}


.content-img-3 {
    padding-bottom: 1rem;
}

.more-works .dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
    font-size: 24px;
    line-height: 31px;
}

.col-5, .col-7 {
    flex: 0 0 auto;
    width: 100%;
}

.dropdown-item {
   
    font-size: 19px;
}

.project-content {
    padding: 2rem 0;
}
.pad-sides {
    padding: 0;
}

.work-number {
    font-size: 20px;
}

.work-title {
    font-size: 51px;
}

.footer {
    padding: 2rem 1rem;
}

.contact-text, .contact-text:hover {
    font-size: 24px;
}

.team-images, .team-stats, .team-description {
    padding: 0 23px;
}

.team-description {
    padding-bottom: 30px;
}


.team-stats .col-6.stats-mobile-pad
{
        padding-left: 25px;

}

.team-screen-container p {
    font-size: 19px;
}

.stars {
    font-size: 11px;
}

}
@media (max-width: 375px){
.work-number {
    font-size: 18px;
}

.work-title {
    font-size: 43px;
}

.footer-links a {
    font-size: 13px;
}
    .contact-text, .contact-text:hover {
    font-size: 20px;
}
}

@media (max-width: 320px){
    .header-link, .home a, .header-link:hover {
    font-size: 18px;
}
}