/*
Author:  Leonard Garcia
All Rights Reserved

/*
Author:  Leonard Garcia
All Rights Reserved
Created on December 2, 2023
*/
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Montserrat",sans-serif;
}

body {
    background-color: black;
    color: darkgreen;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 1.5em;
    height: 1em;
}

::-webkit-scrollbar-track {
  background-color: hsl(120 75% 50%/1);
  border-radius: 100vw;
  margin-block: 0.5em;
}

::-webkit-scrollbar-thumb {
  background-color: hsl(120 100% 20%/1);
  border: 0.25em solid hsl(120 100% 20% / 1);
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(120 100% 10% / 1);
}
.unselectable {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */       
}

.header2 {
    color: #084204;
    font-family: Harry p, Helvetica;
    font-size: 3.5rem;
    font-weight: 600;
    text-shadow:#fff 0 -1px 4px, 
    #ff0 0 -2px 10px, #ff8000 0 -10px 20px, black 0 -18px 40px;
}
#fpHead {
    position: absolute;
    top:    5px;
    left:   30%;
}

.norm_wide {
    background-color: lightgreen;
    color: darkgreen;
    font-size: 20px;
    font-style: normal;
    width: 800px;
    border: 5px;
    border-radius: 15px;
    border-style:groove;
    padding: 5px;
    position: relative;
    top: 50px;
    left: 20px;
    margin-bottom: 5px;
}
.p1::first-letter {
    font-size: 200%;
    color: #186321;
} 
#boxed {
    font-size: 1.2rem;
    width: 47%;
}
.iconic {
    float: left;
    width: 3rem; height: 3em;
    margin-right: 1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
}

h1  {
    background-color:#ffffff;
    border: 6px;
    border-color: silver;
    border-style: groove;
    font-size: 150%;
    position: relative;
    left: 180px;
    top:   30px;
    padding: 5px;
    margin-bottom: 2rem;
    width: fit-content;
}
.rules {
    font-size:  15px;
    font-weight: bold;  
    width: 45vw;
    padding: 4px;
    border: 8px;
    border-radius: 6px;
    border-color: #139483;
    border-style: ridge;
    background-color: black;
    color:      gold;
    position:   relative;
    left:       20px;
}

table {
    margin-left: 1.2rem;
}
td {
    width: 205px; height: 50px; 
    border-radius: 8px;
    border-style: solid;
    border-width: 15px; 
    border-color:  darkgreen;    /* was chartreuse  */
    margin: 15px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-style:  normal;
    font-size:   18px;
    font-weight: bold;
    color:       darkgreen;
} 

.fp {
    width: 30px; height: 50px; 
    border-radius: 5px;
    border-style: solid;
    border-width: 3px; 
    border-color:  darkgreen;    /* was chartreuse  */
    background-color: yellow;
    margin: 10px;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style:  normal;
    font-size:   15px;
    font-weight: bold;
    color:       darkgreen;
}
.fp2 {
    width: 3px; height: 50px; 
    border-width: 3px;
    font-size:   25px;
    color:       darkred;
}

textarea {
    width: 80%;
    position: relative;
    top: -10px;
}
#styled {
    width: 50%;
    text-align: left;
    font-size:  1rem;
    margin-left: 1rem;
}

.parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.mySlides {

}
.child {
    flex-flow: row;
    justify-content: flex-start; 
}

#santa{
    width: 400px; height: 400px;
}
img.pic {
    border:6px;
    border-color: gold;
    border-style: groove;
    border-radius: 20%;
    width: 200px; height: 160px;
}
.icon {
    /*cursor: url(../images/hand.png), default;  */
    position: absolute;
    top: 115rem;                 /* was 117rem */
    left: 45%;                 /* was 44.3% */
    background-color: black;
    width: 12%;
    height: 6.5%;
    font-size: 30px;
    text-align: justify;
}
.scene {
    font-family:fantasy;
    font-size: 20px;
    border: 4px;
    border-color: gold;
    border-style:solid;
    border-radius: 4px;
    background-color: yellow;
    color: darkgreen;
}
.arrows {
    flex-direction: row; 
    justify-content: center;
    align-content: center; 
    align-items: center; 
    margin-top:  1rem;
    margin-left: 20rem;
    width: 550px;
}
#forward, #reverse{
    text-decoration: none;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: darkgreen; /*text color*/
    background: greenyellow;  /*default option color */
    border-width: 4px;
    border-style: solid;
    border-color: darkgreen darkgreen darkgreen darkgreen;
    padding: 0.25em 0.5em 0.4em 0.75em; 
} 

/* Slideshow container */
.slideshow-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.prev {
  border-radius: 3px 0 0 3px;
}
.next {
  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: darkcyan;
  opacity:          .8;
}

.dotCon {
    text-align:left;
    margin-left: 1rem;
    margin-bottom: 10px;
}
/* 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: darkgreen;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*

@media only screen and (max-width: 300px) {
  .prev, .next, .text {font-size: 11px}
}

*/

#home {
    align-self: center;
    background-color: black;
    color: darkgreen;
    border: 6px;
    border-color: goldenrod;
    border-style: groove;
    width: fit-content;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    margin: 2px;
}

.normal_blue {
    color:              black;
    background-color:   lightblue;
    font-family:        sans-serif;
    font-weight:        normal;        
    border:             6px;
    border-color:       silver;
    border-style:       ridge;
    border-radius:      4px;
    padding:            4px;
    width:              fit-content;
    margin-left:        3rem;
}

#gramIcon {
    display: block;
    cursor: pointer;
    width: fit-content;
    border-radius: 50%;
    padding:       4px;
    border: 5px solid yellow;
    margin-top:  1rem;
    margin-left: 2rem;
    opacity: .6;
}
#gramIcon:hover {
    opacity: 1;
}

#footer {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
/*****************************************************************/
/* For 1366 Resolution Wide Laptop ******************************/  
/*****************************************************************/
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px)  
{ /* STYLES GO HERE */
    .icon {
        position: absolute;
        top: 100rem;                /* was 127rem */
        left: 43%;
        background-color: black;
        width: 12%;
        height: 6.5%;
        font-size: 30px;
        text-align: justify;
    }
    .arrows {
        flex-direction: row; 
        justify-content: center;
        align-content: center; 
        align-items: center; 
        margin-top:  1rem;
        margin-left: 20rem;
        width: 550px;
    }
    .dotCon {
        margin-left:   1rem;
        margin-bottom: 5px;
    }
}  

/* For 1024 Resolution Normal Laptop ****************************/  
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1032px)  
{ /* STYLES GO HERE */
    .icon {
        position: absolute;
        top: 100rem;                /* was 127rem */
        left: 43%;
        background-color: black;
        width: 12%;
        height: 6.5%;
        font-size: 30px;
        text-align: justify;
    }
    
    .arrows {
        display: inline-block;
        position: relative;
        top: 1rem;
        left: 20rem;
        margin-top: 1rem;
        width: 550px;
    }
    .dotCon {
        margin-left:   29rem;
        margin-bottom: 5px;
    }

} 

/*********************************** iPad **********************/  
/* Orientation : Landscape */  
@media only screen   
and (orientation : landscape)   
and (-webkit-min-device-pixel-ratio: 1)  
and (min-device-width : 768px)   
and (max-device-width : 1024px)   
{ /* STYLES GO HERE */
    .icon {
        position: absolute;
        top: 29vh;
        left: 41.5%;
        background-color: black;
        width: 12%;
        height: 6.5%;
        font-size: 30px;
        text-align: justify;
    }
    .arrows {
        left: -3%;
        margin-top: 3rem;
        width: 500px;
    }
    .dotCon {
        margin-left:   1rem;
        margin-bottom: 5px;
    }
}  
/*********************************** iPad **********************/
/* Orientation : Portrait */  
@media only screen   
and (orientation : portrait)   
and (-webkit-min-device-pixel-ratio: 1)   
and (min-device-width : 870px)   
and (max-device-width : 1024px)  
{ /* STYLES GO HERE */
    .icon {
        position: absolute;
        top: 125rem;
        left: 38.5%;
        background-color: black;
        width: 12%;
        height: 6.5%;
        font-size: 30px;
        text-align: justify;
    }
    .arrows {
        left: -2%;
        margin-top: 1rem;
        width: 500px;
    }
    .dotCon {
        margin-left:   -2rem;
        margin-bottom: 5px;
    }
} 
/************************* Galaxy Note 8 *********************************/
@media only screen   
and (min-device-width : 412px) 
and (max-device-width : 846px)  
and (orientation: portrait) {
   
    .parent {
        justify-content: center;
        padding: 1rem;
        flex-basis: auto;
    }
    .child {
        flex-flow: row;
        align-self: center; 
        margin-left: 1rem;
        margin-right: 2.5rem;
    }
    .header2 {
        color: darkgreen;
        font-family: Harry p, Helvetica;
        font-size: 2.1em;
        font-weight: 600;
        text-shadow:#fff 0 -1px 4px, 
        #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
    }
    #fpHead {
        position: absolute;
        top:    5px;
        left:   27%;
    }
    .norm_wide {
        background-color: lightgreen;
        color: darkgreen;
        font-size: 20px;
        font-style: normal;
        width: 90%;
        border: 5px;
        border-radius: 15px;
        border-style:groove;
        padding: 5px;
        position: relative;
        top: 50px;
        left: 20px;
        margin-bottom: 5px;
    }
    #boxed {
        font-size: 1.2rem;
        width: 90%;
    }
    
    h1  {
        font-size: 150%;
        position: relative;
        left:  20%;
        top:   30px;
        padding: 5px;
        margin-bottom: 2rem;
    }
    .rules {
        font-size:  15px;
        font-weight: bold;  
        width: 85%;
        padding: 4px;
        position:   relative;
        left:       20px;
    }
    #santa{
        width: 360px; height: 360px;
        margin-top: -3rem;
        margin-left: 1rem;
    }
    img.pic {
        width: 200px; height: 160px;
    }
    .icon {
        position: absolute;
        top: 150rem;
        left: 28.2%;
        background-color: black;
        width:50%;
        height: 6.5%;
        font-size: 20px;
        text-align: justify;
    }
    #forward, #reverse{
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        padding: 0.25em 0.5em 0.4em 0.75em; 
    } 
    .arrows {                       /* cellphone */
        position: absolute;
        top: 172rem;
        left: -14.6rem;
        margin-top:   -4rem;
        margin-bottom: 2rem;
        width: 355px;
    }
    .dotCon {
        margin-left:   1rem;
        margin-top:    .8rem;
        margin-bottom: 2px;
    }
    #gramIcon {
       
    }
    #home {
        
        align-self: center;
        margin-top:  5px;
    }
    .obj-container{
        margin-left: -17%;
    }
        
    #footer {
        text-align:center;
        padding:5px;
        margin-left: 8%;
    }
} 
/* Landscape */
@media screen 
  and (device-width: 845px) 
  and (device-height: 425px) 
  and (orientation: landscape) {

   .icon {
        position: absolute;
        top:  12.3rem;
        left: 39.2%;
        background-color: black;
        width: 10%;
        height: 6.5%;
        font-size: 20px;
        text-align: justify;
    }
    .arrows {
        position: absolute;
        top: 21rem;
        left: -1rem;
        margin-top: 1rem;
        width: 355px;
    }
    
    #forward, #reverse{
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        padding: 0.25em 0.5em 0.4em 0.75em; 
    } 
    #first{
        margin-left: -25rem;
    }
  }
    #gramIcon {
        display: block;
        cursor: pointer;
        width: fit-content;
        margin-top:  1rem;
        margin-left: 2rem;
        opacity: .6;
    }
    #gramIcon:hover {
        opacity: 1;
    }
    #base {
        color: darkgreen;
        margin-left: 2rem;
        margin-top:  1rem;
    }
    #footer {
        position: relative;
        top: 90px;
        background-color:black;
        color:white;
        clear:both;
        text-align:center;
        padding:7px;
    }

