@font-face {
    font-family: azoSansRegular;
    src: url(/assets/FONT/AzoSans-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansBlack;
    src: url(/assets/FONT/AzoSans-Black.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansThin;
    src: url(/assets/FONT/AzoSans-Thin.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansMedium;
    src: url(/assets/FONT/AzoSans-Medium.ttf) format('truetype');
    font-weight: normal;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: white !important;
    }
}

:root {
    --background-color: #ffffff !important;
}

@media (prefers-color-scheme: dark) {
    :root {
        --background-color: #ffffff !important;
    }
}

html {
    font-family: azoSansMedium;
    color: rgb(79, 79, 79);
    font-size: 12px;
/*    background: url(/assets/PNGs/1x/white.png) repeat center center fixed;*/
}

.tabbedmenu::-webkit-scrollbar {
    display: none;
}

.tabbedmenu {
    scrollbar-width: none;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}


body {
    margin: 0;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/assets/PNGs/1x/whitedotedbackground.png) no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

/*input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}*/

input {
    font-family: azoSansMedium;
    color: rgb(79, 79, 79);
    font-size: 12px;
}

.tugafamilyimagegallery {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 750px;
    height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tugafamilyImage {
    background-size: cover;
    background-position: center;
    height: 355px;
}

.tugafamilyimagegallery img {
    max-width: 100%;
}

.tugaquestbackbutton {
    z-index: 1;
    height: 80px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tugaquestbackbutton img {
        height: 25px;
        width: 14px;
        max-height: 100%;
    }

.tugafamilybackcontainer {
    display: flex;
    align-items: center;
    flex-flow: row;
    position: absolute;
    /* height: 60px; */
    /* width: 87%; */
    /* margin-left: 6.5%; */
    /* margin-top: 8px; */
    top: 0%;
}

.sections {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-self: flex-end;
}

.section {
    width: 7px;
    height: 7px;
    border: 1px solid rgb(79,79,79);
    margin: 2px;
}

.selectedSection{
    background-color: rgb(79,79,79);
}

.unselectedSection {
    background-color: none;
}

.othertext {
    margin: auto;
    margin-top: 25px;
    text-align: left;
    font-size: 11px;
    width: 86%;
    line-height: 16px;
}

.othertext2 {
    margin: auto;
 /*   margin-top: 25px;*/
    font-size: 12px;
    width: 86%;
    text-align: left;
    font-style: italic;
    line-height: 16px;
}

.tugafamilyimagegallery img{
        max-width: 100%;
}

.header {
    position: absolute;
    height: 75px;
    left: 30px;
    width: 87%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-flow: row;
}

.backbutton {
    position: absolute;
    top: 27px;
    left: 28px;
    z-index: 1;
    height: 25px;
}

    .backbutton img {
        max-height: 100%;
    }

.titleholder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 87%;
    margin: auto;
    position: relative;
}

    .titleholder p {
        font-family: azoSansBlack;
        color: rgb(79, 79, 79);
        text-align: start;
        font-size: 30px;
        margin: 0px;
    }

.title {
    top: 20px;
    font-family: azoSansBlack;
    color: rgb(79, 79, 79);
    text-align: start;
    font-size: 30px;
    width: 87%;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
}

.onetitle {
    width: 87%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
}

.oneimg {
    width: 87%;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: 5%;
}

.oneparagraph {
    width: 87%;
    margin: auto;
    margin-top: 8%;
    max-width: 300px;
}

.bulletcont {
    width: 87%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
}

    .bulletcont p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.tugabuttoncont {
    display: flex;
    margin-top: 15%;
}

.launchtuga {
    height: 20px;
    width: 20px;
    padding-right: 15px;
    margin-top: 5px;
}

.sendtuga {
    height: 20px;
    width: 20px;
    padding-right: 20px;
    margin-top: 5px;
}

.selectedImg {
    border: 2px solid rgb(79,79,79);
    border-radius: 4px;
    padding: 3px !important;
}

/*.imagegallery {
    display: flex;
    width: 87%;
    margin: auto;
    margin-top: 25px;
    column-gap: 15px;*/
    /* row-gap: 15px; */
    /*justify-content: space-evenly;*/
    /*flex-direction: row;
    flex-wrap: wrap;
}*/

.imagegallery {
    width: 87%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, max-content));
    grid-gap: 15px;
    justify-content: start;
    padding: initial;
    margin-top: 25px;
}

/*    .imagegallery img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }*/

    .imagegallery img {
        width: 60px;
        height: 60px;
        list-style-type: none;
        padding: 5px;
    }

.imageViewer {
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    max-width: 750px;
    z-index: 99999;
}

.closeimageviewer {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    margin-top: 25px;
}

.closeimageviewer img{
    height: 25px;
}

.imageviewercontrols {
    display: flex;
    width: 100%;
    max-width: 750px;
    justify-content: space-between;
    flex-direction: row;
    position: absolute;
    bottom: 50px;
}

.previousimg {
    height: 30px;
    padding-left: 5%;
}

.nextimg {
    padding-right: 5%;
    height: 30px;
}

.tugabuttons {
    display: flex;
    flex-flow: column;
    position: relative;
    margin-top: 50px;
}

    .tugabuttons input {
        margin-bottom: 15px;
    }

.tugabutton3 {
    height: 25px;
    width: 100px;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 7px;
    line-height: 25px;
}

.tugabutton {
    height: 30px;
    width: 100px;
    margin: auto;
    background-color: white;
    border: 1.5px solid #909090;
    border-radius: 7px;
    font-family: azoSansRegular;
    color: #909090;
    font-size: 13px;
    font-weight: bold;
}

.tabbedmenu {
    width: 87%;
    margin: auto;
    margin-top: 20px;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 5px;
    overflow-y: hidden;
    white-space: nowrap;
    font-family: azoSansMedium;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
/*    justify-content: space-around;*/
}

    .tabbedmenu span {
        height: 25px;
        display: inline-block;
        padding-left: 4px;
        padding-right: 4px;
        line-height: 29px;
        text-align-last: center;
        flex-grow: 1;
    }

.selectedtabbutton {
    background-color: rgb(79, 79, 79);
    border-radius: 4px;
    color: white;
}

.unselectedtabbutton {
}

.selectedtab {
    display: initial;
}

.unselectedtab {
    display: none;
}

/*Responsive Footer Section*/

app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pagewrapper {
    width: 100%;
    max-width: 750px;
    flex: 1 0 auto;
}

.mediagalerycontrols {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.arrowcontainer {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}
.mediagalerycontrols .arrows {
    width: 25px;
    height: 25px;
}

.copyright {
    font-family: azoSansRegular;
    color: rgb(203, 203, 203);
    font-size: 7px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.scrollnews {
    margin-top: 25px;
    height: 0px;
    overflow: auto;
}

@media (max-width: 360px) {
    app {
        align-items: initial;
    }

    #app {
        align-items: initial;
    }
}/*End Responsive Footer Section*/
@media (max-height: 760px) {
    .tugafamilyimagegallery {
        height: 320px;
    }
    .tugafamilyImage {
        height: 320px;
    }
}

@media (max-height: 650px) {
    .tugafamilyimagegallery {
        height: 300px;
    }
    .tugafamilyImage {
        height: 300px;
    }
}

@media (max-height: 600px) {
    .tugafamilyimagegallery {
        height: 250px;
    }
    .tugafamilyImage {
        height: 250px;
    }
}