@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;
}

@font-face {
    font-family: ThinkBig;
    src: url(/assets/FONT/Think Big.ttf) format('truetype');
    font-weight: normal;
}


html {
    font-family: azoSansRegular;
    font-size: 10px;
}

body {
    margin: 0px;
}

.tugafamilyimagegallery {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 750px;
    background-size: cover;
    background-position: center;
    height: 355px;
}

.tugafamilyimagegallery img {
    max-width: 100%;
}

.tugaquestbackbutton {
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}

.tugafamilybackcontainer {
    height: 60px;
    /* width: 87%;*/
    margin: auto;
    display: flex;
    align-items: center;
    flex-flow: row;
}

.tugaquestbackbutton img {
    max-height: 100%;
    height: 25px;
    width: 14px;
    margin-top: 20px;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background: url(/assets/PNGs/1x/mytugabackground.jpg) no-repeat center center fixed;
    background-size: cover;
    z-index: -1;
}

input,
textarea,
button,
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;
}

.header {
    height: 60px;
    /* width: 87%;*/
    margin: auto;
    display: flex;
    align-items: center;
    flex-flow: row;
}

.backbutton {
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}

    .backbutton img {
        max-height: 100%;
        height: 25px;
        width: 14px;
        margin-top: 20px;
    }

.title {
    top: 10px;
    font-family: azoSansBlack;
    color: white;
    text-align: start;
    font-size: 30px;
    width: 87%;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
}

.titleReview {
    top: 10px;
    font-family: azoSansBlack;
    color: rgb(79, 79, 79);
    text-align: start;
    font-size: 30px;
    width: 87%;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
}

.mytugatext {
    position: relative;
    font-family: azoSansMedium;
    top: 25%;
    margin: auto;
    margin-top: 40%;
    font-size: 12px;
    width: 86%;
}

.othertext {
    margin: auto;
    margin-top: 10%;
    text-align: left;
    font-size: 10px;
    width: 86%;
    line-height: 15px;
}

.readarticle {
    display: flex;
    margin-top: 25%;
}

.tugabutton {
    height: 25px;
    width: 75px;
    margin: auto;
    background-color: white;
    font-family: azoSansMedium;
    font-size: 10px;
    color: rgb(79, 79, 79);
    border: 1px solid white;
    font-weight: bold;
    border-radius: 4px;
    /*line-height: 23px;*/
}

.tugabutton2 {
    height: 30px;
    width: 100px;
    background-color: white;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 7px;
    /*line-height: 28px;*/
}

.tugabutton3 {
    height: 30px;
    width: 130px;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 7px;
    line-height: 28px;
}

.submitchanges {
    position: relative;
    margin: auto;
    width: 86%;
    display: flex;
    flex: 2 0 auto;
}

.tugabutton4 {
    height: 26px;
    width: 130px;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 7px;
    line-height: 25px;
}

#questheader {
    position: relative;
    margin: auto;
    flex-direction: column;
    font-size: 20px;
    font-family: azoSansBlack;
}

.titleholder {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    font-size: 20px;
    font-family: azoSansBlack;
}

.blocker {
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    place-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
}

.loadingtext {
    margin-top: 25px;
    font-family: azoSansThin;
    font-style: italic;
    color: white;
    font-size: 12px;
}

.spinnercont {
    height: 55px;
    width: 55px;
}

.spinnercont img {
    margin: auto;
    text-align: center;
    display: block;
}

.spincenter {
    position: relative;
    height: 54px;
    width: 54px;
}

.spin {
    position: relative;
    top: -55px;
    height: 56px;
    width: 56px;
    animation: spin 1.2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.launchtuga {
    height: 20px;
    width: 20px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.sendtuga {
    height: 20px;
    width: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.questExtensions {
    position: relative;
    margin: auto;
    font-size: 14px;
    margin-top: 20px;
}

.questExtensions b {
    font-family: azoSansBlack;
}

.tugatype {
    font-size: 33px;
}

#questnum {
    align-self: flex-end;
    font-size: 11px;
    display: flex;
}

#questnum p {
    border: 1px solid rgb(79, 79, 79);
    padding: 2px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
}

.num1 {
    color: white;
    background-color: rgb(79, 79, 79);
}

.num2 {
    margin-left: 5px;
}

#question {
    position: relative;
    margin: auto;
    margin-top: 40px;
    font-size: 12px;
}

#buttonholder1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    margin-top: 40px;
    font-size: 14px;
    width: 86%;
}

#buttonholder2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    margin-top: 25px;
    font-size: 14px;
    width: 86%;
}

#questioncontrol {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    margin-top: 50px;
    font-size: 14px;
    width: 86%;
    height: 30px;
}

#questioncontrol img {
    max-height: 100%;
    padding-right: 17px;
    padding-left: 17px;
}

#colors {
    margin-top: 40px;
}

#colorholder {
    /*display: grid;
    grid-template-columns: repeat(5, minmax(30px, max-content));
    row-gap: 10px;
    padding: initial;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin: auto;*/
    /*top: 130px;*/
    /*font-size: 14px;
    width: 70%;*/
    display: flex;
    padding: initial;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin: auto;
    /* top: 130px; */
    font-size: 14px;
    width: 70%;
}

#colorholder img {
    height: 30px;
    width: 30px;
}

#buttonholder1 input:first-child {
    margin-right: 25px;
}

#tugaimage {
    position: relative;
    top: 50px;
    width: 86%;
    display: block;
    margin: auto;
}

.tugabuttons {
    display: flex;
    flex-flow: column;
    position: relative;
    margin-top: 50px;
}

.tugabuttons input {
    margin-bottom: 15px;
}

#ExtensionHolder {
    width: 86%;
    margin: auto;
}

.Extension {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

.extensionText {
    width: 110px;
    font-size: 14px;
}

.extensionSelect {
    border-radius: 4px;
    font-family: 'azoSansMedium';
    font-size: 11px;
    color: rgb(79, 79, 79);
    padding: 5px 0px 5px 0px;
    width: 90px;
    text-align: center;
 /*   -webkit-appearance: auto;
    -webkit-appearance: auto !important;*/
}

.scrollnews {
    margin-top: 25px;
    height: 525px;
    overflow: auto;
}


/*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%;
}

#questheadertitle {
    font-family: azoSansBlack;
    color: rgb(79, 79, 79);
    text-align: start;
    font-size: 30px;
    margin: 0;
    margin-top: 25px;
}

.pagewrapper {
    width: 100%;
    max-width: 750px;
    flex: 1 0 auto;
}

.copyright {
    font-family: azoSansRegular;
    color: rgb(203, 203, 203);
    font-size: 7px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 360px) {
    app {
        align-items: initial;
    }
    #app {
        align-items: initial;
    }
}


/*End Responsive Footer Section*/

@media (max-height: 760px) {
    .tugafamilyimagegallery {
        height: 320px;
    }
}

@media (max-height: 650px) {
    .tugafamilyimagegallery {
        height: 300px;
    }
}

@media (max-height: 600px) {
    .tugafamilyimagegallery {
        height: 250px;
    }
    #question {
        margin-top: 25px;
    }
    .tugabuttons {
        margin-top: 25px;
    }
    #buttonholder1 {
        margin-top: 35px;
    }
    #colors {
        margin-top: 35px;
    }
}