﻿.custom-bg {
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid; /* Thicker border */
    border-radius: 3px;
    box-shadow: 0px 0px 5px 1px grey; /* More prominent drop shadow */
    padding: 30px; /* Adjusted padding for better spacing */
    color: rgb(71, 71, 71); /* Text color */
    font-size: 1rem; /* Base font size */
}

/* Responsive adjustments for different viewports */
@media (max-width: 768px) {
    .custom-bg {
        padding: 15px; /* Adjusted padding for smaller screens */
        box-shadow: 0px 0px 5px 1px grey; /* Slightly smaller shadow for smaller screens */
        font-size: 0.9rem; /* Slightly smaller font size */
    }
}

@media (max-width: 576px) {
    .custom-bg {
        padding: 10px; /* Further adjusted padding for very small screens */
        box-shadow: 0px 0px 5px 1px grey; /* Even smaller shadow for very small screens */
        font-size: 0.8rem; /* Smaller font size for very small screens */
    }
}




.SpecialPara {
    font-family: 'Questrial', sans-serif;
    /*font-size: 18px;*/
    /*    line-height: 1.6;
    word-spacing: 1px;
    padding-bottom: 7px;*/
}

/*.WelcomeLoginLargeWriting {
    font-family: 'Poiret One', cursive;
    font-size: 40px;
    font-weight: bold;
}*/

/*.WelcomeLoginSmallerWriting {
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    font-weight: bold;
}*/

/*####################################################*/

.WelcomeLoginMediumWriting {
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

/* Smaller font size for medium screens */
@media (max-width: 768px) {
    .WelcomeLoginMediumWriting {
        font-size: 17px;
    }
}

/* Even smaller font size for small screens */
@media (max-width: 576px) {
    .WelcomeLoginMediumWriting {
        font-size: 14px;
    }
}


/*####################################################*/

.WelcomeLoginLargeWriting {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 2.0rem; /* Base font size */
    padding-top: 10px; /* Adjust as needed */
    padding-bottom: 10px; /* Adjust as needed */
    margin-top: 0; /* Adjust as needed */
    margin-bottom: 0; /* Adjust as needed */
}

/* Smaller font size for medium screens */
@media (max-width: 768px) {
    .WelcomeLoginLargeWriting {
        font-size: 1.75rem;
    }
}

/* Even smaller font size for small screens */
@media (max-width: 576px) {
    .WelcomeLoginLargeWriting {
        font-size: 1.3rem;
    }
}

.WelcomeLoginSmallerWriting {
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 1.5625rem; /* Base font size (25px) */
}

/* Smaller font size for medium screens */
@media (max-width: 768px) {
    .WelcomeLoginSmallerWriting {
        font-size: 1.25rem;
    }
}

/* Even smaller font size for small screens */
@media (max-width: 576px) {
    .WelcomeLoginSmallerWriting {
        font-size: 1.125rem;
    }
}

.WelcomeLoginSmallishWriting {
    font-family: 'Questrial', sans-serif;
    /*font-weight: bold;*/
    font-size: 1rem; /* Base font size (20px) */
}

/* Smaller font size for medium screens */
@media (max-width: 768px) {
    .WelcomeLoginSmallishWriting {
        font-size: 0.875rem;
    }
}

/* Even smaller font size for small screens */
@media (max-width: 576px) {
    .WelcomeLoginSmallishWriting {
        font-size: 0.875rem;
    }
}


.HandWritingHeading {
    color: #3ECE4A;
    font-size: 63px;
    /*font-family:Shadows Into Light; */
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
}

.LargeGreenHeading {
    color: #3ECE4A;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    font-family: 'Questrial', sans-serif;
}

.LargeBlueHeading {
    color: #2969a7;
    font-size: 43px;
    font-weight: bold;
    /*font-family: Rancho;*/
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px #F0F6F9;
}

.SimonTestBlah {
    font-weight: bold;
    text-align: center;
}

.LargeOrangeHeading {
    color: #F3941F;
    font-size: 43px;
    font-weight: bold;
    /* font-family: Rancho; */
    font-family: 'Questrial', sans-serif;
    text-align: center;
    text-shadow: 2px 2px #eddaa6;
}
/*.HandWritingGreenButton1 {
    border-radius: 3px;
    border-color: #429149;
    border-style: solid;
    color: white;
    font-size: 28px;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #3ECE4A;
    min-width: 100%;
    width: auto;
    height: auto
}*/

.HandWritingGreenButton1 {
    border-radius: 3px;
    border-color: #429149;
    border-style: solid;
    color: white;
    font-size: 1.75rem; /* Responsive font size */
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #3ECE4A;
    padding: 0.5em 1em; /* Padding for better button appearance */
    min-width: 100%;
    width: auto;
    height: auto;
}

/* Tablet and larger mobile devices (768px and below) */
@media (max-width: 768px) {
    .HandWritingGreenButton1 {
        font-size: 1.5rem; /* Smaller font size for smaller screens */
        padding: 0.4em 0.8em; /* Adjusted padding */
    }
}

/* Small mobile devices (576px and below) */
@media (max-width: 576px) {
    .HandWritingGreenButton1 {
        font-size: 1.25rem; /* Even smaller font size for very small screens */
        padding: 0.3em 0.6em; /* Adjusted padding */
    }
}

/* Extra small mobile devices (typically 320px and below) */
@media (max-width: 320px) {
    .HandWritingGreenButton1 {
        font-size: 1rem; /* Further reduced font size for the smallest screens */
        padding: 0.2em 0.4em; /* Further adjusted padding */
    }
}







.video-container {
    padding: 15px; /* Default padding */
}

.responsive-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

    .responsive-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .video-container {
        padding: 10px; /* Adjusted padding for medium screens */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .video-container {
        padding: 8px; /* Adjusted padding for small screens */
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
    .video-container {
        padding: 5px; /* Adjusted padding for the smallest screens */
    }
}






.responsive-img {
    width: 100%;
    max-width: 30px; /* Default maximum width */
    height: auto; /* Maintain aspect ratio */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .responsive-img {
        max-width: 30px; /* Larger maximum width for extra large screens */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-img {
        max-width: 25px; /* Adjusted max width for large screens */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-img {
        max-width: 20px; /* Adjusted max width for medium screens */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .responsive-img {
        max-width: 20px; /* Adjusted max width for small screens */
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .responsive-img {
        max-width: 20px; /* Adjusted max width for extra small screens */
    }
}



.HandWritingGreenButton2 {
    border-radius: 3px;
    border-color: #429149;
    border-style: solid;
    color: white;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #3ECE4A;
    padding: 0.5em 1em; /* Padding for better button appearance */
    min-width: 100%;
    width: auto;
    height: auto;
    font-size: 1.75rem; /* Responsive font size */
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .HandWritingGreenButton2 {
        font-size: 1.5rem; /* Adjusted font size for medium screens */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .HandWritingGreenButton2 {
        font-size: 1.25rem; /* Adjusted font size for small screens */
        padding: 0.4em 0.8em; /* Adjusted padding */
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
    .HandWritingGreenButton2 {
        font-size: 1rem; /* Further reduced font size for the smallest screens */
        padding: 0.3em 0.6em; /* Further adjusted padding */
    }
}






.flex-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Adjust as needed for spacing */
}

dt {
    margin-right: 10px; /* Adjust as needed for spacing */
    flex: 0 0 auto;
}

dd {
    margin: 0;
    flex: 1 1 auto;
}








.block-container {
    display: block;
    margin: 0;
    padding: 0;
}

    .block-container dt, .block-container dd {
        display: block;
        margin-bottom: 10px; /* Adjust as needed for spacing */
    }









.responsive-note {
    font-size: 1rem; /* Base font size */
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .responsive-note {
        font-size: 0.9rem; /* Adjusted font size for medium screens */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .responsive-note {
        font-size: 0.8rem; /* Adjusted font size for small screens */
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
    .responsive-note {
        font-size: 0.75rem; /* Adjusted font size for the smallest screens */
    }
}






.OrangeButton1 {
    border-radius: 3px;
    border-color: #d55403;
    border-style: solid;
    color: white;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #d55403;
    padding: 0.5em 1em; /* Padding for better button appearance */
    min-width: 100%;
    width: auto;
    height: auto;
    font-size: 1.25rem; /* Base font size (20px) */
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .OrangeButton1 {
        font-size: 1.1rem; /* Slightly smaller font size for medium screens */
        padding: 0.4em 0.9em; /* Adjusted padding for medium screens */
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .OrangeButton1 {
        font-size: 1rem; /* Smaller font size for small screens */
        padding: 0.3em 0.8em; /* Adjusted padding for small screens */
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
    .OrangeButton1 {
        font-size: 0.875rem; /* Even smaller font size for the smallest screens */
        padding: 0.3em 0.6em; /* Further adjusted padding for the smallest screens */
    }
}










.OrangeButton2 {
    border-radius: 3px;
    border-color: #d55403;
    border-style: solid;
    color: white;
    font-size: 20px;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #d55403;
    min-width: 100%;
    width: auto;
    height: auto;
}

.OrangeButton3 {
    border-radius: 3px;
    border-color: #d55403;
    border-style: solid;
    color: white;
    font-size: 20px;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #d55403;
    min-width: 100%;
    width: auto;
    height: auto;
}

.BlueButton1 {
    border-radius: 3px;
    border-color: #1f7bbd;
    border-style: solid;
    color: white;
    font-size: 20px;
    font-family: 'Questrial', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #0174c7;
    min-width: 100%;
    width: auto;
    height: auto;
}

.TransparentBackGround {
    background: rgba(255,255,255, 0.6);
    /*-pie-background: rgba(255,255,255, 0.6);*/
    behavior: url(PIE.htc);
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    border-color: #1e9bd6;
    border-style: solid;
    box-shadow: 0px 0px 5px 1px grey;
}

.polaroid {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    text-align: center;
}

.MyPolaroidCaption {
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    padding-left: 10px;
    font-family: 'Questrial', sans-serif;
    color: #2969a7;
}

.MyPolaroidCaptionLarger {
    text-align: left;
    vertical-align: top;
    font-size: 26px;
    font-weight: bold;
    padding-left: 10px;
    font-family: 'Questrial', sans-serif;
    color: #2969a7;
}

.MyPolaroidCaptionButton {
    text-align: left;
    vertical-align: top;
    font-size: 20px;
    padding-left: 38px;
    padding-bottom: 10px;
    font-family: 'Questrial', sans-serif;
    color: #2969a7;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/*ul li:before {
    content: "\2714\0020";
    padding-right: 3px;
}*/


.UnorderedListRemoveBullets ul {
    list-style-type: none;
}

.CheckMarkUnorderedList li:before {
    content: "\2714\0020";
    padding-right: 3px;
}

/*.CheckMarkUnorderedList li.menu-item:not(:last-child) {
    padding-bottom: 10px;
}*/

/*ul {
    list-style-type: none;
}*/




.gfg {
    list-style-type: none;
}

    .gfg > li:before {
        content: 'arrow_right';
        font-family: 'Material Icons';
        font-size: 25px;
        vertical-align: -30%;
    }

.VideoSettingsIcon li:before {
    content: 'arrow_right';
    font-family: 'Material Icons';
    font-size: 25px;
    vertical-align: -30%;
}

.copyWriteStyleBlack {
    font-family: 'Questrial', sans-serif;
    font-size: small;
}

.copyWriteStyleWhite {
    font-family: 'Questrial', sans-serif;
    font-size: small;
    color: white;
}
