@font-face {
    font-family: RubinNTLG;
    src: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/FOT-RodinNTLG%20Pro%20DB.otf);
}
#overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .05;
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/Misc/noise.png);
    background-blend-mode: screen;
    background-color: #006699;
    pointer-events: none !important;
}
.coverlayer {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(29, 34, 66, 0.3); /* Black background with opacity */
    z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    pointer-events: none;
}
body {
    background-color: #000000
}
p {
    font-family: 'RubinNTLG';
    color: white;
    text-align: center;
}
#everything {
    height: 177mm;
    width: 164mm;
    margin: auto;
    margin-top: 50px;
}
#foreground {
    position: absolute;
    pointer-events: none !important;
    opacity: 1;
    z-index: 5;
    width: 620px;
    height: 669px;
}
#light {
    height: 10px;
    width: 10px;
    background: linear-gradient(0deg,rgba(29, 34, 66, 1) 0%, rgba(6, 8, 30, 1) 100%);
    border-radius: 3px;
    position: relative;
    top: 365px;
    left: 567px;
    z-index: 10;
}
#homebutton {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/QJ21064_SitePage_OCIsland_HomeButton.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 6;
    height: 27px;
    width: 42.5px;
    position: relative;
    top: 642px;
    left: 289px;
    border-radius: 45%
}
#topscreen {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Top/QJ21064_SitePage_OCIsland_Top_BG.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: black;
    height: 240px;
    width: 400px;
    margin: auto;
    position: relative;
    top: 62.45px;
    overflow: hidden;
}
#bottomscreen {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Bottom/QJ21064_SitePage_OCIsland_Bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -5px;
    background-size: 110%;
    background-color: black;
    height: 240px;
    width: 320px;
    margin: auto;
    position: relative;
    top: 130.12px;
    overflow: hidden;
    display: flex;
    /*flex-direction: column-reverse;*/
}
#apartments {
    height: 140px;
    width: 320px;
    margin: 0px auto
}
.apt-row {
    height: 35px;
    display: flex;
}
.apt--empty {
    height: 35px;
    width: 40px;
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Bottom/QJ21064_SitePage_OCIsland_Apt-Empty.png);
    background-size: contain;
}
.apt--empty:hover {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Bottom/QJ21064_SitePage_OCIsland_Apt-Empty-Select.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.apt--full {
    height: 35px;
    width: 40px;
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Bottom/QJ21064_SitePage_OCIsland_Apt-In.png);
    background-size: contain;
}
.apt--full:hover {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Bottom/QJ21064_SitePage_OCIsland_Apt-In-Select.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.entry {
    margin-left: 128px;
}
.entry--number {
    background: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/OCIsland/Top/QJ21064_SitePage_OCIsland_Top_AptTag.png);
    background-size: contain;
    height: 24px;
    width: 148px;
    margin-top: 40px;
    margin-left: -2px;
}
p.entry--number-text {
    color: black;
    font-size: 14px;
    position: relative;
    top: -2px
}
.entry--name {
    color: black;
    text-align: center;
    font-size: 14px;
    position: relative;
    top: -15px
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ----    TAB STUFF    ----
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.tab-content {
    display: none;
    height: 240px;
    width: 400px;
}
.tab-content.active {
    display:flex
}
.center {
    margin: auto;
    height: 750px;
    color: #660066;
}