html,body {
  margin: 0;
  padding: 0;
  width:100%;
  height: 100%;
    cursor: auto;
    -webkit-font-smoothing: antialiased;
}

body {
    display: inline;
    font-family: "Recta-Regular", Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    justify-content:center;
    background-color: #000;
    margin:0px;
}


/* unvisited link */
a:link {
    color: #fff;
    text-decoration: underline;
}

/* visited link */
a:visited {
    color: #fff;
    text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #aaa;
    text-decoration: underline;

}







@media (max-width: 700px) {
  #wrapper {
    flex-direction: column;
    width: 100vw !important;
  }
    #column-one,
    #column-two,
    #column-three,
    #column-four {
    width: 90% !important;
    border-right: 0px solid #FFF !important;
    border-top: 1px solid #FFF !important;
    padding:5% !important;
        text-align: center;
  }
}








 #wrapper {
    flex-direction: column;
    width: 100% !important;
  }
    #column-one {
    width: 92% !important;
    border-right: 0px solid #FFF !important;
    border-top: 0px solid #FFF !important;
    padding:20px;
    font-size: 40px; 
    line-height: 40px;
        letter-spacing: 3px;
        padding-top: 50px !important;
  }

#column-two {
    width: 92% !important;
    border-right: 0px solid #000 !important;
    border-top: 0px solid #FFF !important;
    padding:20px !important;
  }

#column-three,
    #column-four {
    width: 92% !important;
    border-right: 0px solid #000 !important;
    border-top: 0px solid #FFF !important;
    padding:20px !important;
  }





.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    display: none;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    display: flex;
    pointer-events: none;
}

.hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;

/* Change width and height to scale images */
    width: 60vw;
    height: 60vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}







img {
    width:100%;
}
