@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: azoSansRegular;
    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: 25px;
}

    .backbutton img {
        max-height: 100%;
    }

.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;
}

.videocont {
    position: relative;
    top: 30px;
    width: 87%;
    margin: auto;
}

.scrollnews {
    margin-top: 25px;
    height: 525px;
    overflow: auto;
}

#videoplayer {
    position: relative;
    width: 100%;
}

.othertext2 {
    position: relative;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 11px;
    text-align: left;
    font-family: azoSansMedium;
}

.othertext3 {
    position: relative;
    margin: auto;
    font-size: 11px;
    text-align: left;
    font-family: azoSansMedium;
}

.tugalogo{
    height: 50px;
    margin:auto;
    display: block;
    text-align:center;
    margin-top: 40px;
}

.table1 {
    top: 55px;
    position: relative;
    margin: auto;
    width: 87%;
}

.smallplayer1 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.smallplayer2 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.smallplayer {
    width: 100px;
}

.solutiontext {
    margin-top: 5px;
}

/*.pagewrapper {
    max-width: 750px;
    margin: 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%;
}

.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;
    }
}
