@font-face { font-family: Caudex; src: url('./Caudex-Regular.ttf'); }

body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*width: 1024px;
    height: 768px;*/
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#top {
    z-index: 400;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url('./Toit.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#topFrame {
    z-index: 400;
    position: absolute;
    width: 100%;
    height: 100%;
}
#n0 {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
}
#n1 {
    z-index: 150;
    position: absolute;
    width: 100%;
    height: 100%;
}
#n2 {
    z-index: 150;
    position: absolute;
    width: 100%;
    height: 100%;
}
#n3 {
    z-index: 200;
    position: absolute;
    width: 100%;
    height: 100%;
}
#n4 {
    z-index: 250;
    position: absolute;
    width: 100%;
    height: 100%;
}
#n5 {
    z-index: 300;
    position: absolute;
    width: 100%;
    height: 100%;
}

#n6 {
    z-index: 300;
    position: absolute;
    width: 100%;
    height: 100%;
}

#n7 {
    z-index: 350;
    position: absolute;
    width: 100%;
    height: 100%;
}


a{
	cursor: pointer;
}

.dropdown-menu {
	    /* left: 50%; */
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
    #menu-low{
        font-family: Arial, sans-serif;
        display:initial;
        position: absolute;
        z-index: 600;
        opacity: 0.8;
        align-content: right;
        width: 264px;
        right: calc(50% - 132px);
        top: -257px;
    }
    #menu-low .dropdown-menu{
        margin-left:87px !important;
    }
    #menu{
        display:none;
    }
}
@media (min-width: 768px) {
    #menu-low{
        display:none;
    }
    #menu{
        font-family: Arial, sans-serif;
        display:initial;
        position: absolute;
        z-index: 600;
        opacity: 0.8;
        align-content: right;
        width: 548px;
        right: calc(50% - 300px);
        top: -52px;
    }
}
#rangeContainer {
    position: absolute;
    z-index: 1010;
    top: 25%;
    bottom: 25%;
    right: 0;
    margin-right: 15px;
}
.h100 {
    height: 100%;
}
.range__handleColor {
    background: #1b4283 !important;
    border: 1px solid #1b4283 !important;
}
.range__fillColor {
    background: #538ed1 !important;
}
input[type=range].vVertical {
    -webkit-appearance: none;
    background-color: white;
    width: 400px;
    height: 7px;
    margin-left: -160px;
    margin-top: 336px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 0;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #1b4283;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none;
    background-color: #1b4283;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}


