body {
    background-color: #500e19;
    color: bisque;
    font-family: "Goudy Old Style"; 
    font-size: 14pt;
}

h1 {
    float: none;
    padding: 5px;
    text-align: center;
    background-color: white;
    width: 100%;
}

nav {
    padding-right: 2px;
	padding-left: 2px;
    width: 100%;
    text-align: center;
    background-color: green;
	color: bisque;
}

a:link {
	color: bisque;
}

a:visited {
	color: bisque;
}

a:hoover {
	color: bisque;
}

a:active {
	color: bisque;
}

p1 {
	margin-left: auto;
	margin-right: auto;
	color: bisque;
    font-size: 36px;
	width: 100%;
	padding: 5px;
}

ul {
	text-align: center;
	width: 100%;
	align-content: center;
	list-style-type: none; 
}

ul.a {
    list-style-type: circle;
}

ol.c {
    list-style-type: upper-roman;
    margin-left: auto;
	margin-right: auto;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.container {
    padding: 16px;
    background-color: white;
    color: black;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

form {border: 3px solid #f1f1f1;}


button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

span.psw {
    float: right;
    padding-top: 16px;
    color: black;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
       color: black;
    }

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

.registerbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.registerbtn:hover {
    opacity: 1;
}


.signin {
    text-align: center;
	position: relative;
    border-radius: 5px;
    background-color: gray;
}


.submit {
    -moz-appearance: button;
    -ms-appearance: button;
    -o-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    text-decoration: none;
	background-color: red;
    color: green;
    padding: 1px;
	text-align: center;
	width: 20%;
}

#confirm {
	text-align: center;
}

select, textarea {
    width: 50%;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    text-align: center;
}

menu {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.signin {
  position: relative;
  border-radius: 5px;
  background-color: gray;
} 

input, .btn {
  width: 50%;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

input:hover,
.btn:hover {
  opacity: 1;
}

.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}

.col {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 175px;
}

.vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 10px;
}

.hide-md-lg {
  display: none;
}

.bottom-container2 {
  text-align: center;
  background-color: green;
  border-radius: 0px 0px 4px 4px;
}

.reserve {
    text-align: center;
    width: 100%;
 }
}

#nav2 {
    text-align: center;
    background-color: green;
	color: bisque;
	width: 100%;
}