html {
  cursor: url("cursorleet.png"), auto
}
.custom-cursor:link {
  cursor: url("scope.cur"), auto
}
.custom-cursor:hover {
  cursor: url("scope.cur"), auto
}
.custom-cursor:active {
  cursor: url("cursorleet.png"), auto
}
body {
  font: 1.2em;
  font-family: Open Sans sans-serif;
  max-width: 43em;
  margin: auto;
  background-color: black;
  background-image: url("bgmatrix.png");
  background-repeat: repeat;
  background-attachment: fixed; 
  background-size: cover;
  /* cursor: url("cursorleet.png"), auto */
}

#banner {
  position: static;
  border-width: 0 1px 1px 1px;
  border-color: white;
  border-style: solid;
  top: 0px;
  left: 0px;
  width: 50vw;
  margin: 0 auto;
  text-align: center;
}

#banner_contents {
  width: 80px;
}

img {
  width: 100%; 
  margin: auto; */
  /* max-width: 20em; */
  /* border: 1px solid #777; */
}

img:hover {
  border: 1px solid green;
}
.m_box {
  border: 1px solid green;
  margin: 1em;
  background-color: whitesmoke;
}
.m_box_red {
  border: 1px solid gray;
  margin: 0em;
  background-image: url("doritostex.jpg");
  background-repeat: repeat;
  background-color: whitesmoke;
  text-align: center;
}

a {
  color: white;
  text-decoration: underline;
}
.m_box_bar {
  background: whitesmoke;
  color: black;
}
.m_box_bar_red {
  background: whitesmoke;
  color: black;
}

h2.m_box {
  background-color: whitesmoke;
}
h2.box {
  background-color: whitesmoke;
}
p {
  margin: 0.5em;
  margin-left: 1em;
  color: black;
}

.box {
  border: 1px solid gray;
  color: black;
  margin: 0em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: whitesmoke;
  background-image: url("doritostex.jpg");
  background-repeat: repeat;
  
}
.center {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
 }
.box_bar {
  background: whitesmoke;
  color: black;
}

h2 {
  margin-top: 0.001em;
  margin-bottom: 0.001em;
  margin-left: 0.25em;
  font-size: 1.1em;
  text-align: center;
}
h3 {
  margin-left: 0.3em;
  font-size: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
li {
  margin-left: 0.3em;
}
ul {
  list-style-type: circle;
}
a:hover {
  color: rgb(254, 252, 252);
  text-decoration: underline;
}

.column {
  float: left;
  width: 32%;
  color:gray;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  color:gray;
}

.gallery_container {
  /* cursor: url("scope.cur"), default; */
  text-align: center;
  display: grid;
  justify-items: auto;
  grid-template-columns: 33.33% 33.33% 33.33%;
  padding: 2em; 
  width: auto;
  color: whitesmoke;
  background-image: url("monstertexture.jpg");
  background-repeat: repeat;
  background-color: greenyellow;
}

div.gallery_item {
  object-fit: cover;
  cursor: url("scope.cur"), default;

}

.gallery_item img {
  height: auto;
  width: auto;
  max-width: 80%;
  max-height: 80%;
  object-fit: center;
  color: gray;
}

div.desc {
  /* padding: 1em; */
  text-align: center;
  font-size: smaller;
  width: 80%;
  max-height: 100%;
}

@media only screen and (max-width: 600px) {
  img {
    width: 100%;
  }

  body {
    width: 100%;
  }

  div.desc {
    font-size: x-small;
  }

  ul {
    margin-right: 1em;
  }
}

.iframe   {/* 
    display: flexbox; 
    margin: 0 - 40%;
    width: 180%;
    height: 1000px; */
 }
 
