html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
h1, h4 {
    font: 24px Arial, Helvetica, sans-serif;
    color: #25577e;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.startup-text {
    animation: blinker 1s linear infinite;
}
h2 {
    font: 16px Arial, Helvetica, sans-serif;
    color: #25577e;
    font-weight: bold;
    padding-top: 6px;
}
h3 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #25577e;
    font-weight: bold;
    padding-top: 6px;
}
p {
    font: 12px Arial, Helvetica, sans-serif;
    color: #25577e;
    font-weight: normal;
    padding-top: 6px;
}
#WebGL-output {
    width: 100%;
    height: 100%;
    min-width: 640px;
    min-height: 360px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#canvasexample {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #003366;
}
#container {
    position: fixed;
    background: #99ccff;
    background-color: transparent;
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
    height: 8%; 
    display: table;
    z-index: 1;
}
#effect_container {
    position: fixed;
    background: #99ccff;
    background-color: transparent;
    width: 50%;
    height: 8%; 
    display: table;
    z-index: 1;
}
#camycasalogo {
    position: fixed;
    padding-top: 10px;
    width: 100%;
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 20%; /* Full width (cover the whole page) */
    height: 4%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent; /* Black background with opacity */
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
}
.curtainoverlay, .wateroverlay, .cameraoverlay, .groundoverlay, .galeryoverlay, .textoverlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(211, 211, 211, 0.781);
    overflow-x: hidden;
    transition: 0.5s;
}
.lightoverlay, .animoverlay, .fireoverlay, .shadowoverlay  {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(211,211,211, 0.0);
    overflow-x: hidden;
    transition: 0.5s;
}
#scetchoverlay {
    display: none; 
    text-align: center;
    width: 100%;
    height: 100%; 
    background-color: rgba(211, 211, 211, 0.781); 
    z-index: 2;
}
.label_input {
    font-family : Verdana, Arial, sans-serif;
}
input[type="text"], textarea {
    font-family : Verdana, Arial, sans-serif;
    width: 40%;
}
input[type="text"]:focus, textarea:focus {
    color : #009;
    border : 1px solid #990000;
    background-color : #ffff99;
    font-family : Verdana, Arial, sans-serif;
    width: 40%;
}
.btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_menu {
    height: 60px;
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_lang {
    width: 80px;
    height: 60px;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0);
}
.btn_ctl {
    margin-left:30px; 
    width:15%;
    height:80px;
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 0px 0px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_ctl2 {
    margin-left:30px; 
    width:10%;
    height:80px;
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 0px 0px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_m {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}
.btn_edit {
    border: 2px solid blue;
    color: black;
    background-color: #2859c4;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_delete {
    border: 2px solid #5c1010;
    color: black;
    background-color: red;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_light {
    border: 2px solid gray;
    color: black;
    background-color: rgb(219, 217, 217);
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.btn_close {
    width: 20%;
    border: 2px solid gray;
    color: gray;
    background-color: blue;
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}
.btn_new {
    width: 20%;
    border: 2px solid gray;
    color: gray;
    background-color: rgb(255, 153, 0);
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}
.btn_store {
    width: 20%;
    border: 2px solid gray;
    color: gray;
    background-color: rgb(0, 255, 13);
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}
.btn_link {
    width: 100px;
    border: 2px solid gray;
    color: gray;
    background-color: rgb(255, 153, 0);
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transform: rotate(-90deg);
    transform-origin: center bottom;
}
.btn_info {
    width: 100px;
    border: 2px solid gray;
    color: gray;
    background-color: rgb(0, 255, 13);
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transform: rotate(-90deg);
    transform-origin: center bottom;
}
.btn_screen {
    width: 80px;
    height: 80px;
}
.btn_flag {
    width:60px;
    height:40px;
}
.btn_pos {
    background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
    border-radius: 20px;
    width: 200px;
    height: 60px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0 1.6rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.btn_pos:hover {
box-shadow: rgba(80, 63, 205, 0.774) 0 1px 30px;
transition-duration: .1s;
}    
.right_control {
    padding: 0px;
    padding-top: 50px;
    height:60px;
    display:table;
    position:absolute;
    top:0x;
    right:100px;
}
.position_menu_control {
    padding-top: 20px;
    position:absolute;
    top:0x;
    right:100px;
}
.boxes {
    padding-top:1px;
    padding-bottom:1px;
}
.h4table {
    padding-top:0px; 
    padding-bottom:0px;
}
/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 80%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.sliders {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.sliders:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .sliders {
    background-color: #2196F3;
}
input:focus + .sliders {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .sliders:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.sliders.round {
    border-radius: 34px;
}
.sliders.round:before {
    border-radius: 50%;
}
div.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 7;
}
.fixed2 {
    position: fixed;
    bottom: 5px;
    right: 60px;
    text-align: center;
    z-index: 8;
}
.fixed3 {
    position: fixed;
    top: 60px;
    right: -40px;
    text-align: center;
    z-index: 9;
}
.fixed4 {
    position: fixed;
    top: 160px;
    right: -40px;
    text-align: center;
    z-index: 9;
}


@keyframes blinker {
    50% {
      opacity: 0;
    }
}

@media (max-width:768px) or (max-height:384px) {
    h1, h4 {
        font: 12px Arial, Helvetica, sans-serif;
        color: #25577e;
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    h2 {
        font: 12px Arial, Helvetica, sans-serif;
        color: #25577e;
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .btn {
        border: 1px solid gray;
        color: gray;
        background-color: white;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: bold;
    }
    .btn_ctl {
        margin-left:30px; 
        width:15%;
        height:36px;
        border: 1px solid gray;
        color: gray;
        background-color: white;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: bold;
    }
    .btn_ctl2 {
        margin-left:10px; 
        width:10%;
        height:40px;
        border: 2px solid gray;
        color: gray;
        background-color: white;
        padding: 0px 0px;
        border-radius: 4px;
    }
    .btn_screen {
        width: 50px;
        height: 50px;
    }
    .btn_menu {
        height: 30px;
        border: 2px solid gray;
        color: gray;
        background-color: white;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: bold;
    }
    .btn_lang {
        width: 45px;
        height: 30px;
        color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        border: rgba(255, 255, 255, 0);
    }
    .btn_flag {
        width:40px;
        height:20px;
    }
    .btn_pos {
        width: 45px;
        height: 30px;
        font-size: 10px;
    }
    .right_control {
        right:40px;
        height:40px;
    }
    .position_menu_control {
        padding-top: 10px;
        right:20px;
    }
    .fixed2 {
        bottom: 3px;
        right: 10px;
    }
}