
/* COLORS */
:root {
    /* COLORS BASIC*/
    --color1a: hsl(0, 0%, 100%);
    --color2a: hsl(0, 0%, 0%);
    --color3a: hsl(46, 72%, 44%);
    --color4a: hsl(68, 72%, 44%);
    --color5a: hsl(91, 72%, 44%);
    --color6a: hsl(136, 72%, 44%);
    --color7a: hsl(181, 72%, 44%);
    --color8a: hsl(203, 72%, 44%);
    --color9a: hsl(226, 72%, 44%);
    --color10a: hsl(271, 72%, 44%);
    /* COLORS MUTED*/
    --color1b: hsl(316, 27%, 21%);
    --color2b: hsl(1, 27%, 21%);
    --color3b: hsl(46, 27%, 21%);
    --color4b: hsl(68, 27%, 21%);
    --color5b: hsl(91, 27%, 21%);
    --color6b: hsl(136, 27%, 21%);
    --color7b: hsl(181, 27%, 21%);
    --color8b: hsl(203, 27%, 21%);
    --color9b: hsl(226, 27%, 21%);
    --color10b: hsl(271, 27%, 21%);
    /* COLORS DARK*/
    --color1c: hsl(316, 100%, 11%);
    --color2c: hsl(1, 100%, 11%);
    --color3c: hsl(46, 100%, 11%);
    --color4c: hsl(68, 100%, 11%);
    --color5c: hsl(91, 100%, 11%);
    --color6c: hsl(136, 100%, 11%);
    --color7c: hsl(181, 100%, 11%);
    --color8c: hsl(203, 100%, 11%);
    --color9c: hsl(226, 100%, 11%);
    --color10c: hsl(271, 100%, 11%);
    /* COLORS LIGHT*/
    --color1d: hsl(316, 72%, 76%);
    --color2d: hsl(1, 72%, 76%);
    --color3d: hsl(46, 72%, 76%);
    --color4d: hsl(68, 72%, 76%);
    --color5d: hsl(91, 72%, 76%);
    --color6d: hsl(136, 72%, 76%);
    --color7d: hsl(181, 72%, 76%);
    --color8d: hsl(203, 72%, 76%);
    --color9d: hsl(226, 72%, 76%);
    --color10d: hsl(271, 72%, 76%);
    }

* {
    box-sizing: border-box;
}


/* BACKGROUND IMG */
.background {
    background-image:url(../IMG/EXTRA/TEXTURE/paper/texture3.jpg); /* img select */
    background-repeat: no-repeat;
    background-position: 20% 10%;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-left: -9px;
    margin-top: -8px;
    /* z-index usage is up to you.. although there is no need of using it because the default stack context will work. */
    z-index: -1;
    
}

/* CENTER */
.center1 {
    margin: 0 auto;
    text-align: center;
}

.center2 {
    display: block;
    text-align: center;
}

.centertable {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;

}

/* TEXT STYLE */
.font1 {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.bold {
    font-weight: bold;
}

.fontbig {
    font-size: 8rem
}

.fontmed {
    font-size: 4rem
}

.fontsmall {
    font-size: 2.5rem
}

.fontmicro {
    font-size: 1.3rem
}

/* STRUCTURE STYLES */
.limitw1 {
    max-width: 500px;
}

.limitw2 {
    width: 300px;
}

.nomargin {    
    margin-top: -10px;
}


/* COLORSBG */
.colorbg1 {
    background: var(--color1a);
}

.colorbg2 {
    background: var(--color1a);
    display: inline-block;
    padding: 0 5px;
    border-style: dotted;
    border-width: 1px;
    padding: 10px 5px;
}

.center1 p.centertable {
    margin-bottom: -15px; /* Adjust the spacing between tables */
}

.colorbg3 {
    background: var(--color1a);
    display: inline-block;
    padding: 0 5px;
}

.colorbg4 {
    background: var(--color1a);
    display: table;
    padding: 2px;
}

/* COLORSTEXT */
.colorfont1 {
    color: var(--color2a) 
}

.colorfont2 {
    color: var(--color2a) 
}

.colorfont3 {
    color: var(--color2a) 
}

.colorfont4 {
    color: var(--color2a) 
}

/* COLORBORDER */
.colorborder1 {
    border:3px solid var(--color1a) 
}

.colorborder2 {
    height:2px ;
    background-color:var(--color1a); 
    border: none;
}

.colorborder3 {
    border:3px solid var(--color1a) 
}

/* IMG */
.bigimg {
    width: 59vw;
}

/* LINKS */

a { 
    color: inherit; 
} 

/* CELPHONE VARIATION */
@media (max-width: 1080px) {

.background {
    background-position:50% 0%;
    background-size: 325%;
}

.limitw1 {
    max-width: 300px;
}

.limitw2 {
    width: 200px;
}


.bigimg {
    width: 90vw;
}
}


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    margin-top: -100px;
    padding: 1px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    .left {
      left: 0;
      border-radius: 3px 0 0 3px;
    }
  
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

