/* style.css */
body {
    background-color: #fcfbf3;
    background-image: url(tile.png);
    margin: 0px 0px 0px 0px;
    font-family: "Neuton Light", Times, serif;
    color: #2d2d2a;
    line-height: 1.2;
    word-spacing: 1.2px;
}

header {
  position: relative;
}

.boxy {
  position: absolute;
  bottom: 50px;
  left: 16px;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  margin-left: 50px;
  padding: 0;
  overflow: hidden;
}

ul.topnav li {
float: left;
}

ul li a {
  display: block;
  color: #7a1b16;
  background-color: rgba(252, 251, 243, 0.6);
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 2vw;
  font-family: "Neuton", Times, serif;
}

ul li a:hover:not(.active) {
background-color: #bc8c06;
color: #f7f5da;
}

ul li a.active {
background-color: #bc8c06;
color: #f7f5da;
}

ul.topnav li.right {float: right;}

.altnav {
    display: none;
    list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
      background-color: rgba(252, 251, 243, 0.6);
}
.altnav li {
    float: left;
    margin-left: 5%;
  padding: 1%;
  text-decoration: none;
/* font-size: 3vw; */
}

.mobnav {
    display: none;
    list-style-type: none;
    font-size: xx-large;
}

@media screen and (max-width: 1230px) {
  ul.topnav li.right, 
  ul.topnav li {display: none;}
    .mobnav {display: none;}
    .altnav {display:block;}
}

@media screen and (max-width: 560px) {
  ul.topnav li.right, 
  ul.topnav li {display: none;}
  .altnav {display:none;}
    .mobnav {display: block;}
}

.carousel {
  position:relative;
  width:75%;
  border:10px solid #e0d392;
  margin: 3% auto;
    margin-bottom: 5%;
  box-shadow:5px 8px 5px #2d2d2a;
}
.carousel > img {
  display:none;
  width:100%;
}
.carousel > input {
  position:absolute;
  left:-9999px;
}
.carousel > input:checked + label + img {
  display:block;
}

.carousel > label,
.carousel > input:checked ~ label ~ label ~ label ~ label {
  display:none;
}
.carousel > input:checked + label {
  display:block;
  left:0;
}
.carousel > input:checked ~ label ~ label ~ label {
  display:block;
  right:0;
}

.carousel > label {
  position:absolute;
  top:0;
  width:25%;
  height:100%;
  visibility:hidden;
}
.carousel > label:before {
  content:'';
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  visibility:visible;
}
.carousel > label:after {
  display:block;
  position:absolute;
  top:50%;
  width:25px;
  height:25px;
  line-height:22px;
  margin:-15px 10px 0 10px;
  background-color:black;
  color:white;
  font-family:'Arial';
  font-weight:bold;
  font-size:18px;
  text-align:center;
  visibility:hidden;
  border:2px solid white;
  border-radius:20px;
  box-shadow:0 3px 4px black;
}
.carousel > label:hover:after {
  visibility:visible;
}

.carousel > input:checked + label:after {
  left:0;
  content:'\00AB';
}
.carousel > input:checked ~ label ~ label ~ label:after {
  right:0;
  content:'\00BB';
}

.static {
  position:relative;
  border:10px solid #e0d392;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 3%;
  width: 50%;
  box-shadow:5px 8px 5px #2d2d2a;
}

.dirimg {
  border:10px solid #e0d392;
  float: right;
  width: 40%;
  box-shadow:5px 8px 5px #2d2d2a;
}

.main {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 1.2em;
  padding: 0px 10px;
}

h1 {
    font-family: "Tangerine", cursive;
    font-size: 3.5em;
    margin-bottom: 0;
    margin-left: -2vw;
    color: #bc8c06;
}

table, td, th {  
  text-align: center;
}

table {
  border-collapse: collapse;
  width: 90%;
  table-layout: auto;
}

th {
  padding: 10px;
    color: #bc8c06;
        font-weight: bold;
    font-size: 2em;
}

td {
  padding: 2px;
    vertical-align:top;
}

.week {
 color: #7a1b16;
    font-size: 1.8em;
}

@media all and (max-width:1060px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
}

{
  box-sizing: border-box;
}

input[type=text], select, textarea, [type=email], [type=phone] {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #bc8c06;
  color: white;
  padding: 24px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
/*  float: right;*/
        width: 100%;
    margin-top: 0;
}

input[type=submit]:hover {
  background-color: #8f6900;
}

.container {
  border-radius: 5px;
  background-color: #e0d392;
  padding: 20px;
  width: 80%;
  margin: 5% 1%;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7a1b16;
    font-family: "Neuton", Times, serif;
    font-size: 1.5em;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #7a1b16;
    font-family: "Neuton", Times, serif;
    font-size: 1.5em;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #7a1b16;
    font-family: "Neuton", Times, serif;
    font-size: 1.5em;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7a1b16;
  font-family: "Neuton", Times, serif;
  font-size: 1.5em;
}

footer {
  position: relative;
}

.textfoot {
  position: absolute;
  left: -29%;
  top: 15%;
  width: 100%;
  text-align: center;
  font-size: 3vw;
    color: #e0d392;
}