
/*
https://coolors.co/2e3338-e4dac9-ce6c47-ddaa76-b4cfc7


*/


:root {
   --dark1: #1c1f22;
   --dark2: #25282c;

   --grey: #373D43;

   --light1: #e4dac9;
   --light2: #ce6c47;
   --light3: #ddaa76;
   --light4: #b4cfc7;
   --white: #ffffff;

   --offwhite: #f7f2e7;

 }






/*============= RESET STYLE =============

/*-- iPhone X Remove Gutters
Ignore W3C Validation error for this style. --*/

@font-face {
   font-family: myTitleFont;
   src: url(JuliusSansOne-Regular.ttf);
}

@font-face {
   font-family: myRegularFont;
   src: url(Quicksand-VariableFont_wght.ttf);
}

@font-face {
   font-family: myBoldFont;
   src: url(Quicksand-VariableFont_wght.ttf);
}





html {
   padding: env(safe-area-inset);
   scroll-behavior: smooth;
   overflow-y: scroll;
   overflow-y: overlay;


}

/*-- Body Resets --*/
body {

   background-color: var(--dark1)!important;
   color: var(--white);
   background-attachment: fixed;
   font-family: myRegularFont;

   overflow-x: hidden;
   margin: 0;
   padding: 0;
}



.main {
   position: absolute;
   top: 0px;
   bottom: 0vh;
   width: 100%;

   overflow-y: scroll;
   overflow-x: hidden;

   /* padding: env(safe-area-inset); */
   padding-top: 1.5rem; 
   scroll-behavior: smooth;
   scroll-padding-top: 80px;
}

.spacer{
   height: 50px;
   background-color: var(--dark1); 
   border-top: 3px solid var(--light3);

}


/* Custom appearance for the scrollbar */
::-webkit-scrollbar {
   width: 5px;
}



::-webkit-scrollbar-thumb {
   border-radius: 7px;
   background-color: #505962;
}


.anchor {
   margin-top: 1rem;
   margin-bottom: 1rem;
}


#main {
   margin-left: 0;
   margin-right: 0;
   height: 100vh;
   flex: 3;
   overflow: auto;
   /* visibility: hidden; */
}




/*================= GENERAL SECTIONS ==============*/

.heading {
   font-weight: 400;
   font-size: 1.4rem;
   padding-bottom: 1rem;
   margin-top: 1rem;
   color: var(--light1);
   text-shadow: 4px 4px 8px #17191c;
}

/*-- Scrollspy Offset --*/
.offset:before {
   content: "";
   height: 0rem;
   display: block;
   margin-top: 0rem;
}

/* General dark theme */

.light-border{
      border-top: 3px solid var(--light4);

}

.light {
   /* border-top: 3px solid #fdd490; */
   background-color: var(--dark1);
}

.light2 {
   /* border-top: 3px solid #fdd490; */
   background-color: var(--dark2);
}

.light p {
   font-size: 1.1rem;
   font-weight: 300;
   line-height: 1.6rem;
   color: var(--white);
   font-family: myRegularFont;

}

.light h4{
   font-family: myTtleFont;
   color: var(--white);
   font-size: 1.1rem;


}

.light b {
   font-family: myBoldFont;
   font-weight: 600;
   color: var(--light3)

}

.light .text{
   font-family: myTitleFont;
}

.light .location {
   font-size: 0.9rem;
   font-style: italic;
   font-family: myRegularFont;
}

.light .subtext {
   font-size: 0.9rem;
   font-style: italic;
   font-family: myTitleFont;
}

.light a{
   color: var(--light2);
   text-decoration: none;

}


.light i{
   /* font-size: 1.45rem;
   line-height: 1.45rem;
   font-family: myTitleFont; */
 }

.light h2 {
   font-size: 1.4rem;
   /* font-weight: 600; */
   color: var(--light3);
   font-family: myTitleFont;

}

.light h3 {
   font-size: 1.2rem;
   color: var(--light2);
   font-family: myTitleFont;

}

.light .svg-inline--fa {
   font-size: 2rem;
   color: var(--light3);
   transition: all 0.5s ease;
   margin-bottom: 1rem;


}

.light .svg-inline--fa:hover {
   transform: scale(1.2);

   color: var(--light2);

}

.testi {
   background-image: url('../img/tie_blur.jpg');
   border-top: 2px solid var(--light3);
   border-bottom: 2px solid var(--light3);

}


.specials p{
   color: var(--white);
   text-transform:uppercase;
   font-weight: 400;
   font-size: 1rem;
}



.s-item:hover p{
   text-shadow: 0px 0px 3px var(--light3);
      /* color: var(--light2); */


}


.link-container{
   background-color: var(--dark1);
   border-radius: 1rem;
   padding: 1rem;
   margin: 1rem;
   transition: all 0.5s ease;


}


.link-container p{
   transition: all 0.5s ease;
   font-weight: 400;
   margin-top: 1rem;
}

.link-container:hover p{
   color: var(--light3);

}


.link-container img{
   width: 100%;
   border-radius: 50%;
   padding: 0.0rem;
   transition: all 0.5s ease;
   animation: pict-animation 8s infinite;


}

.link-container:hover img{
   box-shadow: 0px 0px 6px var(--light3)!important;
   filter: brightness(120%);
}

@keyframes pict-animation {
   0% { box-shadow: 0px 0px 0px var(--light3)}
   50% { box-shadow: 0px 0px 8px var(--light2)}
   100% { box-shadow: 0px 0px 0px var(--light3)}

}


.link-row .link-container:nth-child(1) img { animation-delay: 1s }
.link-row .link-container:nth-child(2) img { animation-delay: 2s }
.link-row .link-container:nth-child(3) img { animation-delay: 3s }


/* 
.dark {
   border-top: 3px solid #cfb2d4;
   background-color: #fdd490;
}

.dark p {
   font-size: 1.05rem;
   font-weight: 300;
   line-height: 1.8rem;
   color: #262f3e;

}

.dark h2 {
   font-size: 1.4rem;
   color: #262f3e;
}

.dark .emphasis {
   font-size: 1.0rem;
   font-weight: 500;
   color: #f1f1f1;
} */



/* 
.dark a {
   text-decoration: none;
   color: #AAA;
   text-decoration: none;
   font-weight: 600;

}

.dark .svg-inline--fa {
   color: #f1f1f1;
   font-size: 1.4rem;
   transition: all 0.5s;
}

.dark .svg-inline--fa:hover {
   color: #999999;
} */



/*============= NAVIGATION =============*/



.navbar {
   font-family:  myTitleFont;
   background-color: var(--dark2);
   /* z-index: 17000; */
   /* text-transform: capitalize; */

}


.navbar-brand img {
   height: 1.2rem;
   padding: 0.1rem;
   padding-left: 0.8rem;
   color: var(--dark1);

}


.navbar-brand{
   font-size: 1.0rem;
   font-family: myTitleFont;
   font-weight: 500;
   color: var(--white);

}

.navbar-brand:hover {
   color: var(--light3)!important;
}

.navbar-dark {
   height: 3.5rem;
   /* padding: .1rem; */
   /* padding-left: 0.8rem; */
   font-size: 1.5rem;
   font-weight: 300;
   letter-spacing: .05rem;
   background-color: var(--dark2);
   z-index: 12000;

   color: var(--light1);
   padding-right: 0px;
   border-bottom: 2px var(--light2) solid;
   /* padding-right: 0.8rem; */


}

.navbar-collapse{
   background-color: var(--dark2);
   /* border-bottom: 2px solid var(--light2); */
   padding-left: 1rem;

}

/* change navbar-toggler inside lines color (stroke) */
.navbar-dark .navbar-toggler {
   margin-right: 0.4rem;
   vertical-align: middle;
   border: 1px solid var(--grey);
   margin-bottom: .5rem;
}


/* change navbar-toggler inside lines color (stroke) */
.navbar-dark span.navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='orange' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
   /* color: var(--light2); */
   /* border: 1px solid var(--light2); */
}

/* change hamburger button border color */
button.navbar-toggler.navbar-toggler-right {
   border-color: #61a29e;
   background-color: #b4cfc7;
   border-radius: 0;
   color: #fdd490;


}

.navbar-nav li {
   padding-right: .8rem;
}

.navbar-nav .nav-link {
   font-size: 1.1rem;
   font-family: myRegularFont;
   vertical-align: middle;
   font-weight: 300;

   /* text-transform: capitalize!important; */

   padding-top: .5rem;
   padding-bottom: .5rem;
   /* text-shadow: 0px 0px #f1f1f1; */
   color: var(--white);

}


/* .navbar-nav .dropdown-menu {
   background-color: var(--white);
   border: 1px solid var(--light2);
   border-radius: 0;
   color:var(--light2);
}

.navbar-nav .dropdown-item{
   color: var(--light1);

} */


/* .navbar-nav .dropdown-item:hover{
   color: var(--light4);
   background-color: #AAA!important;
}

.navbar-nav .dropdown-item.active{
   color: #202124;
   background-color: #AAA!important;
} */

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
   color: var(--light3)!important;
}

.nav-item.active a {
  color: var(--light3);
  
}

/*============= LANDING & LOGO STUFF =============*/


/*-- Fixed Landing Page Section --*/
.landing {

   /* background-color: blueviolet; */
   /* height: calc(var(--vh, 1vh) * 100); */
   position: relative;
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;

}

.home-inner {
   /* background-image: url('../img/SYN02287-web.jpg'); */
   background-image: url('../img/tie_1.jpg');
   background-color: var(--dark1);
   position: absolute;
   visibility: hidden;
   display: table;
   top: 0;
   left: 0;
   width: 100%;
   height: 110%;
   

   /* max-height: 100%;
   height: calc(var(--vh, 1vh) * 100); */

   z-index: -1000;
   background-size:cover;
   background-position: center center;
   background-repeat: no-repeat;
   transform: translateZ(0);
   -webkit-transform: translateZ(0);
   will-change: transform;

   transition: transform 0.5s ease;

   /* animation: bg-animation 8s infinite; */

}


@keyframes bg-animation {
   0% { filter:brightness(100%) }
   10% { filter:brightness(101%) }
   20% { filter:brightness(100%) }
   30% { filter:brightness(97%) }
   40% { filter:brightness(100%) }
   50% { filter:brightness(102%) }
   60% { filter:brightness(115%) }
   70% { filter:brightness(80%) }
   80% { filter:brightness(90%) }
   90% { filter:brightness(102%) }
   100% { filter:brightness(98%) }
}



.studio-inner{
     background-image: url('../img/studio/studio-main.JPG');
     background-color: var(--dark1);
     position: absolute;
     visibility: hidden;
     display: table;
     top: 0;
     left: 0;
     width: 100%;
     height: 110%;
       
     z-index: -10000;
     background-size:cover;
     background-position: center center;
     background-repeat: no-repeat;
     transform: translateZ(0);
     -webkit-transform: translateZ(0);
     will-change: transform;
  
     transition: transform 0.5s ease;
  
}


/* Links located at bottom right of landing page */
.home-bottom {
   position: absolute;
   justify-content: center;
   align-items: flex-end;
   bottom: 1rem;
   right: 1rem;
}

.landing-links a {
   color: var(--white);
   text-decoration: none;
}

ul.landing-links {
   list-style-type: none;
   display: inline;
   padding: 0;
   margin: 0 auto;
   max-width: 11.8rem;

}

ul.landing-links li {
   margin: 0 auto;
   display: inline;
   padding: 0.8rem;

}

.landing-links .svg-inline--fa {
   font-size: 2.2rem;
   text-shadow: 4px 4px 8px #17191c;
   transition: all 0.5s ease;



}

.landing-links .svg-inline--fa:hover {
   color: var(--light3);
}


/*-- Landing Page Content --*/


.logo {
   /* background-color: blueviolet; */
   position: absolute;
   top: 50%;
   left: 50%;
   max-height: 50%;
   /* max-height: 80%; */
   /* max-width: 70%; */
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   display:grid;
   align-items: center;
   text-align: center;
   visibility: hidden;
   margin-top: 3.5rem;
}

.logo img{
   display: flex;
   top: 50%;
   left: 50%;
   /* max-width: 90%; */
    -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%); 
   position: relative;

   width: 70%;
   text-shadow: 4px 4px 8px #17191c;
   /* visibility: hidden; */
}

.logo p {
   font-weight: 500;
   font-size: 1.7rem;
   color: var(--white);
   text-shadow: 4px 4px 8px #17191c;
   font-family: myTitleFont;
   /* text-shadow: 4px 4px 8px #17191c; */
}

.logo .svg-inline--fa {
   font-size: 2rem;
   color: var(--light3);
   transition: all 0.5s ease;
}

.logo .svg-inline--fa:hover {
   transform: scale(1.2);
   color: var(--light2);

}


.sketch-container {
  z-index: -9999;
  visibility: visible;
 }


  .sketch-containerV {
   z-index: 100;
   position: relative;
   width: 100%;

   margin: auto;
   text-align: center;
   margin-top: 35px;

   visibility: hidden;
  }


  .sketch-foot-container {
   z-index: 100;
   position: relative;
   width: 60%;
   margin: auto;
   text-align: center;
   margin-top: -50px;
   margin-bottom: -50px;

  }

  .sketch-foot-container2 {
   z-index: 100;
   position: relative;
   width: 100%;
   margin: auto;
   text-align: center;
   margin-top: -20px;
   margin-bottom: -20px;

  }


 .sketch-container-mini {
   /* background-color: #61a29e; */
  z-index: -9999;
  display: block;

  visibility: hidden;
 }


.cardz {

 }
 .cardz > div {
   margin: 0;
   padding: 2px;
 }

 .nucardz {
   background-color: var(--dark1);

 }


.stucard {
   border-radius: 0;
   line-height: 1.1rem;
   background-color: var(--offwhite);
  text-align: center;
  padding: 0px;
  border: 1px solid var(--dark1);
  transition: .5s ease;
 }


.card-descr{
   color: var(--light3);
   background-color: var(--light1);
}



 .card-title{
   opacity: 1;
   width: 100%;
   margin: auto;
   padding: 0.4rem;
   padding-bottom: 0px;
   background-color: var(--light1);
   position: relative;
   top: 0px;
   transition: .5s ease;
 }

 .card-title p{
   color: var(--light2);

 }
 
 .stucard p{
   padding: 0.3rem;
   padding-top: 1rem;
   font-weight: 400 ;
   font-size: 1rem;
   line-height: 1.2rem;
   color: var(--dark1);

 }
 
.separator{
   position:static;
   overflow-y: hidden;
   background-color: pink;
}
 

 .stucard:focus .card-img-top ,
 .stucard:hover .card-img-top {
    filter: brightness(120%);
 }

 .stucard:focus .card-title ,
 .stucard:hover .card-title {
   opacity: 0.97;
 }


 .stucard:focus ,
 .stucard:hover {
   background-color: var(--light3);
   border: 1px solid var(--light2);

 }

 .card-img-top{
   margin:0px;
   border-radius: 0;
   border-width: 0;
   transition: .5s ease;
   object-fit:cover;
   overflow: hidden;
   width: 100%;
   max-height: 30vh;
 }



.soundcard{
   /* border: 1px solid var(--light4); */
   background-color: var(--dark2);
   /* box-shadow: 0px 0px 2px var(--dark1); */
   padding: 0;
   margin-bottom: 2.5rem;
}

.soundcard p{
   vertical-align: top;
   padding: 0.5rem;
   font-size: 1rem;
   line-height: 1.4rem;
}

.soundcard a{
   color: var(--light2);
   font-weight: 400;
   font-size: 1.05rem;
}

.soundcard b{
   color: var(--white);
   
}

.minibreak{
   border-bottom: 1px solid var(--light2);
   /* width: 50%; */
   width: 200px;

}

.minibreak2{
   border-bottom: 1px solid var(--light3);
   /* width: 25%; */
   width: 100px;
}

.soundcard img{
   width: 40%;
   object-fit: cover;
   overflow: hidden;
}

  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

  .tester_new {
	padding: 20px 0 100px;

}
.tester_new hr {
	width: 100px;
}
.tester_new .carousel-item p {
	color: var(--white);
	line-height: 28px;
	letter-spacing: 1px;
   font-size: 1.15rem;
   /* background-color: #61a29e; */
} 
.tester_new .carousel-item hr {
	width: 100px;
}

.tester_new .carousel-item h5 {
	font-weight: 700;
	margin-bottom: 0;
   color: var(--light2);
}

.tester_new .carousel-item h6 {
   font-family: myRegularFont;
	font-weight: 400;
   font-size: 1.1rem;
   color: var(--white);

}

.tester_new .carousel-indicators li {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-image: url('../img/testi/epilogo.jpg');
	background-position: center;
	background-size: cover;
	border: 3px solid #f1f2f3;
	opacity: 0.4;
	box-shadow: 0px 0px 5px 1px #ccc;
	margin: 0 12px;
  cursor:pointer;
}

/* Medium (md) devices (tablets, 768px and under) */
@media (max-width: 767.98px) {

   .tester_new .carousel-indicators li {
      height: 40px;
      width: 40px;
      margin: 0 10px;

   }
}


.tester_new .carousel-indicators li:nth-child(2) {
	background-image: url('../img/testi/ocd.jpg');
}
.tester_new .carousel-indicators li:nth-child(3) {
	background-image: url('../img/testi/din.jpg');
}
.tester_new .carousel-indicators li:nth-child(4) {
	background-image: url('../img/testi/yudana.jpeg');
}
.carousel-indicators {
	bottom: -90px;
}
.tester_new .carousel-indicators .active {
	opacity: 1;
}


 



/******************** KURT STUFF ************************/



.kurt {
   /* background-color: #; */
}


.tiles {
   padding: 12px 0;
 }
 .tiles > div {
   margin: 0;
   padding: 2px;
 }


 .tiles img {
   display: block;
   height: auto;
   width: 100%;
 }


 .thumbnail:hover img{
   filter: brightness(110%);
}


.modal-content{
   background-color: none;
   border:none;

}

.picsize{
   max-width: 500px;
   margin: auto;
}


 .modal-body{
   background-color: #202124!important;
   padding: 3px;
 }




 .main-team{
   visibility: hidden;
}



.teampic {
   position: relative;
   text-align: center;
   font-size: 2.3rem;
   font-weight: 300;

   /* color: #f1f1f1; */
}


.teampic img{
   /* height: 100%; */
   width: 80%;
   object-fit: cover;
   border: 1px solid rgba(200,200,200, 0.4);
   border-radius: 0px;

}








/* Contact Page */

.main-contact{
   visibility:hidden;
}


.map{
   filter: grayscale(50%) invert(100%) contrast(110%);
   border: 1px solid #202124;
   padding: 0;
}

.form-group {

   margin: 0.8rem;
}

.form-control{
   background-color: #000000;
}



.accordion{
   /* border: 1px solid #17191c; */
   /* border-radius: 0; */
   background-color: var(--dark1);
}

.accordion-header{
   border-radius: 0;
   background-color: var(--dark1);

}

.accordion-body {
   background-color: var(--dark2);
   color: #101012!important;
   padding: 2rem;
   /* border-radius: 0; */

   /* font-size: 1.05rem; */

}


.accordion-item {
   border: none;
   
}


.accordion-button{
   color: var(--white);
   background-color: var(--dark2);
   border-radius: 0;

   border-bottom: 1px solid #505962;
   padding: 10px 10px;
   font-size: 1.1rem;


}

.accordion-button:focus {
   background-color: var(--dark2);
   border-bottom: 1px solid #505962;
   color: #f1f1f1;
   outline: 0;
   box-shadow: none;
}

.accordion-button:not(.collapsed)
{
    border-bottom: 1px solid var(--light2);
    /* border-top: 2px solid var(--light2); */

    color: var(--white);
    background-color: var(--grey);
} 

.accordion-button:not(.collapsed)::after {
   background-color: var(--light2);
   background-image: initial;
   border-radius: 100%;
   height: 11px;
   width: 11px;

}


.accordion-button::after {
   background-color: var(--dark1);
   background-image: initial;
   transition: transform .2s ease-in-out;
   border-radius: 100%;
   height: 11px;
   width: 11px;
 
}




.refpage{
   visibility: hidden;
}


/*============= CONTACT & FOOTER SECTION =============*/


.foooter img {
   height: 2rem;
   width: 3rem;
}

.bottomlogo {
   width: 18rem;
}

.footer {
   /* border-top: 3px solid #fdd490; */
   /* background-color: #262f3e; */

}

.footer a {
   color: var(--light3);
   font-size: 1.2rem;
   text-decoration: none;
   transition: all 0.5s ease;

}

.footer a:hover{
   color: var(--light2);
}

.footer p {
   font-size: 1.1rem;
   font-weight: 300;
   /* line-height: 1.9rem; */
}

ul.social {
   list-style-type: none;
   display: inline;
   width: 100%;
   padding: 1rem;
   margin: 0 auto;
}

ul.social li {
   margin: auto;
   display:inline-table;
   padding: 1.4rem;
}

.footer .svg-inline--fa {
   font-size: 1.7rem;
   color: var(--white);
}

.footer .svg-inline--fa:hover {
   color: var(--light3);
}

hr.socket {
   border-top: .2rem solid #FFFFFF;
}

.contact-mail a{
   font-size: 1.2rem!important;
   color: var(--light3);
   transition: all 0.5s ease;


}

.cryptedmail {
   color: #202124;
}

.cryptedmail:after {
   content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.cryptedmail:hover {
   color: var(--light2);
}

.mail a {
   font-weight: 300;
}

 

.smaller-text{
   font-size: 1.1rem;
   line-height: 1.4rem;
   color: #fdd490;
}
 


/*======== PARTNERS ==============*/

.part {
   /* background-color: #61a29e; */
   vertical-align: middle;
   justify-content: center;
   margin: auto;
   display: inline;
}

.partners img{
   /* width: 80%!important; */
   max-width: 250px!important;
   /* aspect-ratio:initial; */
   /* max-height: 200px!important; */
   padding-bottom: 2rem;
   transition: transform .3s ease;
}

.partciel img{
   /* width: 20%!important; */
   max-height: 100px!important;
   padding-bottom: 2rem;
   padding-top: 2rem;
   transition: transform .3s ease;
}

.partners img:hover{
   transform: scale(1.1);
}

/* .partners p{
   line-height: 1.3rem;
   font-weight: 300;
   font-size: 1.1rem;
}

.partners a {
   color: #A88852;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: 900;
   font-size: 1.1rem; 
} */




/* Loading placeholder stuff */

#loading {
   transition: .5s ease;
   width: 100%;
   height: 100%;
   margin: auto;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.95;
   /*background-color: #17191c;*/
   z-index: -1000;
   text-align: center;
   /* color: #FFFFFF; */
   visibility: hidden;

}


@-webkit-keyframes rotation {
   from {
      -webkit-transform: rotate(0deg);
   }

   to {
      -webkit-transform: rotate(359deg);
   }
}


#loading-image {
   display: flex;
   color: #f1f1f1;
   position: relative;
   top: 50%;
   width: 2%;
   margin: auto;
   z-index: 100;
   -webkit-animation: rotation 2s infinite linear;


}

.loading h2 {
   font-size: 1.1rem;
   color: #f1f1f1;
   position: relative;
   top: 40%;
   z-index: 100;
}



/*============= MODAL WINDWOW =============*/



/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {}

@media (max-width: 426px) {}



/*============= MEDIA QUERIES =============*/
@media (max-width: 992px) {
   .navbar-nav li {
      padding-right: .3rem;
   }

   .fuk{
      min-height: 15vh;
   }


   /* .tiles > .col-xs-3 {
      width: 25%;
    } */
}



/* Medium (md) devices (tablets, 768px and under) */
@media (max-width: 767.98px) {

   /* .sketch-container {
      visibility: hidden;
   } */

   /* .sketch-container-mini{
      visibility: visible;
   } */

   /* .logo img{
      visibility: visible;
   } */

   /* .tiles > .col-xs-3 {
      width: 50%;
    } */

   ul.landing-links li {
      padding: 0.4rem;
   }

   .landing-links .svg-inline--fa {
      font-size: 2.0rem;
   }


   ul.social-proj li {
      padding: 0.5rem;
   }

   ul.social li {
      margin: 0 auto;
      display: inline;
      padding: 0.9rem;
   }

   .footer .svg-inline--fa {
      font-size: 1.6rem;
   }

   .caption img {
      width: 15rem;
   }

   .partners img {
      width: 70%;
      height: auto;
   }

   .logo p {
      font-weight: 500;
      font-size: 1.5rem;
      color: #f1f1f1;
      text-shadow: 4px 4px 8px #17191c;
   }

   .fuk{
      min-height: 25vh;
   }

   .soundcard img{
      width: 100%;
      object-fit: cover;
      overflow: hidden;
   }



}

@media (max-width: 550px) {
   .fuk{
      min-height: 32vh;
   }
}



.btn-proj {
   border-color: #61a29e;
   color: #61a29e;
   margin-bottom: 1rem;
}

.btn-proj:hover {
   border-color: #61a29e;
   background-color: #61a29e;
   color: #262f3e;
}

.btn-proj:active {
   border-color: #61a29e;
   background-color: #61a29e;
   color: #61a29e;
}

.btn-proj:focus {
   border-color: #cfb2d4;
   background-color: #262f3e;
   color: #cfb2d4!important;
}



 
 @media (max-width: 767px){

   .btn-outline-light {
      margin-bottom: 2rem;
   } 
   
 }



/*============ BOOTSTRAP BREAK POINTS:
 
 Extra small (xs) devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap
 
 Small (sm) devices (landscape phones, 576px and up)
 @media (min-width: 576px) { ... }
 
 Medium (md) devices (tablets, 768px and up)
 @media (min-width: 768px) { ... }
 
 Large (lg) devices (desktops, 992px and up)
 @media (min-width: 992px) { ... }
 
 Extra (xl) large devices (large desktops, 1200px and up)
 @media (min-width: 1200px) { ... }
 
 =============*/