* {
    font-family: Ubuntu, Cantarell, Arimo, sans-serif;
    font-weight:400;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('./ubuntu.woff2') format('woff2');
}

.ui-mobile-viewport, .ui-page {
    background: url(./background.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position-x: 50%;
    background-position-y: 50%;
}


.ui-dialog-contain .ui-content {
    background: white !important;
}

#page-main-thumbnail-viewport {
    background-color: rgba(255, 255, 255, 0.3)
    /* background-color: rgba(255, 255, 255, 0.0); */
}

#page-main-thumbnail-viewport {
    border: 0px;
}

#page-main .ui-header {
    background-color: rgba(255, 255, 255, 0.0) !important; 
}

.ui-footer {
    padding-left: 10px;;
    border-color: rgba(255, 255, 255, 0.0) !important;
    background-color:rgba(255, 255, 255, 0.0) !important;   
}

#main-navbar-action .ui-btn {
    border-color: rgba(128, 128, 128, 0.2) !important;
    /* background-color: rgba(255, 255, 255, 0.95) !important; */
}

.ui-page:before-DISABLED {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 10px 59px !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background: rgba(242, 142, 54, 0.1);
    background-image: url(./almende-logo.png) !important;
}
