html, body {
   font-family: verdana;
   font-size: clamp(16px, calc(106px - 8vw), 36px);
  -text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.redborder {
    border: 1px solid transparent;
}

.redborder:hover {
    border: 1px solid #FF0000;
}

.center_link_091224 {
  text-align: center;
}

.sub_bullet, .sub_bullet:hover {
  margin-left: 20px;
}

iframe {
    width: 80vw; 
    height: 45vw; /* 100/56.25 = 560/315 = 1.778 */
}

.next, .next:hover {
    margin: 24px;
}


.loopinggif {
    margin: 48px auto;
    display: inline;
    width: 360px;
    height: 570px;
        }

.logos_anchor, .logos_anchor:hover {
    display: inline;
    padding: 0px;
    margin: 0px;
        }
        
.logos_image, .logos_image:hover {
    /*object-fit: contain;*/
    display: inline-block;
    height: 40px;
    width: 40px;
    min-width: 10px;
    padding: 0px;
    margin: 20px;

        }

.canvas {
    display: inline-block;
    margin: 24px;
    width: 270px;
    height: 480px; 
        }
        
.windows {
    display: inline-block;
    padding: 0px;
    margin: 12px;
    width: auto;
    height: 50%;
    max-height: 720px;
        }

.woft {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: 400px;
        }

.wizards {
    display: inline-block;
    padding: 0px;
    margin: 12px;
    width: auto;
    height: 70%;
    max-height: 720px;
        }


/*.album {
   object-fit: contain;
   max-width: 10px;
   max-width: 10%;
   max-height:1200px;
   max-height: 60%;
   width: 10px;
   height: auto;
        }*/

.bigredf {
    background-color: inherit;
    font-weight: normal;
    color: #FF0000;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    margin: 24px auto;
        }
        
    .bigredf:hover {
        font-weight: normal;
        color: #0000FF;
        text-align: center;
        display: inline-block;
        font-size: 1rem;
        margin: 24px auto;
            }
        
.nameheader {
    background-color: inherit;
    color: #000000;
    text-align: center;
    display: inline;
    font-size: 1rem;
    margin: 24px auto;
        }
        
    .nameheader:hover {
        
        color: #0000FF;
        text-align: center;
        display: inline;
        font-size: 1rem;
        margin: 24px auto;
            }

h1 {

    font-weight: normal;
    text-align: center;
    font-size: 1rem;
    margin: 0px;
        }

 p {
    line-height: 1.5;
    font-size: 1rem;
    background-color: white;
    padding: 24px 20px;
    margin: 24px auto;
    max-width:510px;
        }
 
        
  
.thankyou {
    font-size: 1rem;
    margin: auto;
    max-width:300px;
        } 
        
    div {
    font-size: 1rem;
    margin: auto;
	width: 600px;
        }
        
 /*   .divmodal {
    font-size: 1rem;
    margin: auto;
	width: 90%;
        }    */
        

a {

    display: inline;
    color: black;
    background-color: white;
    font-size: 1rem;
    text-decoration: none;
    margin: 0px auto;
    padding: 0px 0px;
        }

    a:hover {
        display: inline;
        color: #0000FF;
        font-size: 1rem;
        text-decoration: none;
        /*max-width: 50px;*/
        padding: 0px 0px;
            }

.mainindeximage {

    border: solid 18px white;
    margin: 24px auto;
    display: block;
    width: 514px;
}

img {
    margin: 48px auto;
    display: block;
    width: calc(1500px - 25vw);
    min-width: 450px;
    max-width: 600px; 
}

.imgmodal {
    margin: 48px auto;
    display: block;
    width: 1200%;
    max-width: 1200px;
}

.imgfitted {
    margin: 48px auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
    max-height: 10%;
}


::-moz-selection { /* Code for Firefox */
    color: white;
    background: #0000FF;
}

::selection {
    color: white;
    background: #0000FF;
}

