body{
    background-color: #f3f1e3;
}

h5 {
    margin-top: 5%;
    margin-left: 10%;
    font-family: gravesend-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgb(51, 51, 51);
}

#backgroundImage{
    pointer-events:none;
    z-index: -1;
    top: 0%;
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: url("../Sources/UI/Bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#backbutton {
    background-image: url("../Sources/UI/back.svg");
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    display: none;
    top: 35px;
    right: 5%;
    position: fixed;
}
  header{
    display: flex;
    background: linear-gradient(180deg, rgba(240, 238, 228,0.7) 0%, rgba(240, 238, 228,0) 100%);
    position: fixed;
    margin: 0px;
    height: 120px;
    width: 100%;
    top: 0;
    padding: 0px;
    z-index: 10;
}

#logo {
    background-image: url("../Sources/UI/logo_oscuro.svg");
    background-repeat: no-repeat;
    height: 80px;
    width: 50px;
    display: block;
    top: 20px;
    left: 30px;
    position: fixed;
  }

#MuralName {
    border-left: 1px solid;
    border-color: rgb(76, 75, 72);
    background-position: left;
    align-items: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 40%;
    display: block;
    top: 20px;
    left: 90px;
    position: fixed;
}

#containerUI{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
}
#containerUI button {
    border-color: black;
    
}

path{
    fill: black;
}

.webvr-ui-title{
    color: black;
}

#Instructions {
    pointer-events:none;
    bottom: 10%;
    background-image: url("../Sources/UI/rotar.png");
    background-size:60%;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width:100%;
}

#MuralSelected {
    pointer-events:none;
    display: none;
    top: 0;
    position:fixed;
    background-image: url("../Sources/UI/rotar.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#clickAr {
    pointer-events:all;
    display: none;
    bottom: 10%;
    background-image: url("../Sources/UI/AR.png");
    background-size:60%;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width:100%;
}
#overdiv {
    position:  fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: flex-end;
    align-content: flex-end;
    flex-direction: row;
    justify-content: center;
  }