/*
Author:  Leonard Garcia
All Rights Reserved
Created on 12/9/2021
*/
* {
   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.2em;
    height: 1em;
}

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

::-webkit-scrollbar-thumb {
  background: 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);
}

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

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

#home {
    font-size: 25px;
    font-weight: 600;
    color: black;
    border: 6px;
    border-color: gold;
    background-color: yellow;
    border-style: groove;
    align-self: center;
    margin-top:  5px;
}
    
/*************************************SKYPE AD**************************************/
/*************************************************Desktop**************************/
.obj-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.objects {
    font-style:     normal;
    font-weight:    600;
    font-size:      1.5em;
    border:         4px;
    border-style:   groove;
    border-color:   darkgoldenrod;
    border-radius:  5%;
    padding:        4px;
    width:          fit-content;
    margin-top:     5px;
    z-index:        -1;
}

#first {
    background-color: burlywood;
    color: red;
}
#second, #third, #fourth {
    background-color: burlywood;
    color: darkgreen;
}
#trash {
    z-index: -1;
}
#skypeAd {
    opacity: 0;
    z-index: -1;
}

#juke{
    width: 400px; height: 400px;
}
img.pic {
    width: 192px; height: 48px;
}
.icon {
    cursor: url(../images/hand.png), default;  
    position: absolute;
    top: 12rem;
    left: 44.3%;
    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;
}
#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; 
} 
#forward {
    
}

/* 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}
}

/* On smaller screens, decrease text size */
@media only screen and (min-width: 280px) and (max-width: 414px) {

.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: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    margin: 2px;
}
.mySlides {

}
#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: 25.5vh;
        left: 43.5%;
        background-color: black;
        width: 12%;
        height: 6.5%;
        font-size: 30px;
        text-align: justify;
    }
    .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 */
    .arrows {
        display: inline-block;
        position: relative;
        top: -40px;
        left: 20%;
        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: 25vh;
        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 : 768px)   
and (max-device-width : 1007px)  
{ /* STYLES GO HERE */
    .icon {
        position: absolute;
        top: 19vh;
        left: 38.5%;
        background-color: black;
        width: 12%;
        height: 6.5%;
        font-size: 30px;
        text-align: justify;
    }
    .arrows {
        left: 29%;
        margin-top: 1rem;
        width: 500px;
    }
    .dotCon {
        margin-left:   21rem;
        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;
    }
    #juke{
        width: 380px; height: 400px;
    }
    img.pic {
        width: 180px; height: 50px;
    }
    .icon {
        position: absolute;
        top: 13.3rem;
        left: 28.2%;
        background-color: black;
        width: 10%;
        height: 6.5%;
        font-size: 20px;
        text-align: justify;
    }
    .arrows {
        position: absolute;
        top: 23rem;
        left: -14.6rem;
        margin-top: 1rem;
        width: 355px;
    }
    .dotCon {
        margin-left:   1rem;
        margin-top:    1rem;
        margin-bottom: 2px;
    }
   
    .obj-container{
        margin-left: -17%;
    }
    .objects {
    }
    #first{
        margin-left: -15rem;
    }
    #trash {
        margin-left: 10rem;
    }
    #skypeAd {
        margin-left: 6rem;
    }
    #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;
        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; 
    } 
    #first{
        margin-left: -25rem;
    }
}