/* 
Dark Pink: f662ac
Light Pink: ff9fcf 
Yellow: ddfe65 
Blue: 68d6e5 
Purple: 5542bb
Light Purple: d2c7ff
 */

@font-face {
  font-family: 'tntFont';
  src: url('../fonts/LuckiestGuy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'smallFont';
  src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'flameFont';
  src: url('../fonts/FlamesItalicPersonalUseBoldItalic-rgAWK.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0;
}

/* fixed header that follows the scroll */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  z-index: 999;
}

/* tacos n tea title */
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 93vw;
  margin: 0 auto;
  padding-top: 1vh;
}

/* keeps video from being to large on small screens i think without a media query */
.title video {
  width: 93vw;
  max-width: 93vw;
  max-height: 132px;
}

.whiteLine {
  background-color: #fff;
  height: 1px;
  width: 93vw;
  max-width: 93vw;
  margin: 1vh auto;
  border-radius: 1vw;
}

.desktopNav {
  display: none;
}

.mobileNav {
  display: block;
}

/* navbar container */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 93vw;
  margin: 0 auto;
  background-color: #101010;
  border-radius: 0.5vw;
  padding: 1vh 2vw;
  max-height: min-content;
  box-sizing: border-box;
  z-index: 999;
}

/* nav logo */
.logo {
  width: 40px;
  height: 40px;
}

/* hamburger and nav links */
.icon {
  font-size: 6vw;
  color: #ddfe65;
  display: block;
  background: none;
  border: none;
}

/* navbar */
.navLinks {
  display: none;
}

.navLinks.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 2vw;
  background-color: #101010;
  padding: 3vw;
}

/* navbar links */
.navLinks a {
  color:#ddfe65;
  text-decoration: none;
  margin: 1vw 0;
  display: block;
  font-family: 'tntFont';
}

.content {
  padding-top: 18vh;
}

body {
    background-color: black;
}

h2, div, p {
    font-family: 'tntFont';
    color: #ff9fcf;
}

/********************* INTRO SECTION *************************/
 #tnt {
    scroll-margin-top: 25vh;
  }


.intro {
  padding-top: 15vh;
}

.intro video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
}

.desktopIntro {
  display:none;
}

.mobileIntro {
  padding-right: 1vw;
}

.huge {
  font-family: "tntFont";
  color:#ddfe65;
  font-size: x-large;
}

.blurb {
  font-family: "smallFont";
  color:#f662ac;
  padding: 2vw;
  border-style: solid;
  border-color: #000;
  border-radius: 4px;
  margin: 0 3vw 7vh 3vw;
}

.highlight {
  font-family: "tntFont";
  font-size: large;
  color: #ff9fcf;
  line-height: 2vh;
}

/********************* PRODUCT SECTION *************************/

 #menu {
    scroll-margin-top: 25vh;
  }

.productTitle {
  font-family: 'tntFont';
  color: #68d6e5;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.polaroids {
  margin-top: 0;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 40px 40px 40px;
}

.polaroid {
  background-color: #212121;
  padding: 4vw 4vw 0vw 4vw;
  margin: 10px;
  flex: 1 1 250px;
  max-width: 300px;
  text-align: center;
  border-radius: 10px;
}

.photo {
  width: 100%;
  padding-top: 100%; /* maintains square aspect ratio */
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.photo img {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  object-fit: cover;
}

.caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
  font-size: 22px;
  color: #ddfe65;
}

/* insta logos */
.fa.fa-instagram {
  font-size:25px; 
  width: 25px; 
  height:25px; 
  color:#fff; 
  background-color: #000;
  border-style: solid; 
  border-width: 2px;
  border-radius: 50%;
  border-color: #fff;
  padding:4px;
  margin-left: 1vw;
}

/********************* HIRING SECTION *************************/

.catering-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center;     /* horizontal center */
  padding: 1rem;
  text-align: center;
}

.catering-pic {
  flex: 1;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  padding: 1rem;
}

.catering-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ddfe65;
  font-weight: 700;
}

.catering-body {
  font-size: 1.1rem;
  color: #ff9fcf;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hireHighlight {
  color:#ddfe65;
  font-style: italic;
}

.catering-button {
  font-family: "tntFont";
  display: inline-block;
  background-color: #f662ac;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 30px;
  font-weight: 600;
}

.catering-button:hover { /* AMAZING BUTTON */
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.catering-pic img{
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

/********************* FOOTER *************************/

footer {
    text-align: center;
}

.footerText {
    color: #ddfe65;
}

.socials a:link {
  color: #fff;
}

.socials a:visited {
    color: #f662ac;
} 

.footer-nav a:link {
  color: #fff;
}

.footer-nav a:visited {
    color: #f662ac;
} 

.logos {
  display:flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  padding: 20px;
}

.logos .fa.fa-instagram {
  margin-right: 1vw;
}

.venmo img {
  width: 40px;
  height: 40px;
  padding-bottom: 1vh;
}

/* *********************************************COMPUTERS******************************************** */
                    /* For screens 768px and up (like laptops/desktops) */
@media (min-width: 768px) {

  /* --------------------------HEADER----------------------------- */
  .header {
    position: static;
  }

  .logo {
    width: 60px;
    height: 59px;
  }

  .logo:hover { /* AMAZING BUTTON */
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

  .icon {
    display: none;
  }

  .navLinks {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    position: static;
    padding: 0;
  }

  .navLinks a:hover { /* AMAZING BUTTON */
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

  .navLinks a {
    font-weight: 800;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #000;
    border-image: linear-gradient(to right, #f662ac, #ff9fcf);
    border-image-slice: 1;
    border-style: solid;
    border-radius: 0.5vw;
    padding: 0.8vw;
    padding-top: 1vw;
    color: #ddfe65;
}

.mobileNav {
  display: none;
}

.desktopNav {
  /* display: flex; */
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

  /* --------------------------INTRO SECTION----------------------------- */
  #tnt {
    scroll-margin-top: 12vh;
  }
  
  
  .intro {
    padding-top: 2vh;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 2vh;
  }

  .desktopIntro {
    display:block;
  }

  .mobileIntro {
    display: none;
  }

  .huge {
    font-family: "tntFont";
    font-size: 78px;
    color:#ddfe65;
    line-height: 10vh;
}

  .blurb {
    font-family:'smallFont';
    line-height: 5vh;
    font-weight:700;
    padding: 2vw;
    border-style: solid;
    border-radius: 4px;
    margin: 5vh 3vw 0 1vw;
    line-height: 4vh;
  }
  
  .intro video {
    margin-left: 3vw;
    border-radius: 4px;
    width:50%;
    height:fit-content;
}

  /* --------------------------MENU SECTION-------------------------------- */
  #menu {
    scroll-margin-top: 7vh;
  }


  .productTitle {
    padding-top: 8vh;
    padding-bottom: 5vh;
    font-size: 3rem;
  }

  .polaroids {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px;
    padding-top: 0;
  }

  .polaroid {
    padding: 2vw 2vw 1vw 2vw;
  }

  .caption {
    margin-top: 2vw;
  }

  .fa.fa-instagram:hover { /* AMAZING BUTTON */
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

  /* ------------------------------------HIRING SECTION------------------------------ */
  .catering-title {
    font-size: 3rem;
  }
  
  .catering-box {
    display:flex;
    flex-direction: row;
    width: 93vw;
    padding: 40px 20px;
    margin: 2vh auto;
  }

  .catering-pic img{
    width: 80%;
  }

  .catering-pic a:hover { /* AMAZING BUTTON */
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  /* --------------------------------------------FOOTER---------------------------------------- */
      
  .footer-nav a:hover {
    color: #ff9fcf;
  }
      
  .socials a:hover {
    color: #ff9fcf;
  }

  .venmo img:hover { /* AMAZING BUTTON */
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
}