@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

*{ margin: 0;padding: 0;}

html, body{
    height: 100%;
}

body{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    overflow: hidden;
}
.logo {
    display: block;
    height: 120px;
    margin: 0px 40px 0 auto;
    opacity: .7;
    width: 180px;
    z-index: 100;
}

.logo img {
    height: 100%;
    width: auto;
}

nav {
    color: white;
    display: flex;
    font-size: 2.5rem;
    height: 100%;
    margin: 40px auto 0px;
    text-align: center;
    text-decoration: underline;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}

.u-hover--sparkle {
 
  box-sizing: border-box;
  position: relative;
  padding: 0.65em;
}
.u-hover--sparkle::before,
.u-hover--sparkle::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
}

.u-hover--sparkle::before {
    border-top: 0.1em solid #fff;
    border-bottom: 0.1em solid #fff;
    transform: scale3d(0,1,1);
}

.u-hover--sparkle::after {
    border-left: 0.1em solid #fff;
    border-right: 0.1em solid #fff;
    transform: scale3d(1,0,1);
}

.u-hover--sparkle:hover::before,
.u-hover--sparkle:hover::after {
    transform: scale3d(1,1,1);
    transition: transform 900ms;
}
.floor {
    border: 20px solid white;
}
.floor .text { 
    color: white; font-size: 40px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.floor-1 { 
    background: url('../imgs/mauzyMedia-bg.jpg');
    background-size: cover;
    background-position: center;
}
.floor-1:before {
    background: rgba(0,0,0,0.4);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}
.floor-2 { 
    background-image: url('../imgs/back_video.jpeg');
    background-size: cover;
    background-position: center;
}
.floor-5 { 
    background-image: url('../imgs/back_digital.webp');
    background-size: cover;
    background-position: center;
}
.floor-2{background-color: #71B5E5;}.floor-3{background: #B3CE4A;}
.floor-4{ background-color: #1e1e1e;}
.floor-5{ background-color: #c2c2c2;}
.floor-6{ background-color: #E7DFBF;}
.floor-7{ background-color: #CA9E67;}
.floor-8{ background-color: #4fade3;}
ul { list-style: none;}
.links-to-floor {
    display: flex;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all 1 ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    z-index: 10;
}
.links-to-floor a {
    align-items: center;
    color: #777;
    background:rgba(150,150,150,.3);
    border-radius:3px;
    box-shadow: 2px 0 6px rgba(1,1,1,.5);
    display: flex;
    height: 75px;
    justify-content: center;
    margin-left: 12px;
    padding: 10px;
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    width: 75px;
}
.links-to-floor a:hover {
    border-radius:6px;
    box-shadow: 4px 0 8px rgba(1,1,1,.5);
    cursor:pointer; 
    background:#fefefe;
}
.links-to-floor li a:hover svg {
    fill: #999;
}
.links-to-floor li {
    height: 100%;
    width: 100%;
}
.links-to-floor li svg {
    fill: white;
    height: 100%;
    width: auto;
}
.prev-next-links{ position: absolute;top: 20px;right: 20px;}
.direction-links li a{ border-radius: 0;}
.up { position: absolute;bottom: 75px;right: 50px;}
.down { position: absolute;bottom: 25px;right: 50px;}
.left { position: absolute;bottom: 50px;right: 60px;}
.right { position: absolute;bottom: 50px;right: 32px;}
.selected a{ color: white;background:#4fade3;}
.selected a:hover{ color: white;background:#4fade3;}

.home {
    position: relative;
    z-index: 5;
}
.home ul {
    display: flex;
    flex-direction: column;
    margin: 30px;
    width: auto;
}
.home li {
    color: white;
    cursor: pointer;
    font-size: 25px;
    margin: 0 auto 0 0;
    text-shadow: 1px 3px 5px black;
}

.pageClip {
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    top: 0;
    left: 0;
}

svg {
    pointer-events:none;
}

.title {
    color: white;
    font-size: 2.5rem;
    margin: 40px auto 50px;
    text-align: center;
    text-decoration: underline;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}

.grid-sizer, .grid-item { width: 24%; border-radius: 15px; margin-bottom: 5px; overflow: hidden; }
.grid-item--width2 { width: 48%; }
.grid-item--width3 { width: 72%; }

.grid-item a {
    display: flex;
}

.grid-item > a img{
    width: 100%;
}

.container.is-fluid {
    margin: 0;
    padding: 15px;
}

.contactVid .links-to-floor {
    left: 20px;
    right: 85%;
}

#form {
    background: #04080A;
    height: calc(100%);
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#form h1.title {
    margin: auto;
    padding: 20px;
}

#form .columns {
    align-items: center;
    height: 80%;
}

#form .columns .column {
    height: 50%;
    padding: 10px 40px;
}

#form .columns .column img {
    border-radius: 220px;
    margin: 80px 0;
    max-height: 200px;
}

#form .columns .column h2 {
    font-size: 1.8rem;
}

.is-selected video {
    display: block!important;
    max-height: 500px;
}

#designs .card {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
}

.card a {
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.content-overlay {
    align-items: center;
    background: rgba(0,0,0,.6);
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    width: 100%;
}

.card:hover .content-overlay {
    opacity: 1;
}

.content-overlay h3 {
    color: white;
    font-size: 2em;
    text-shadow: 1px 1px 3px #00000073;
}

.fancybox__content {
    background: #ffffff30!important;
    border-radius: 40px;
}

@media (max-width: 1024px) {
    .title {
        font-size: 2em;
        text-align: left;
        padding-left: 30px;
        margin: 20px 20px;
    }
    .logo {
        height: 70px;
        margin-right: 0px;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    nav {
        margin-right: -10px;
        margin-top: 20px;
    }
    .logo {
        margin-top: 10px;
    }
    .section {
        height: calc(100% - 140px);
        overflow: auto;
    }
    .links-to-floor {
        align-items: flex-end;
        left: 0;
        right: 0;
        padding: 10px 20px;
        width: 100%;
    }
    .links-to-floor a {
        height: 45px;
        padding: 5px 5px;
        width: 55px;
    }
    .contactVid .links-to-floor {
        left: 0;
    }
    .contactVid .links-to-floor a {
        margin: auto;
    }

    h1.title {
        font-size: 1.6rem;
        padding: 20px 110px 20px 10px;
    }

    .contactVid #form {
        overflow: hidden;
    }

    .is-selected video {
        max-height: 100%;
    }
}