:root {
    --contact-color: #ff6161;
    --text-color-1: #02182B;
    --text-color-2: #D7263D;
    --text-color-3: #92AFD7;
    --text-color-4: #5A7684;
}

a {
  color: white;
}

@font-face {
    font-family:'Excelerate';
    src:  url(./fonts/excelates.woff);
}

@font-face {
    font-family:'Infinite Justice Regular';
    src:  url(./fonts/Infinite.woff);
}

@font-face {
    font-family:'Herald';
    src:  url(./fonts/shiningheraldcond.woff);
}


body {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial;
}

a {
    text-decoration: none;
    font-family: arial;
}

img {
    cursor: pointer;
}

.bannerMain p {
    font-size: 50px;
    font-family: 'Infinite Justice Regular';
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.jc-center {
    justify-content: center;
}

.ai-center {
    align-items: center;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

ai-flex-start {
    align-items: flex-start;
}

.centralize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.space-between {
    justify-content: space-between;
}

.layer {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.border {
    border: 1px solid black;
}

tight-contain {
    height: auto;
    width: auto;
}


@keyframes textColorTransition {
    from {color: black;}
    to {color: var(--text-color-4);;}
}

@keyframes flyInLeft {
    from   {opacity:0; left: 50%;}
    to {opacity:1; left: 0px;}
}

@keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
}

@keyframes flyInBottom {
    from {opacity:0;top: 10%;}
    to {opacity:1; bottom: 76px;}
}

@-webkit-keyframes flyInBottom1 {
    from {opacity:0;bottom: 0px;}
    to {opacity:1; bottom: 60px;}
}


@keyframes levitate {
    from {bottom: 85px;}
    to {bottom: 105px;}
}

@keyframes levitate1 {
    from {color: rgb(20, 20, 20);}
    to {color: rgb(150, 150, 20);}
}


.flyInLeft {
    animation-name: flyInLeft;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}

.flyInBottom {
    animation-name: flyInBottom;
    animation-duration: 0.6s;
    animation-timing-function: ease;
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-timing-function: ease;
}

#contact,
#navbar,
.corpus,
 footer {width: 100%}

#contact {
    height: 45px;
    background-color: rgb(28, 28, 28);
    //z-index: 3;
}

#content {
  height: auto;
  width: auto;
  position: relative;
}

.fill, #navbar {
    background-color: rgba(0,0,0,0);
    height: 112px;
    z-index: 3;
    width: 80%;
    margin-left: 10%;
    position: absolute;
    //top: 0;
}

.contactDatum {
    width: auto;
    height: 70%;
    color: var(--contact-color);
    padding-left: 2%;
    padding-right: 2%;
    font-family: 'Roboto Condensed';
}

#logoContainer {
    width: 30%;
}

#logoContainer img  {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#linkArea {
    width: 50%;
}

.navLink {
    height: 100%;
    //width: 20%;
    margin : 5%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.navLink a {
    text-decoration: none;
    color: white;
    font-family: 'Herald';
//    font-weight: bold;
    font-size: 2.5vh;
}

.navLink a:hover {
    animation-name: textColorTransition;
    animation-duration: 0.25s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.corpus {
    height: 100vh;
    position: relative;
}

body::after {
    background-image: url("./assets/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    //opacity: 0.3;
    filter: brightness(25%);
    //filter: grayscale(100%);
}

.fill {
    visibility: hidden;
    position: relative;
    z-index: 0;
}

.banner {
    width: 80%;
    //margin-left: 10%;
    height: 66.66%;
}

.location {
  display: none;
  width: 60%;
  height: 100%;
}

.contact {
  display: none;
  justify-content: space-between;
  display: none;
  height: 40%;
  width: 40%;
}

.contact-method {
  width: 100%;
  justify-content: space-between;
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 150%;
}

.bannerMain {
    width: auto;
    height: auto;
    color: var(--text-color-4);
    font-weight: bold;
    text-align: center;
    position: relative;
}

.bannerSub {
    position: relative;
    bottom: 76px;
    padding: 0px;
    margin: 0px;
    color: white;
    font-family: 'Roboto Condensed';
}

.button {
    width: auto;
    height: auto;
    position: relative;
    bottom: 70px;
    background-color: var(--text-color-2);
    border-radius: 5px;
    animation-delay: 0.4s;
    animation-fill-mode: backwards;
    padding: 10px;
    font-size: 200%;
}

.button:hover {
    background-color: var(--text-color-1);
}

.button a {
    color: beige;
    font-weight: bold;
    font-family: 'Roboto Condensed';
}

.subsection {
    width: 100%;
    height: 20.33%;
    position: relative;
}

.featuresContainer {
    width: 100%;
    height: 100%;
    //margin-left: 10%;
    position: absolute;
    z-index: 1;
    background-color: rgba(222,222,222,0);
    align-items: flex-end;
    justify-content: space-evenly;
}

.feature {
    width: 20%;
    height: 80%;
    position: relative;
    bottom: 60px;
//    background-color: rgba(222,222,222,0.9);
//    background-color: var(--text-color-4);
//    border-radius: 50%;
//padding-top: 10px;
}

#f1, #f2, #f3 {
    -webkit-animation: flyInBottom1  0.5s backwards;
//    animation-duration: 0.5s;
//    animation-fill-mode: backwards;
}

#f2 {animation-delay: 0.2s;}
#f3 {animation-delay: 0.4s;}

.feature:hover {
    animation-name: 'levitate';
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.featureText {
    width: 100%;
    height: 50%;
    text-align: center;
    //flex-overflow:;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: white;
    font-size: 150%;
    cursor: pointer;
}

.featureText:hover {
    animation-name: 'levitate1';
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.feature img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.circle {
   border: 10px solid  rgba(222,222,222,1);
    width: auto;
    height: auto;
    border-radius: 50%;
    background-color: rgba(222,222,222,1);
}

.promo {
  height: 100vh;
  width: 100%;
}

.promo::after  {
  background-image: url("./assets/bg4.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  //opacity: 0.3;
  filter: brightness(25%);
}

.promoImage {
  display: none;
  height: 90%;
  width: 100%;
  position: relative;
  bottom: 3%;
  cursor: zoom-in;
}

.saleImage {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;

}

.promoImage img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.divider {
  height: 10px;
  width: 100%;
  background-color: rgba(222,222,222,1);
}

#promoLarge {
  height: 90vh;
  width: 90vw;
  object-fit: contain;
}

.overlay {
  z-index: 5;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

footer {
  font-family: 'Roboto Condensed';
  display: flex;
  flex-direction: column;
  background-color: var(--text-color-4);
}

footer span {
  margin: 10px;
}

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

  body {
    height : 100vh;
  }

  #promoLarge {
    width: 100vw;
    height: auto;
  }

  .corpus {
    height : 100%;
  }

  #content {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
  }

  #logoContainer {
    width: 80%;
  }

  #navbar, .corpus {
    flex-direction: column;
  }

  #navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }

  .inicio {
    display: none;
  }

  #linkArea {
    width: 80%;
    margin-top: 20px;
    justify-content: center;
  }

  #navbar {
    position: relative;
    z-index: 2;
  }

  .banner {
    height: 80%;
    justify-content: center;
    width: 92%;
  }

  .bannerMain {
    flex-direction: column;
    justify-content: center;
  }

  .spread {
    margin: 22px;
  }

  .bannerMain p {
    font-size: 34px;
  }

  .bannerSub {
    text-align: center;
  }

  h2 {
    font-size: 12px;
  }

  .button {
    font-size: 100%;
  }

  .fill {
    display: none;
  }

  .featureText {
    font-size: 90%;
  }

  .contact{
    width: 80%;
    font-size: 80%;
  }

  .fb {
    display: none;
  }

  .location {
    width: 100%;
    height: 90%;
  }

  footer {
    display: none;
  }

  .dsktp {
    display : none;
  }

  .email {
    font-size: 110%;
    padding: 0px;
    margin: 0px;
  }
}
