@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;
}

html {
    font-family: azoSansMedium;
    color: rgb(79, 79, 79);
    font-size: 12px;
}

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: azoSansRegular;
    color: #909090;
    font-size: 16px;
}

.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: rgb(79, 79, 79);
    text-align: start;
    font-size: 30px;
    width: 87%;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
}

.tugalogo {
    height: 115px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.othertext {
    margin: auto;
    margin-top: 30px;
    text-align: left;
    font-size: 12px;
    width: 86%;
}

.arlogo {
    width: 225px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.tabbedmenu {
    width: 87%;
    margin: auto;
    margin-top: 20px;
    height: 25px;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 5px;
    overflow-y: hidden;
    white-space: nowrap;
    font-family: azoSansMedium;
    font-size: 11px;
}

a {
    color: rgb(79, 79, 79);
    text-decoration: none;
    font-weight: bold;
}

.tabbedmenu span {
    height: 25px;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 30px;
}

.selectedtabbutton {
    background-color: rgb(79, 79, 79);
    border: 2px solid rgb(79, 79, 79);
    border-radius: 4px;
    color: white;
}
.otherblock {
    margin: auto;
}

.othertext2 {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 12px;
    width: 86%;
    text-align: right;
}

.scrollnews figure {
    margin: 0px;
}

.scrollnews {
    margin-top: 25px;
    height: 525px;
    overflow: auto;
}

.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;
}

.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) {
    .contentCont {
        overflow-y: scroll;
        height: 250px;
        margin-top: 35px;
    }

/*    .scrollnews {
        height: 475px;
    }*/
}

@media (max-height: 700px) {
    .contentCont {
        overflow-y: scroll;
        height: 200px;
        margin-top: 35px;
    }

/*    .scrollnews {
        height: 425px;
    }*/
}

@media (max-height: 600px) {
    .contentCont {
        overflow-y: scroll;
        height: 135px;
        margin-top: 35px;
    }

/*    .scrollnews {
        height: 325px;
    }*/
}