@font-face
{
  font-family: antro_vectra;
  src: url("../fonts/antro_vectra/antro_vectra.otf");
}

@font-face
{
  font-family: antro_vectra_bold;
  src: url("../fonts/antro_vectra/antro_vectra_bold.otf");
}

@keyframes animation-for-opacity
{
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes animation-boom
{
  0% {transform: scale(0.8); opacity: 0;}
  50% {transform: scale(1.1); opacity: 0.5;}
  100% {transform: scale(1); opacity: 1;}
}

@keyframes animation-boing
{
  0% {transform: scale(0.8); opacity: 0;}
  25% {transform: scale(1.2); opacity: 1;}
  50% {transform: scale(1); opacity: 1;}
  75% {transform: scale(1.05); opacity: 1;}
  100% {transform: scale(1); opacity: 1;}
}

body
{
  margin: 0;
  padding: 0;
  font-size: 1vw;
  background-color: black;
}

nav
{
  width: 15%;
  height: 95vh;
  z-index: 999;
  padding: 2.5vh 2%;
  position: fixed;
  color: white;
  font-weight: lighter;
  transition: margin-left 0.5s;
  opacity: 0;
  animation-name: animation-for-opacity;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

img
{
  max-width: 100%;
  max-height: 100%;
}


.navLogoWrapper
{
  width: 100%;
  cursor: pointer;

}

#logoIMG
{
  width: 40%;
  margin: 0 auto;
  animation-name: animation-boom;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
  opacity: 0;
  transition: transform 1.5s;
}

.logoWrapper
{
  text-align: center;
}

#mobileMenuBTN
{
  width: 15vw;
  position: fixed;
  z-index: 998;
  top: 5%;
  left: 5%;
  display: none;
}

#closeMenu
{
  position: absolute;
  top: 45%;
  right: -5vw;
  background-color: rgba(0, 0, 0, 0.90);
  width: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 2vw;
  color: gold;
  display: none;
}

#foodMenuSelect
{
  display: none;
}

.navMenuWrapper
{
  margin-top: 10vh;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}

.navMenuWrapper ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 10%;
}

.navMenuWrapper ul li
{
  padding: 2vh 0;
  cursor: pointer;
  font-size: 1.2em;
  transition: padding-left 0.5s;
}

.navMenuWrapper ul li:hover
{
  padding-left: 2vw;
  transition: padding-left 0.5s;
}

.navSocialNetworks
{
  text-decoration: none;
  color: white;
  margin-top: 15vh;

}

.navSocialNetworks a
{
  text-decoration: none;
  color: white;
  margin: 0 0.5vw;
}

header
{
  width: 100%;
  height: 100vh;
  background-image: url("../images/casadosush_header.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation-name: animation-for-opacity;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

#sushiHomeButton
{
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  top: 10%;
  right: 5%;
  position: absolute;
  padding: 0.5vw;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: black;
  text-decoration: none;
  background-image: linear-gradient(to right, #A1762F, #FFEB9C);
  animation-name: animation-boing;
  animation-duration: 1s;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}


#sushiHomeButton p
{
  padding: 0;
  margin: 0;
  font-weight: lighter;
  font-size: 0.6em;
}

#aboutus
{
  width: 100%;
  padding: 15vh 0;
  background-color: black;
  overflow: hidden;
}

.sectionTitle
{
  width: 85%;
  margin: 0vh auto 0 auto;
  text-align: right;
}

.titleContent
{
  text-align: center;
  display: inline-block;
}

.smallLetters
{
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: lighter;
  font-size: 1.5em;
}

.bigLetters
{
  margin-top: -5vh;
  font-family: antro_vectra_bold;
  color: #A1762F;
  font-size: 6em;
  font-weight: normal;
  background: -webkit-linear-gradient(#A1762F, #FFEB9C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutUsWrapper
{
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.aboutUsImageWrapper
{
  width: 80%;
}

.aboutUsDescriptionWrapper
{
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  width: 55%;
  padding: 2vw;
  top: 10%;
  right: -20%;
  position: absolute;
  background-color: rgb(64, 64, 64);
  color: white;
}

.aboutUsDescriptionWrapper h2
{
  font-weight: normal;
  font-style: italic;
  font-size: 2em;
  padding-top: 0;
  margin-top: 0;
}

#tripadvisorCertificate
{
  width: 17%;
  position: absolute;
  bottom: -8vw;
  right: 0;
}

#services
{
  background-color: black;
  padding: 15vh 0;
}

.tCenter
{
  text-align: center;
}

.tLeft
{
  text-align: left;
}

.servicesWrapper
{
  width: 85%;
  margin: 0 0 0 15%;
  text-align: center;
}

.serviceWrapper
{
  width: 25vw;
  height: 25vw;
  margin: 0 0.5%;
  display: inline-block;
  position: relative;
}

.serviceWrapper img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceNameWrapper
{
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.serviceNameWrapper:hover
{
  opacity: 1;
  transition: opacity 0.5s;
}

.serviceName
{
  color: white;
  font-size: 2em;
  text-transform: uppercase;
}

#foodMenu
{
  padding: 10vh 0;
  width: 100%;
  min-height: 80vh;
  background-image: url("../images/casadosushi_menu_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.foodMenuWrapper
{
  width: 80%;
  margin-left: 20%;
}

.foodMenuChoices
{
  width: 100%;
  text-align: center;
}

.foodMenuChoices ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.foodMenuChoices ul li
{
  display: inline-block;
  color: white;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  margin: 0 3%;
  padding: 1% 2%;
  cursor: pointer;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: border-color 0.5s;
}

.foodMenuActive
{
  border-color: #c49341 !important;
  transition: border-color 0.5s;
}

.foodMenuListings
{
  width: 100%;
  margin-top: 5%;
  text-align: center;
}

.foodMenuListing
{
  width: 100%;
  text-align: center;
  display: none;
}

.fmlActive
{
  display: block;
}

.foodMenuItem
{
  color: white;
  margin: 1% 0;
}

.foodMenuItem p
{
  margin: 0;
  text-transform: uppercase;
}

.foodMenuItemName
{
  font-style: italic;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
}

.foodMenuItemDescription
{
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  letter-spacing: 3px;
  opacity: 0.75;
}

.foodMenuItemPrice
{
  color: rgb(179, 154, 22);
  background: -webkit-linear-gradient(#A1762F, #FFEB9C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: antro_vectra_bold;
  font-size: 1.5em;
  padding-top: 2%;
  font-weight: bold;

}

#suggestions
{
  width: 100%;
  background-color: black;
  padding: 10vh 0;
}

.bannerWrapper
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.banner img
{
  width: 25%;
  margin: 2%;
  display: inline-block;
}

#reservations
{
  width: 100%;
  background-color: black;
}

.reservationsWrapper
{
  width: 100%;
}

.bgWrapper
{
  width: 45%;
  min-height: 120vh;
  background-image: url("../images/casadosushi_reservation.jpg");
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}

.reservationFormWrapper
{
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: middle;

}

.reservationForm
{
  width: 75%;
  margin: 0 auto;
}

.reservationForm input, textarea, select
{
  background-color: transparent;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  padding: 2% 1%;
  margin: 1% 0;
  border: 1px solid white;
  border-radius: 10px;
  display: inline-block;
  resize: none;
  font-size: 1em;
}


#person-name
{
  width: 96%;
}

#person-contact
{
  width: 26%;
}

#person-email
{
  width: 67%;
}

#person-day
{
  width: 43%;
}

#person-place
{
  width: 100%;   
}

.datepicker-container
{
  font-family: "Open Sans", sans-serif;
  background-color:  transparent
}

::placeholder
{
  color:white;
  opacity: 0.8;
}

:-ms-input-placeholder
{
  color:white;
  opacity: 0.8;
}

#person-hour
{
  width: 50%;
}

#person-notes
{
  width: 96%;
}

#sendMessage
{
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  cursor:pointer;
  background-image: linear-gradient(to right, #A1762F, #FFEB9C);
  border: none;
  transition: opacity 0.5s;
}

#sendMessage:hover
{
  opacity: 0.8;
  transition: opacity 0.5s;
}

#contacts
{
  width: 100%;
  padding: 10vh 0;
  background-color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: white;
}

.workingHoursWrapper
{
  width: 70%;
  margin-left: 25%;
  position: relative;
}

.workingHoursInfo h2
{
  font-weight: normal;
  font-style: italic;
  font-size: 2em;
}

.placeWrapper
{
  width: 48%;
  margin: auto;
  display: inline-block;
  vertical-align: top;
}

.outerBorder
{
  bottom: -2vw;
  left: -2vw;
  width: 7vw;
  height: 7vw;
  position: absolute;
  border-left: 1px solid gold;
  border-bottom: 1px solid gold;
}

.contactWrapper
{
  margin-top: 15vh;
  width: 75%;

}

.contact img
{
  width: 2vw;
  display: inline-block;
  vertical-align: middle;
}

.contact p
{
  font-size: 1.3em;
  margin-left: 1vw;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 475px)
{

  body
  {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 475px) and (max-width: 650px)
{

  body
  {
    font-size: 2vw;
  }
}


@media screen and (max-width: 650px)
{

  nav
  {
    width: 45%;
    font-size: 1.5em;
    margin-left: -55%;
    background-color: rgba(0, 0, 0, 0.95);
  }

  .navSocialNetworks
  {
    text-align: center;
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 2vh;
  }

  .navSocialNetworks a
  {
    margin: 0 3vw;
  }

  #sushiHomeButton
  {
    padding: 1vw;
    font-size: 1.5em;
    top: 7%;
  }

  .aboutUsWrapper
  {
    width: 90%;
  }

  .aboutUsImageWrapper
  {
    width: 100%;
  }

  .aboutUsDescriptionWrapper
  {
    width: 90%;
    position: relative;
    margin: -10% auto 0 auto;
    top: auto;
    right: auto;
    left: auto;
  }

  #tripadvisorCertificate
  {
    position: relative;
    margin: 5vh auto 0 auto;
    bottom: auto;
    right: auto;
    width: 25%;
    display: block;
  }

  .servicesWrapper
  {
    width: 100%;
    margin: 0 auto;
  }

  .serviceWrapper
  {
    width: 65vw;
    height: 65vw;
    margin: 1vh 0;
  }

  .foodMenuWrapper
  {
    margin: 0;
    width: 100%;
  }

  .foodMenuChoices ul
  {
    display: none;
  }

  .foodMenuItem
  {
    margin: 5vh;
  }

  .foodMenuItemName
  {
    font-size: 2.8em;
  }

  .foodMenuItemDescription
  {
    font-size: 1.5em;
  }

  .foodMenuItemPrice
  {
    font-size: 2em;
  }

  #foodMenuSelect
  {
    background-color: transparent;
    font-size: 3em;
    border: none;
    /* border-bottom: 2px solid #A1762F;
    border-left: 2px solid #A1762F; */
    color: white;
    font-family: "Open Sans", sans-serif;
    display: block;
    margin: 0 auto;
  }

  .smallLetters
  {
    font-size: 2em;
  }

  .bigLetters
  {
    font-size: 7em;
  }

  .foodMenuListings
  {
    margin-top: 10vh;
  }

  .bannerWrapper
  {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner
  {
    text-align: center;
  }

  .banner img
  {
    width: 65%;
    margin: 2%;
  }

  #reservations
  {
    width: 100%;
    padding: 10vh 0;
    background-image: url("../images/casadosushi_reservation.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  .bgWrapper
  {
    display: none;
  }

  .reservationForm
  {
    width: 85%;
  }

  .reservationFormWrapper
  {
    width: 100%;
  }

  .reservationForm input, textarea
  {
    background-color: rgba(62, 62, 62, 0.35);
    font-size: 1.5em;
  }

  .workingHoursWrapper
  {
    margin: auto;
    width: 100%;
  }

  .workingHoursInfo
  {
    width: 70%;
    margin: 0 auto;
    font-size: 1.5em;
  }

  .placeWrapper
  {
    width: 95%;
    text-align: center;
    margin-top: 5vh;
  }

  .outerBorder
  {
    bottom: -6vw;
    left: 9vw;
    width: 15vw;
    height: 15vw;
  }

  .contactWrapper
  {
    width: 70%;
    margin-left: 15%;
    font-size: 1.3em;
  }

  .contact img
  {
    width: 7vw;
  }

  .contact p
  {
    display: block;
  }

  .titleContent
  {
    text-align: center;
    display: block;
  }

  #mobileMenuBTN
  {
    display: block;
  }

  #closeMenu
  {
    display: block;
  }

  .aboutUsDescriptionWrapper
  {
    font-size: 1.2em;
  }

  #logoIMG
  {
    width: 80%;
  }

}
