@font-face {
    font-family: barCodeUserName;
    src: url(/assets/LibreBarcode128Text-Regular.ttf);
}


html,
body {
    height: 100%;
    margin: 0;
    hyphens: auto;
}

td {
    vertical-align: bottom;
}

table.links {
    margin-left: auto;
    margin-right: auto;
}

h1 {

    display: inline-block;
    overflow: visible;

    white-space: nowrap;
    text-align: left;
    padding-bottom: 0px;

    font-family: muli, sans-serif;

    font-weight: 700;

    font-style: normal;

    hyphens: auto;

    font-size: 19pt;
    color: rgba(95, 81, 74, 1);
    padding: 10px;
    padding-left: 25px;
    margin: 0px;
    margin-bottom: -15px;

}

.barCodeName {
    font-family: barCodeUserName;
    margin-top: 0px;
    padding: 0px;
    font-size: 40px;
    color: #5F514A;

}

.barCodeNameS {
    font-family: barCodeUserName;
    margin-left: 8px;
    margin-top: 0px;
    padding: 0px;
    font-size: 40px;
    color: #5F514A;

}

.barCodeNameRIGHT {
    font-family: barCodeUserName;
    margin-top: 0px;
    padding: 0px;
    font-size: 40px;
    text-align: right;
    color: #5F514A;
}



.sidepanel {
    height: 205px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
}

.sidepanel a {
    width: 300px;
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 25px;
    font-family: muli;
    color: #5F514A;
    display: block;
}


.sidepanel a:hover {
    transform: rotate(-2deg);
}


.sidepanel .closebtn {
    position: absolute;
    top: 200px;
    left: 0px;
    font-size: 50px;
    font-family: muli;
    margin-left: 0px;
}

.openbtn {
    width: 100%;

    cursor: pointer;
    background-color: transparent;
    text-align: left;
    font-size: 40pt;
    color: #5F514A;
    padding: none;
    padding-left: 8px;
    border: none;
}



.closebtn {
    margin-left: 15px;
    color: white;
    font-family: muli, sans-serif;
    font-weight: bold;
    float: right;
    font-size: 25pt;
    line-height: 10px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: #5F514A;
}



h2 {
    font-family: muli, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25pt;
    margin-left: 10%;
    margin-right: 10%;
    background-color: transparent;
    color: #5F514A;
}

.translatedQuestion {
    text-align: right;
    font-size: 18pt;
    font-weight: lighter;
    margin-bottom: 20px;
}

p {
    color: #5F514A;
    margin-left: 10%;
    margin-bottom: 0px;
    font-family: muli;
    font-size: 18pt;
    margin-right: 10%;
}

p.statement {
    text-align: center;
}

p.questionORIG {
    font-size: max(4vw, 40px);
    font-weight: bold;
    text-align: center;
}

p.name {
    display: block;
    font-family: muli, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25pt;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10%;
}

p.nameRIGHT {
    font-family: muli, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25pt;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 10%;
}

h3 {
    font: inherit;
    color: #5F514A;
}

userName {
    padding-right: 20px;
    text-align: right;
}


input {
    padding: 5px;

    color: #5F514A;

    background-color: white;
    font-family: muli, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25pt;
    border: -5px;
    text-align: center;
    align-content: center;

    width: 59%;
    margin-top: 40px;
    border: 3px solid #C7C7C7;
}

input[type=text] {
    border: 3px solid #C7C7C7;
}

input[type=text]:focus {
    border: 3px solid #C7C7C7;
}


select {
    margin-left: 9.6%;
    margin-top: 5px;
    color: #5F514A;
    padding: none;
    border: none;
    outline: none;
    font-family: muli;
    font-size: 20pt;

    background-color: transparent;

    position: relative;
    cursor: pointer;
    white-space: pre-line;

}

select::-ms-expand {
    display: none;
}

select:hover {
    background-color: #F8E84A;
    /* transform: scale(1.1);*/
    cursor: pointer;
}


button {
    color: #5F514A;
    font-size: 12pt;
    padding: 3px;
    align-content: stretch;
    border: none;
}


.f1 {
    background-image: url("images/Colours_1.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-top: 5%;
    margin-left: -3%;
    height: 200px;
    width: 200px;
    visibility: visible;
    animation: rotation 13s infinite linear;
}

.f2 {
    background-image: url("images/Colours_2.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-top: 5%;
    margin-left: -3%;
    height: 200px;
    width: 200px;
    visibility: visible;
    animation: rotation 13s infinite linear;
}


.f3 {
    background-image: url("images/COLOURS_3.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-top: 5%;
    margin-left: -3%;
    height: 200px;
    width: 200px;
    visibility: visible;
    animation: rotation 13s infinite linear;
}


.f4 {
    background-image: url("images/COLOURS_4.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-top: 5%;
    margin-left: -3%;
    height: 200px;
    width: 200px;
    visibility: visible;
    animation: rotation 13s infinite linear;
}

.f1:hover {
    animation: rotation 3s infinite linear;
    cursor: pointer;
}

.f2:hover {
    animation: rotation 3s infinite linear;
    cursor: pointer;
}

.f3:hover {
    animation: rotation 3s infinite linear;
    cursor: pointer;
}

.f4:hover {
    animation: rotation 3s infinite linear;
    cursor: pointer;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.submit {
    padding: 10px;
    float: left;
    text-align: center;

    font-size: 20pt;
    margin-top: 25px;

    background-color: #F8E84A;
    box-shadow: 5px 5px #C7C7C7;
}

.submit:hover {
    box-shadow: 5px 5px #5F514A;
    cursor: pointer;
}

.btn {

    float: left;
    margin-left: 10%;
    font-size: 20pt;
    padding: 10px;
    border: 1px solid #5F514A;
    background-color: transparent;
    box-shadow: 5px 5px #C7C7C7;
}

.btn:hover {
    background-color: #F8E84A;
    box-shadow: 5px 5px #5F514A;
    cursor: pointer;
}

.seeVis {
    float: center;
    width: 60%;
    padding: 25px;
    text-align: center;
    font-size: 20pt;
    margin-top: 20px;
    background-color: #F8E84A;
    box-shadow: 5px 5px #C7C7C7;
}

.seeVis:hover {
    cursor: pointer;
    box-shadow: 5px 5px #5F514A;
    cursor: pointer;

}

.playScroll {
    float: right;
    width: 85px;
    height: 56px;
    margin-right: 5%;
    margin-left: 10px;
    background-color: transparent;
    background-image: url("images/play_on.png");
}

.playScroll:hover {
    cursor: pointer;
    background-image: url("images/play_hover.png");
}

.playScroll:focus {
    background-image: url("images/play_off.png");
}

.play1 {
    width: 50px;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 0%;
}

a {
    text-decoration: none;
    color: #5F514A;
    cursor: pointer;
}

div.visualization {
    margin: 0;
    display: flex;
    justify-content: center;
}

div.pageTranslation {
    color: #5F514A;
    background-color: transparent;
    margin: 0px;
    display: flex;
    justify-content: left;
    border: none;
}

div.txt1 {
    cursor: cell;
    /* TODO if image smaller*/
}

div.boxInteraction {

    width: 100%;
    height: 400%;
    background: linear-gradient(#F8E84A, #5F514A 81%);
}

h3.boxInt {
    padding-top: 25px;
    font-style: italic;
    font-family: muli;
}


label {
    margin-bottom: 0px;
    color: #5F514A;
    background-color: transparent;
    font-family: muli;
}

label#choose {
    margin-left: 10%;
}

label#user_name_txt {
    font-size: 20pt;
    position: fixed;
    text-align: left;
    padding-bottom: 20px;

}

label#audio {
    margin-right: -5%;
    float: right;
    text-align: right;

}

p.labelTranslation {
    margin-left: 8px;
    /* 26px;*/
    margin-bottom: 0px;
    color: #5F514A;
    background-color: transparent;
    text-align: left;
    font-family: muli;
    font-size: 12pt;
}

.goog-te-gadget-simple {
    border: none;
    font-family: muli;
    color: #5F514A;
    padding-bottom: 45px;
    background-color: transparent;
}

.goog-te-menu-value {
    color: #5F514A;
    white-space: nowrap;
    margin-left: 4px;
    margin-right: 4px;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #5F514A;
}

.goog-te-gadget-icon {
    width: 0px;

}

hr {
    height: 5px;
    background-color: #F8E84A;
    width: 80%;
    border: none;
}

img {
    margin-left: 8px;
    margin-top: 8px;
    vertical-align: baseline;
}

img.logo {
    width: 150px;
    height: 150px;
}

img.photoRight {
    margin-right: 10%;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    float: right;
}

img.photoLeft {
    margin-left: 10%;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    float: left;

}

div.vis_img {
    padding-top: 45px;
    display: flex;
    justify-content: center;
}

audio {
    display: block;
    margin-left: auto;
    margin-right: 10%;
}

h3 {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-family: muli, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40pt;
}



p.swipe {
    margin-top: 50px;
    float: right;
    font-style: italic;
}

.swipeButton {
    background-color: transparent;
    font-family: muli;
    position: absolute;
    right: 10%;
    text-align: right;
    margin-top: 70px;
    margin-bottom: 10px;

}

.swipeButton:hover {
    cursor: pointer;
}

div.div_C_vis {
    text-align: center;
}
