/* Great Scott CSS    */
.mycopyright {
    letter-spacing: 0.2rem;
    font-size: .7rem;
    opacity: 0.65;         /* Mod Scott 2025/06/16 */
    /*opacity: 0.75;*/   
    color: #03c3fc;       /* light blue Mod Scott 2025/06/16 */
    /*color: #67f361;        light green Mod Scott 2025/06/16 */    
    margin-bottom: 0;
    /*text-transform: uppercase;     Mod Scott 2025/05/31  */  
}
.vh-85{
    height:85vh !important
}
.min-vh-85{
    min-height:85vh !important
}
.vh-75{
    height:75vh !important
}
.min-vh-75{
    min-height:75vh !important
}
.vh-65{
    height:65vh !important
}
.min-vh-65{
    min-height:65vh !important
}
.vh-35{
    height:35vh !important
}
.min-vh-35{
    min-height:35vh !important
}
.vh-25{
    height:25vh !important
}
.min-vh-25{
    min-height:25vh !important
}
.big-emoji {
  font-size: 2em;
}


/*
.vh-84{
    height:84vh !important
}
.min-vh-84{
    min-height:84vh !important
}
.vh-80{
    height:80vh !important
}
.min-vh-80{
    min-height:80vh !important
}

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;  optional, removes extra space below image 
}
.text-purple{
    color:#af73e0 !important
}
.gs-banner-responsive {
    align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 35%;
    min-width: 200px;
    max-height: 35%;
    height: auto;
}*/
