@charset "utf-8";


/* Fonts */

@font-face {
  font-family: BittersweetNF;
  src: url(fonts/BittersweetNF.ttf);
}

/* Body */

body{
    margin: 0px;
    background-color: #b9b9b9;
    overflow-x:hidden;
}

p{
    pointer-events:none;
}

#textthird p {
    opacity: 0.3;    
}

#vid{
    position: fixed;
    pointer-events:none;
    margin-top: -20px;
    z-index: 300;
}

#vid video{
    min-width: 100vw;
    min-height: 100vh;
    opacity: 0.5;
    z-index: 1;
}

#contentcheck {
    min-height: 100vh;
    width: 100vw;
}

#content {
    margin: 20px;
    min-height: calc(100vh - 40px);
    width: calc(100vw - 40px);
}

#menutext {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.7;
    pointer-events:none;
}

#thirdbox{
    min-width: calc(33.33333333% - 10px);
    margin-left:2px;
    margin-right:2px;
    float: left;
    margin-bottom: 10px;
    
}

#thirdbox h1{
    text-align: center;
    font-size: 3vw;
    margin: 0px;
    transition: 1s;
}

#thirdbox h1:hover{
    transform: scale(1.1);
    transition: 0.4s;
}

#blocc {
    height: 75vh;
    min-height: 75vh;
    width: 100%;
    background-color: none;
    position: relative;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

#bloctop{
    height: 66%;
    width: 100%;
    background-color: none;
    position: relative;
    float: left;
    
}

#piccletzsushi {
    width: 100%;
    height: calc(100% - 45px);
    background-color: gray;
    transition: 0.4s;
    margin-top: 20px;
    filter: grayscale(1);
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
}

#piccletzsushi:hover {
    transform: scale(1.02);
    transition: 0.4s;
    filter: grayscale(0); 
}

#textthird {
    width: calc(100%/3);
    height: 100%;
    background-color: none;
    float: left;
    pointer-events:none;
    position: relative;
}

#textthird p {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

#blocbtm {
    height: 34%;
    position: relative;
    float: left;
    
    
}

#pichomelandsblocc {
    height: calc(100% - 20px);
    width: calc(100%/3);
    float: left;
    margin-top: 20px;
    position: relative;
    float: left;
    
}

#pichomelands {
    width: calc(100%);
    background-color: gray;
    height: 100%;
    z-index: -1;
    transition: 0.4s;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-size: cover;
}

#pichomelands:hover {
    transform: scale(1.02);
    transition: 0.4s;
    filter: grayscale(0);
}

#blocchold {
    float: left;
    position:relative;
    min-height: 1px;
}

#btmlength {
    margin: 10px;
    width: 100%;
    height: 10px;
    position: inherit;
    float: left;
}

#blocbtm {
    pointer-events: none;
}