body {
  background: #27271ff0;
  font-size: 16px;
  font-family: monospace;
  color: #ffffff;
  margin: 0px;
}

.graingif {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../yelesinCC_files/deco/noise.gif);
    background-position: center;
    background-repeat: repeat;
    pointer-events: none;
    opacity: 0.03;
    box-shadow: 0 0 50px rgba(0,0,0,0.3) inset;
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px rgba(0,0,0,0.3) inset;
  pointer-events: none;
}



.vidprev {
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.65,0,0.35,1);
  transition: opacity .75s;
  opacity: 0.0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 960px;
  max-height: 540px;
  object-fit: cover;
  overflow: hidden;
}



.videoparent {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  width: 100vw;
  object-fit: fill;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}

.videosibling {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  z-index: 0;
}

ul {
  list-style-type: none;
  padding-right: 6.875rem;
  text-align: center;
  margin: auto;
}

li {
  display: inline;
  padding-left: 45px;
}

a:link {
  color: #cccccc;
  text-decoration: none;
}

a:visited {
  color: #cccccc;
}

h7 {
  color: #a9a9a9;
}
  
p {
  padding-top: 10px;
  max-width: 70%;
  vertical-align: center;
  display: block;
  margin: auto;
  text-align: justify;
  font-size: 15px;
  text-size-adjust: none;
}

.port {
  margin: 3rem;
  z-index: 1;
  color: #cccccc;
  text-wrap-mode: nowrap;
}

.port a:hover {
  background-color: #FFFFFF;
  color: #000000;
  opacity: 1;
}

.tabs a:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.port li:hover + .vidprev {
  opacity: 1;
  visibility: visible;
}

.nav {
  width: 100%;
  padding-bottom: 1rem;
  position: relative;
  padding-top: 2rem;
  /* margin: auto; */
  text-align: center;
}

.nav img {
  transition: all .4s ease-in-out;
}

.nav img:hover {
  transform: scale(98%);
  filter: brightness(0.7);
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 80px;
}

.tabs {
  padding-left: 20px;
}

::selection {
  background: #646464; /* WebKit/Blink Browsers */
}

.hsny {
    display: block;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 5
}



/* SMARTPHONES LANDSCAPE */
@media only screen and (max-width: 768px) {

  .vidprev {
	display: none;
  }
}

/* TABLETS PORTRAIT */
@media only screen and (max-width: 1023px) {

  .vidprev {
	display: none;
  }
}

