@font-face {
    font-family: "VCR Mono"; 
    src: url("fonts/mono/VCR_OSD_MONO_1.001 2.ttf") format("truetype");
    /* or: */
    src: url("fonts/mono/VCR_OSD_MONO_1.001.ttf") format("opentype");
}

body {
  font-family: "VCR Mono";
  background-image: url("images/site/background trash.jpg");
  background-size:contain;
  background-repeat:repeat;
  font-size: 0.9em;
}

.container{
  background: #f4d368;
  align-items: center;
  width: 70%;
  min-width:400px;
  margin:auto;
  display:flex;
  padding:10px;
}

.box{
  background: #f4d368;
  width: 70%;
  min-width:400px;
  margin:auto;
  padding:10px;
}

.headbox{
  background: black;
  width: 70%;
  min-width:400px;
  margin:auto;
  padding:0px 10px 0px 10px;
}

h3{
  font-size:20px;
  margin:0px
}

h2{
  font-size:25px;
  margin-bottom:0px
}

.box p {
  margin: 0px; 
}

.btn-r{
  padding:0px 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "VCR Mono";
  background:none;
  margin-left: 5%;
  width: 20%;
  transform: rotate(10deg);
}

.btn-r-pop{
  padding:0px 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "VCR Mono";
  background:none;
  width: 30%;
  transform: rotate(10deg);
}

.right{
  margin: 0px;
  margin-left: auto;
  padding: 0px;
  padding-left: 0px;
  padding-right: 40px;
  width: 70%;
}

.rightpop{
  margin: 0px;
  margin-left: auto;
  padding: 0px;
}
.left{
  margin: 0px;
  margin-right: auto;
  padding: 0px;
  padding-right:80px;
}

.btn-l{
  padding:0px 0px;
  border:2px dotted #727782;
  outline: none;
  cursor: pointer;
  font-family: "VCR Mono";
  background:#f4d368;
  text-align: left;
  width: 20%;
  height:100%;
  margin-right: 20px;
}

.abtme{
  padding:0px;
  margin-right:10px;
  outline: none;
  cursor: pointer;
  font-family: "VCR Mono";
  text-align: left;
  width: 20%;
  background:white;
  border:2px dotted #727782;
}

.btn-l img{
  width: 100%;
}

.btn-1:hover{
  filter: brightness(110%);
  transform: scale(1.2);
}

.btn-r img{
  width: 100%;
}

.btn-r:hover{
  filter: brightness(110%);
  transform: scale(1.2), ;
  transform: rotate(3deg);
}

.btn-r-pop img{
  width: 100%;
}

.btn-r-pop:hover{
  filter: brightness(110%);
  transform: scale(1.2), ;
  transform: rotate(3deg);
}

.popup{
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dim background */
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index:1;
}

.popup-content {
  background: white;
  border: 2px dotted #727782;
  width: 800px;
  max-height: 80%;
  overflow: auto;
  padding: 30px;
  justify-content: center;
  align-items: center;
}

.open-popup{
  visibility: visible;
}

.popup img{
  width: 100px;
}

.head {
 width:75%; 
 min-width:400px;
 max-width:1250px;
 margin:auto;
 display: block;
}

div.gallery-grid img {
width: 300px;
border: 2px dotted #46484d;
}

div.gallery-grid {
display: grid;
grid-template-columns: auto auto auto;
grid-row-gap: 20px ;
justify-items: center;
align-items: start;
justify-content: space-between;
margin:10px;
}

.gallery-item {
width: 300px; /*should match the width of your images + width of border (if
any) */
text-align:center;
}

header{
  background:black;  
}

nav{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:7px;
}

nav a{
  color:#f4d368;
  font-size: 18px;
  text-decoration:none;
  padding:8px;
  margin-left:4%;
  margin-right:4%;
}

.nav-btn{
  color:#f4d368;
  font-size: 18px;
  text-decoration:none;
  padding:8px;
  margin-left:4%;
  margin-right:4%;
  background:none;
  border:none;
  font-family: "VCR Mono";
}

nav a:hover{
  color:white;
  background:#3b3b3b;
}

.nav-btn:hover{
  color:white;
  background:#3b3b3b;
}

p a{
  color:#b04353;
}

p a:hover{
  color:#fa7d90;
}

.link{
  color:#b04353;
}

.link:hover{
  color:#fa7d90;
}

