
body {
  font: 18px "Italiana", regular; 
  background-image: url("../images/bg-black-flipped.jpg");
  background-color: black;
  background-size: cover;
}

a {
  color: #FFFFF0;
}

@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  src: local('Italiana'), local('Italiana-Regular'),
       url('../fonts/italiana-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/italiana-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: local('Great Vibes'), local('GreatVibes-Regular'),
       url('../fonts/great-vibes-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/great-vibes-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}        
/* pinyon-script-regular - latin */
@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  src: local('Pinyon Script'), local('PinyonScript'),
       url('../fonts/pinyon-script-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pinyon-script-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}    

.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 240px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black; 
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px;
  scrollbar-color: black #FFFFF0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #A0A0A0;
  display: block;
  font-family: "Italiana", regular; font-size: 24px; 
}
.sidenav div {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #A0A0A0;
  display: block;
  font-family: "Italiana", regular; font-size: 24px; 
}

.sidenav a:hover {
  color: #727272;
}

.sidenav li {
  list-style: none;
}

.main {
  padding: 0px 0px;
}

a {
  padding: 6px 8px 6px 16px;
  text-decoration: underline;
  font-size: 25px;
  display: block;
  font-family: "Italiana", regular; font-size: 24px; 
}

h2 {
  font-family: "Italiana", regular; font-size: 32px; 
}

a:hover {
  color: #727272;
}

input { 
    border: none;
    background: transparent;
    font-family: "Italiana", regular; font-size: 24px; color: #202020; text-align: center
}
input:focus {
    outline: none !important;
    border:1px solid 504848;
    box-shadow: 0 0 10px #252424;
}
button { 
 

.btn, .form-control {
  /* reset user agent stylesheet */
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: darkgray;
  appearance: none;
  border-radius: 5px;

  /* make sure properties affecting height have same value */
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
}

/* button */
.btn {
  display: inline-flex;
  justify-content: center; /* center the content horizontally */
  align-items: center; /* center the content vertically */
  --padding-x: 1.2em;
  border-color: darkgray; /* hide button border */
  font-family: "Italiana", regular; font-size: 24px; color: #202020; text-align: center;
  border-radius: 5px
}
