/* unvisited link */
a:link {
  color:black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
}
.navbar {
    display: flex;
    flex-wrap: wrap; 
    justify-content:space-between;
    padding: 10px 50px;
    border-bottom: 2px dashed #8A2B13;
    font: 22px WalterTurncoat-Regular;
    color: #8A2B13;
    max-width: 100%;
    height:auto;
}
.nav:hover {
    opacity: 0.8;
    filter: (opacity=60);
    color:black;/* For IE8 and earlier */
}
.center {width:100%;text-align:center;}
.container {
    clear: both;
    overflow: hidden;
    }
    
.responsive {
  max-width: 100%;
  height:auto;}
       
     
body {
  background-image: url("https://img.freepik.com/premium-photo/dark-green-velvet-fabric-texture-used-as-background-emerald-color-panne-fabric-background-soft-smooth-textile-material-crushed-velvet-luxury-emerald-tone-silk_661047-7426.jpg?semt=ais_hybrid&w=740&q=80");
  background-position: center;
  background-size: cover; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  cursor: url("https://foxesandhounds.neocities.org/cursor.png"), auto;
a:hover {
  cursor: url("https://foxesandhounds.neocities.org/mousehover.png"), auto;
  }

font: 17px WalterTurncoat-Regular;
color:#EB9C35;}

section { border-style: double;
border-width: 5px;
border-color: #4C3B23;
border-radius: 15px;
    padding: 10px 50px 100px;
    margin: auto;
max-width: 1000px;
background: rgba(0, 0, 0, 0.5);}

b {color:#5FA8D3;}
h1 {
  font-family: "UnifrakturCook", cursive;
  color:#EB9C35;
}

h3 {
  color:#EB9C35;
  font-family: "Special Elite", monospace;
}