/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

        
        
       body {
        background-image: url("njr1.jpg");
        background-attachment: fixed;
        font-family: Verdana, sans-serif;
        font-size: 10;
       }
        

			table {
  border-collapse: collapse;

}



div.neko1 {
  max-width: 500px;
  margin: 50;
  padding:50;
  top:100px;
  left:260px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  font-size: 10;
  
}



div.menu1 {
  table-layout: fixed;
  position: absolute;
  width: 120px;
  left: 0;
  top:0;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  padding: 0px;
  font-size: 0;
}

div.showcase-container {
  margin: 50;
  padding:50;
  top:100px;
  left:260px;
  position: absolute;
}

}
div.gallery {
  margin: 5px;
  float: inherit;
  width: 180px;
  margin: auto;
}

table{
  table-layout: fixed;
  font-family: Verdana, sans-serif;
  font-size: 16;
}


div.full img {
  width: 80%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.centered {
  position: absolute;
  top: 18px;
  left: 440px;
  transform: translate(-4%, -40%);
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

a {
  color: #000099;
  text-decoration: none;
}

a.two {
  color: black;
  text-decoration: none;
}

a.two:hover {
  color:  #000099;
  text-decoration: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    padding-right:50px;
    padding-left:50px;
    left:150px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 70%;
    height: 70%;
}

.myTable { 
  width: 100%;
  text-align: left;
  background-color: lemonchiffon;
  border-collapse: collapse; 
  }
.myTable th { 
  background-color: goldenrod;
  color: white; 
  }
.myTable td, 
.myTable th { 
  padding: 10px;
  border: 1px solid goldenrod; 
  }
  

ul li {
   text-align: left;
}

ul {
   text-align: left;
}

}
