* {
 cursor: url('https://julianmartin.us/images/dot.svg') 10 10, auto;

}

img {
      cursor: url('https://julianmartin.us/images/y-dot.svg') 10 10, auto;

    
}

body,header,footer {
  background-size: cover;
  background-color: white;
  color: white;

  --bg: rgb(255,255,255);
background: var(--bg);
transition: background 1500ms;


}

/* DARK MODE */
.dark-mode {
  background-color: black;
  ;
}


iframe {
     cursor: url('https://julianmartin.us/images/blu-dot.svg') 10 10, auto;
}

#popupmenu {
  padding-bottom: 150px; 

}

.pbandj {
   border-radius: 5px;
   transition: 0.3s;
}

.pbandj:hover {opacity: 0.7;}



.modal {
   display: none;
   position: fixed;
   z-index: 1; 
   padding-top: 100px; 
   left: 0;
   top: 0;
   width: 100%; 
   height: 100%;
   overflow: auto; 
   background-color: rgb(0,0,0); 
   background-color: rgba(0,0,0,0.9); 
}


.modal-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 500px;
}

@media only screen and (max-width: 414px){
   .modal-content {
       max-width: 325px;
   }
}

@media only screen and (max-width: 414px){
   .modal {
     padding-top: 150px;

   }
}

#caption {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   text-align: center;
   color: #ffff;
   padding: 10px 0;
   height: 150px;
   font-family: 'Lato', sans-serif;

}


.modal-content, #caption {
   -webkit-animation-name: zoom;
   -webkit-animation-duration: 0.3s;
   animation-name: zoom;
   animation-duration: 0.3s;
}

@-webkit-keyframes zoom {
   from {-webkit-transform:scale(0)}
   to {-webkit-transform:scale(1)}
}

@keyframes zoom {
   from {transform:scale(0)}
   to {transform:scale(1)}
}


.close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #3882ea;
   font-size: 40px;
   font-weight: lighter;
   transition: 0.3s;
}

.close:hover,
.close:focus {
   color: #e74c3c;
   text-decoration: none;
   
}

@media only screen and (max-width: 700px){
   .modal-content {
       width: 100%;
   }
}





:root{
  --primary-color: rgba(255, 255, 255, 0.75);

  --overlay-color: rgba(52, 152, 219, 0.90);

  --menu-speed: 0.6s;

}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.menu li {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.container {
  max-width: 100%;
  margin: auto;
  overflow: visible;
}

.showcase {
  background-color: var(--primary-color);
  color: #fff;
  height: 100%;
  position:relative;

}

.showcase:before {
  content:'';
  background-color: white;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase .showcase-inner {
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;

}

.cookies {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: .75rem;
  color: #57B2EB;
  margin-top: 10px;
  text-decoration: none;

}

.slider {
  display: block;
  margin: 0 auto;
  text-align: center;

}

.pancakes {
  text-align: center;

}




/* Header */
h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;

  font-family: 'Lato', sans-serif;

  font-weight: 400;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: black;

}

@media screen and (max-width: 414px) {
  h1 {
    padding-left: 25px;


  }
}

/* Footers */
.copyright {
  margin-top: 100px;
  text-align: right;
  bottom: 0;
  width: 100%;

}

.copyright p {

  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .75rem;


  padding-top: 100px;

  padding-bottom: 10px;
  padding-right: 10px;
  bottom: 0;

  color: #3498db;

}


.footer {
  height: auto%;
  width: 10%;
  text-align: left;
  margin-left: .10em;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 10px;
  position: fixed;
  bottom: 0;

  display: inline-flex;
  flex-wrap: wrap;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: baseline;

}

@media screen and (max-width: 717px) {
  .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: 1.5em;



  }
}

.shop {
  fill: #3498db
}


.insta {
  fill: #3498db
}



/* @~710px */

.footer svg {

  width: 1.2em;
  height: auto;
  display: inline-block;
  float: left;
  margin-top: .65em;
  margin-bottom: .25em;

  padding-bottom: .50em;
  bottom: 0;

}


@media screen and (min-width: 719px) {
  .footer svg {
    margin-left: .55em;
    margin-right: .55em;





  }

  .footer a {
    padding-left: .10em;
    padding-right: .10em;
    padding-top: .5em;



 }


}


.footer div {
  width: auto;
  display: block;

}

@media screen and (min-width: 768px) {
  .footer svg {
    width: 1.3em

  }
}



/* About */
.about {
  display: flex;
  flex-wrap: wrap;
  flex-basis:auto;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-evenly;


}

.about img{
 max-width: 250px;
 padding-right: 25px;
 padding-left: 25px;

 filter: grayscale(100%);
 opacity: .6;
 transition: .5s;
 border-radius: 10px;

 }

.about img:hover {
  filter: grayscale(0%);
  opacity: 1;

 }



@media screen and (min-width: 1024px) {
  .about img {
    max-width: 300px;
    }
 }

 @media screen and (min-width: 1920px) {
   .about img {
     max-width: 400px;
     }
  }

.about p,s {
  font-family: 'Lato', sans-serif;
  text-align: justify;
  text-justify: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 500px;

  font-weight: 300;
  color: black;

}

.about a,s {
  max-width: 250px;
}


@media screen and (max-width: 414px) {
  .about p,s {
    max-width: 300px;
    }
 }

 @media screen and (min-width: 1024px) {
   .about p,s {
     font-size: 1.25em;
     }
  }

  @media screen and (min-width: 1920px) {
    .about p,s {
      font-size: 1.50em;
      max-width: 600px;
      }
   }

/* Atom */
.atom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: auto;
  margin-top: -250px; /* Half the height */
  margin-left: -250px; /* Half the width */
  border-radius: 7px;

 }


.atombarcode img {
    position: absolute;

    width: 10em;
    bottom: 50%;
    left: 50%;
    height: auto;
    margin-top: -5em; /* Half the height */
    margin-left: -5em; /* Half the width */
    bottom: 0;
    padding-bottom: 10px;
  }

@media (max-width: 414px) {
  /* For mobile phones: */
  .atom {
    width: 300px;
    height: auto;
    margin-top: -150px;
    margin-left: -150px;

   }
 }

/* CV */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
 }

.cv img {

  height: auto;


  display: block;
  margin-left: auto;
  margin-right: auto;

 }



/* Press */
.content {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease-out;

}
.content a {
  color: #3498db;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-size: : 1em;



}

.logos {
  width: 100%;
   adding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;

  text-align: center;

}


.flex-logo input {
  width: auto;
  max-height: 150px;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  background: white;
  object-fit: contain;
  outline: none;


}

#img {
  filter: grayscale(100%);
  opacity: .6;
  transition: .5s;


}

.active img,
#img:hover {
  filter: grayscale(0%);
  opacity: 1;

}

#img:after {
  content: '\002B';


}

.active:after {
  content: "\2212";

}



@media screen and (max-width: 414px) {
.flex-logo input {
  max-width: 300px;
  }
}

@media screen and (max-width: 320px) {
.flex-logo input {
  max-width: 250px;
  max-height: 125px;
  }
}

/* Unk */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 50px;
 }



.unk {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: auto;
  margin-top: -242px; /* Half the height */
  margin-left: -250px; /* Half the width */
  
  cursor: url('https://julianmartin.us/images/y-dot.svg') 10 10, auto;


 }

 .unk p {
   color: black;
 }
 
 
   @media screen and (max-width: 1024px) {
    .container video {
  
      padding-left: 125px;
      padding-top: 100px; 
      
      width: 100px;
     }
  }
  

.container video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: auto;
  margin-top: -250px; /* Half the height */
  margin-left: -250px; /* Half the width */

}


@media (max-width: 412px) {
  /* For mobile phones: */
  .unk {
    width: 200px;
    height: auto;
    margin-top: -100px;
    margin-left: -100px;

   }
 }

.barcode path {
  fill: #3498db;
}




.barcode{

   fill: #FFFFFF;

 }


 .barcode {
   display:none;
 }


 .barcode {
   position: absolute;

   width: 10em;
   bottom: 50%;
   left: 50%;
   height: auto;
   margin-top: -5em; /* Half the height */
   margin-left: -5em; /* Half the width */
   bottom: 0;
   padding-bottom: 10px;
 }

 .dock {
  position: absolute;
  display: block;


  width: 50%;

  left: 25%;


  margin-top: auto; /* Half the height */
  margin-left: auto; /* Half the width */
  bottom: 0;
  padding-bottom: 0px;
}


 /* Work */
 /* Style tab links */
 .tablink {
   background-color: white;
   color: black;
   float: left;
   border: none;
   outline: none;
   padding: 14px 16px;
   font-family: 'Lato', sans-serif;
   font-size: 1.25em;
   width: 20%;
   transition: 1500ms;


 }

.itdoesntmatter {
padding-top: 10px;


}

 h2 {
   font-family: 'Lato', sans-serif;
   font-weight: 100;
   font-size: 1em;
 }

 @media screen and (max-width: 375px) {
   .tablink {
     font-size: .90em;
   }
 }

 .tablink:hover {
   color: #3498db;
 }


 .tabcontent {
   display: none;
   padding-top: 100px;
   padding-left: 20px;
   padding-right: 20px;

   height: 100%;
   width: 100%;
   font-family: 'Lato', sans-serif;


   margin-bottom: 100px;
 }

 h3 {
  color: #3498db;
  font-weight: 400;
  font-size: 1em;
  margin-left: 12px;
  font-family: 'Lato', sans-serif;
  margin-left: 40px;
}


.listcontent li,ul {
  list-style: none;

}

.listcontent li {
  display: inline-block;
  align-items: center;
  height: 100%;


}

.listcontent ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;

}



.tabcontent p {
  font-size: .75em;
  max-width: 200px;
  padding-left: 1em;
  padding-bottom: 1em;

  font-style: italic;
  font-weight: 300;
  color: black;
}

@media screen and (min-width: 1366px) {
  .tabcontent p {
    font-size: .75em;

  }
}

@media screen and (min-width: 1920px) {
  .tabcontent p {
    font-size: .75em;

  }
}


.tabcontent img {
  width: 300px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;

  align-items: center;

  border-radius: 5px;

  display: inline-block;


}


@media screen and (max-width: 667px) {
  .tabcontent img {
    width: 150px;
    max-height: 100%;

  }
}

@media screen and (min-width: 1920px) {
  .tabcontent img {
    max-width: 350px;
    max-height: 100%;

  }
}

@media screen and (min-width: 1366px) {
  .tabcontent img {
    max-width: 275px;
    max-height: 100%;

  }
}

@media screen and (max-width: 414px) {
  .tabcontent img {
    width: 275px;
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .tabcontent img {
    width: 250px;
    height: 100%;
  }
}


 /* boringstuff */
 p {
   font-family: 'Orbitron', sans-serif;
   align-content: left;

 }
 
.container p {

  color: black;
  font-family: 'Playfair Display', serif;
  font-size: 1em;
 

  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: auto;
  margin-top: -250px; /* Half the height */
  margin-left: -250px; /* Half the width */


 }

.container a {
    text-decoration: none;
}

 @media screen and (max-width: 1024px) {
  .container p {
    padding-left: 100px;
    padding-top: 100px; 
   }
}

@media screen and (max-width: 280px) {
  .container p {
    font-size: 1em;
    
    padding-left: 125px;
    padding-top: 100px; 
   }
}

