@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap');

body {font-family: 'Lato', sans-serif; padding: 0; margin:auto;}
.ggskin {font-family: 'Lato', sans-serif; font-size: 16px;}
.navigationtext {font-family:'Lato', sans-serif;font-size:16px;}

.maincontainer{
    height: calc(100% - 49px);
    position: absolute;
    bottom:0;
    left:0;
}

.topnavcover {
    z-index:11;
    position:absolute;
    background-color: #ffffff;
    height:100%;
    width:100%;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #fff;
    overflow: hidden;
    z-index:10;
    position: absolute;
    width:100%;
    top: 0;
    left: 0;
}

.topnav .logo {
    float: left;
    display:block;
    max-height: 49px;
    padding: 5px 16px 5px 5px;
    box-sizing: border-box;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #000000;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown .dropbtn::after {
    font-family: "Material Symbols Outlined";
    content: '\e5cf';
    width: 100%;
    line-height: 1;
    margin-left: 5px;
}

.dropdown .dropbtn:hover::after {
    color: #fff;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #ffffff;
    min-width: 170px;
    z-index: 10;
    overflow-y: auto;
    max-height: 80vh;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #5e1c69;
    color: #ffffff;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #5e1c695e1c69;
    color: #ffffff;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

.mobilemenu {
    display:none;
}

.material-symbols-outlined {
    font-size: 17px;
    color:#000;
}

.floorplanclose {
    fill: #000000;
    height:30px;
    width:30px;
    cursor: pointer;
    background-color:#ffffff;
    padding:5px;
}

.floorplanclose:hover {
    fill:#5e1c69;
}

.bottomicons {
    fill: #ffffff;
}

.bottomicons:hover {
    fill:#5e1c69;
}

.infoicons {
    fill: #ffffff;
}

.infoicons:hover {
    fill:#5e1c69;
}

.welcomelogo {
    max-width: 210px;
    width:100%;
}

.vi360logo {
    max-width: 108px;
    width:100%;
}

.welcomeheadertext {
    font-size: 18px;
    font-weight:700;
    margin:12px 0px;
}

.welcometext {
    margin: 0px 0px 12px 0px;
}

.welcometextbold {
    font-weight: 700;
    margin: 0px 0px 12px 0px;
}

.welcome_mobile {
    display:none;
}

.info_mobile {
    display:none;
}

.info_close {
    display:block;
    text-align: left;
}

.info_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 12px 0px;
    color: #5e1c69;
}

.vimeo-wrapper {position: fixed; top:0;left: 0;width: 100%;height: 100%;pointer-events: none;overflow: hidden;}
.vimeo-wrapper iframe {width: 100vw;height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */min-height: 100vh;min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.splashlogo img {
    width: 200px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.welcomeblock {
    text-align: center;
}

.welcomeblock h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0 5px 0;
    text-align: center;
    line-height: 1;
}

.description {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

.button-container {
    text-align: center;
    margin: 5px 0 0 0;
}

.button-container span {
    border: 0;
    color: white;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    cursor: pointer;
    background: #6a2875;
}

.button-container span:hover {
    background: #511c59;
    color: #fff;
}

@media (max-width:1024px) {

    .splashlogo img {
        width: 115px;
    }

    .welcomeblock h2 {
        margin: 5px 0 0 0;
        font-size: 27px;
        line-height: 1.3;
    }

    .button-container {
        margin: 5px 0 0;
    }

}

@media screen and (max-width: 840px), (hover: none) and (pointer: coarse) {
.maincontainer {
        height:100%;
    }   

.welcome_desktop {
        display:none;
    }
    
.welcome_mobile {
        display: block;
    }
    
.info_desktop {
    display:none;
    }
    
.info_mobile {
    display:block;
    }

.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
}
    
.topnav a.icon {
    float: right;
    display: block;
    padding: 7px;
}
    
.mobilemenu {
    z-index: 9;
    display:block;
    width: 100%;
    height: calc(100% - 49px);
    background-color:#ffffff;
    color: #000;
    text-align: center;
    font-size: 17px;
    position:absolute;
    transition: 0.5s;
    transform:translate(-100%, 49px);
    overflow-y: auto;
    overflow-x: hidden;
}
    
.mobilemenu a{
    padding: 14px 0px;
    text-decoration: none;
    font-size: 17px;
    color:#000;
    display:block;
}
    
.mobilemenu a:hover {
    background-color: #5e1c695e1c69;
    color: #ffffff;       
}

#nav-icon {
  width: 50px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 14px;
}

#nav-icon span:nth-child(4) {
  top: 28px;
}

#nav-icon.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}
    
.subnav {
	max-height:0;
	overflow: hidden;
     transition:0.5s;
    /*margin-bottom: 8px;*/
}
    
.navsubopen {
    cursor: pointer;
    padding: 14px 0px;
    display: block;
    font-size: 17px;
}

.navsubopen:hover {
    background-color: #5e1c69;
    color: #fff;
}
    
.navsubopen::after {
    font-family: "Material Symbols Outlined";
    content: '\e5cf';
    width: 100%;
    line-height: 1;
    margin-left: 5px;
}

.navsubopen:hover::after {
    color: #fff;
}

.navsubopen.active::after {
    font-family: "Material Symbols Outlined";
    content: '\e5ce';
    width: 100%;
    line-height: 1;
    margin-left: 5px; 
}  
    
.navsubopen.active {
    background-color: #5e1c69;
    color: #fff;   
}    
}