

body {
  background-color: #77283b;
  color:  #e474de;
  overflow:auto;
  font-family: "pixelite", "Tiny5", Verdana;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  margin:0; 
  

}

@font-face {
  font-family: pixelite;
  src: url("/alagard.ttf?#iefix") format("truetype");
}

p{
 margin:1em 0.25em 1em 0.25em; 
  color: #e474de;
}
  
footer{
  /*position:fixed;*/
  text-align:center;
  padding: 5px 0;
  background-color:#3b0b17;
  font-style:italic;
  }
  
footer p {
  color: #e474de;
}
  
footer a{
  color: #e474de;
  text-decoration:none;
  }

.navbar ul{
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  background-color:#3b0b17;
  overflow:hidden;
  font-size:2em;
  top:0;
}

.links{
  float:right;
  border-radius:5px;
  margin:0 1em;
  padding:0 0.3em;
  }
  
li a{
  text-decoration:none;
  color:  #e474de;
  }

li a:hover{
  color:#77283b;  
  }
  
.links:hover {
  background-color:  #e474de;
}


@media (max-width: 650px) {

    
   .navbar ul{
   
    list-style-type: none;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom:5px;
    background-color:#3b0b17;
    overflow:hidden;
    font-size:1.5em;
    top:0;
  }

  
}

#topimg{
  margin:20px;
  width:50vw;
  height:auto;
  border:2px solid #e474de; 
  }

#stinger{
  font-style:italic;
  font-size:3em;
  }

.video{
     display: flex;
     width:70%;
     margin: 20px auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.video iframe{
  width:35vw;
  height:20vw;
  }
  
.video p{
  margin:20px;
  font-size:1.9em;
}

.vOne iframe{
  float:left;  
  margin-right:20px;
}

.vTwo iframe{
 float:right;
  margin-left:20px;
  }

.screenshots{
  width:90%;
  height: auto;
  display:grid;
grid-template-columns: repeat(4, 20vw);
  margin: auto;
  
  }
  
  .screenshots img{
    max-width:20vw;
    height:auto;
    
    }

#myBtn:hover{
 cursor:pointer;
  }
  
h3{
font-size:2em;  
}


.modal{
  display:none;
  position:fixed;
  z-index:1;
  left:0;
  top:0;
  width:100vw;
  height:auto;
  overflow:hidden;
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0,0.4);
  }
  
  .modal-content{
    background-color:#fefefe;
    margin:15% auto;
    padding:20px;
    border:1px solid #888;
    width:80%;
    }

.close{
  color:#aaa;
  float:right;
  font-size:28px;
  font-weight:bold;
  }
  
  .close:hover, .close:focus{
    color:black;
    text-decoration:none;
    cursor: pointer;
    }