.bgparchment{
    background: url(https://i.pinimg.com/originals/47/b5/67/47b567ff37393b5c564cbe1186e90662.jpg);
    border: 5px solid black;
    border-radius: 15px;
    background-size: cover; 
    background-position: center;
    height: 100%;
}

.banner{
    background-color:#212529;
    background-size: cover; 
    font-family: MedievalSharp;
    color: white;
}

.mynvabar{
background-size: cover;

}

#calcban{
    background-image: url(https://i.imgur.com/wr1wQLT.jpeg);
}

.splash{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: MedievalSharp;
    font-size: 3em;
}

.full-screen-bg {
background-image: url(https://i.ibb.co/g68wxFg/cover.jpg);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
 
}


#monsterslink{
    background-image: url(https://www.tribality.com/wp-content/uploads/2014/10/lizardfolk.jpg);
}


#forgelink{
    background-image: url(https://yourturndad.files.wordpress.com/2018/09/level-4-dwarven-smith.jpg);
}

#artisanbg{
    background-image: url(https://cdnb.artstation.com/p/assets/images/images/000/472/371/medium/yao-linger-cecai.jpg);
}

.splash-text-style{
    color: rgb(236, 236, 100);
    font-family: MedievalSharp;
    font-size: 3em;

}

.yellow-fanstsy-text{
    color: rgb(236, 236, 100);
    font-family: MedievalSharp;
}

.splash-color{
    color: rgb(236, 236, 100);
}

.wideimage{
    background-image: url(https://i.ibb.co/qYcpmdh/dice.jpg);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



.homebg{
    background-color:#212529;
}
.btn-secondary{
    background-color:#212529;
}

html{
    background-color:#212529;
}


.medfont{
    font-family: MedievalSharp;
}
    

.whitefont{
    color: white;
}

  
  /* Dropdown Content (Hidden by Default) */
  .monster-dropdown-content {
   display: none;
   overflow: auto;
  }

 
  .form-label{
      font-weight: bold;
  }

  .mon-item {

    font-size: 10;
}
  
  /* Links inside the dropdown */
  .monster-dropdown-content a {
    color: black;

    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .monster-dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  .hide {display: none;}