html {
  scroll-behavior: smooth;
}
body {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  height: 600px;
  margin: 0px;
  background-color: #fff;
  color: #000;
}
h1 {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 50px 50px 0 200px;
  justify-content: center;
  text-align: center;
}

div.post {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  float: center;
  padding: 0;
  justify-content: flex-start;
/*   background-color: #fff;
  border: 1px solid black;
  box-shadow: 2px 2px 2px; */
  display: flex;
}

.container {
  position: relative;
  width: 100%;
  align-items: center;
}
.image {
  opacity: 1;
  display: block;
  /* width: 100%; */
  height: auto;
  transition: .3s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container:hover .image {
  opacity: 0.5;
}
.container:hover .middle {
  opacity: 1;
}
.text {
  background-color: transparent;
  color: hsl(257, 100%, 59%);
  font-size: 18px;
  padding: 0;
  text-align: center;
}

div.color {
  background-color: none;
}

a {
  color: #000;
  text-transform: none;
  text-decoration: none;
  display: flex;
}
a:hover {
  color: #6e9eff;
  text-decoration: none;
}
* {
  cursor: url(../Image/mouse-cursor.cur), auto;
  cursor: -webkit-image-set(url(../Image/mouse-cursor.png)), auto;
} */

* a:hover,
* a:hover * {
  cursor: url(../Image/mouse-cursor-hover.cur) auto;
  cursor: -webkit-image-set(url(../Image/mouse-cursor-hover.png)), auto;
}
body, html {cursor: url(../Image/mouse-cursor.png), url(../Image/mouse-cursor.cur), auto} a {cursor: url(../Image/mouse-cursor.png), url(../Image/mouse-cursor.cur), auto}
 */
body {
  background: #fff;
}
nav {
  position: fixed;
  font-size: 24px;
  line-height: 28px;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 100;
}
nav a {
  width: 200px;
  height: 70px;
}
nav ul {
  height: 25px;
  margin: 20px 20px 100px 30px;
  padding: 0;
  list-style: none;
  display: flex;
  position: fixed;
  justify-content: space-between;
}
nav li {
  width: 100px;
  margin: 0 50px 0 0;
}


footer {
  font-family: Moche, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  height: 50px;
  display: flex;
  background-color: transparent;
  color: #000;
  text-transform: none;
  justify-content: space-between;
}
footer ul {
  width: 100%;
  margin: 20px 30px 26px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  bottom: 0px;
  justify-content: space-between;
  z-index: 100;
}
footer li {
  margin-right: 90px;
}

@media screen and (min-width: 300px) and (max-width: 900px) {
/*   h1 {
    font-family: Moche, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 50px 50px 0 70px;
    justify-content: center;
    text-align: center;
  } */
  nav {
    position: fixed;
    font-size: 24px;
    line-height: 28px;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
  }
  nav ul {
    height: 25px;
    margin: 20px 20px 100px 30px;
    padding: 0;
    list-style: none;
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: space-between;
  }
  footer ul {
    width: 100%;
    margin: 20px 0px 30px 30px;
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer li {
    margin-right: 60px;
  }
  
}

@media screen and (min-width: 300px) {
  nav {
    position: fixed;
    font-size: 24px;
    line-height: 28px;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
  }
  body {
    font-family: Moche, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    width: 390px;
    height: 900px;
    margin: 0px;
    background-color: #fff;
    color: #000;
  }
  div.post {
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    padding: 0;
    justify-content: flex-start;
    display: flex;
  }
} 
@media screen and (min-width: 300px) {
  #videobcg {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: visible;
  }  
}