/*shared features*/
body {
    background-color: #121212;
    text-align: center;
    font-size: clamp(40px, 2vw, 60px);
}

h1 {
    text-align: center;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: clamp(40px, 2vw, 60px);
}

p {
    text-align: center;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: clamp(40px, 2vw, 60px);
}

a {
    font-size: clamp(20px, 2vw, 20px);
}
/*shared features*/

/*homepage*/
body.homepage .contentCardContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    padding: 40px;
    width: 40%;
    text-align: center;
}

body.homepage h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: clamp(15px, 4vw, 70px);
    font-weight: 700;
    color: white;
    text-align: center;
}

body.homepage .button_container {
    text-align: center;
    margin-top: 20px;
}

body.homepage .button_container button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.homepage .button_container button:hover {
    background-color: #808080;
    transform: scale(1.1);
}
/*homepage*/


/*satpage*/
body.satpage .desmosVideo {
    position: relative;
    width: 50%;
    max-width: 800px;
    margin: 20px auto;
    aspect-ratio: 16/9;
}

body.satpage .desmosVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.satpage .rwVideo {
    position: relative;
    width: 50%;
    max-width: 800px;
    margin: 20px auto;
    aspect-ratio: 16/9;
}

body.satpage .rwVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.satpage button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.satpage button:hover {
    background-color: #808080;
    transform: scale(1.1);
}

body.satpage .jamesLuImage{
    width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.satpage .jamesLuImage:hover{
    transform: scale(1.1);
}
/*satpage*/

/*actpage*/
body.actpage button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.actpage button:hover {
    background-color: #808080;
    transform: scale(1.1);
}

body.actpage .ACT1Video {
    position: relative;
    width: 50%;
    max-width: 800px;
    margin: 20px auto;
    aspect-ratio: 16/9;
}
body.actpage .ACT1Video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.actpage .ACT2Video {
    position: relative;
    width: 50%;
    max-width: 800px;
    margin: 20px auto;
    aspect-ratio: 16/9;
}

body.actpage .ACT2Video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.actpage .ingridACTImage:hover {
    transform: scale(1.1);
}

body.actpage .ingridACTImage{
   width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease; 
}

body.actpage .supertutorTVImage:hover {
    transform: scale(1.1);
}

body.actpage .supertutorTVImage{
   width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease; 
}
/*actpage*/

/*appage*/
body.appage .backButton {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.appage button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.appage button:hover {
    background-color: #808080;
    transform: scale(1.1);
}
/*appage*/

/*apworldpage*/
body.apworldpage .backButton {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.apworldpage button:hover {
    background-color: #808080;
    transform: scale(1.1);
}

body.apworldpage .heimlerImage{
    width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.apworldpage .heimlerImage:hover {
    transform: scale(1.1);
}

body.apworldpage .freemanpediaImage{
   width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease; 
}


body.apworldpage .freemanpediaImage:hover {
    transform: scale(1.1);
}
/*apworldpage*/

/*apushpage*/

body.apushpage .backButton {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.apushpage button:hover {
    background-color: #808080;
    transform: scale(1.1);
}

body.apushpage .heimlerImage{
    width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.apushpage .heimlerImage:hover {
    transform: scale(1.1);
}

body.apushpage .marcoLearningImage{
    width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.apushpage .marcoLearningImage:hover{
    transform: scale(1.1);
}
/*apushpage*/

/*apchemistrypage*/
body.apchemistrypage .backButton {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.apchemistrypage button:hover {
    background-color: #808080;
    transform: scale(1.1);
}

body.apchemistrypage .organicChemistryTutorImage{
    width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.apchemistrypage .organicChemistryTutorImage:hover {
    transform: scale(1.1);
}
/*apchemistrypage*/

/*apphysics1page*/
body.apphysics1page .backButton {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

body.apphysics1page button:hover {
    background-color: #808080;
    transform: scale(1.1);
}

body.apphysics1page .organicChemistryTutorImage{
    width: clamp(100px, 15vw, 500px);
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.apphysics1page .organicChemistryTutorImage:hover {
    transform: scale(1.1);
}
/*apphysics1page*/

