/* Main Page Setup Instructions */

html, body {
  background-image: url(http://www.geocities.ws/callahansnhu/gra310/images/lomein.jpeg);
  background-size: 100%;
  background-color: #cccccc;
  margin: 0;
  height: 100%;
  min-height: 100vh;
  height: 100vh;
  font-family: 'athelas', serif;
  font-style: normal;
  font-weight: 400;
  }

h2 {
      font-family:'athelas regular';
      color: #be1e2d;
      }
h3 {
      font-family:'athelas regular';
      color: #d7e4c2;;
      }

.content {
    min-height: 100%;
}

.header {
  position:relative;
  top:50px;
  padding:50px;
  padding-left: 8%;
  background: #41393d
  
  }

.subheader img {
  right:5%;
  top:-60px;
  position:relative;
  float: right;
  height: 100px;
  background: #41393d;
  padding: 10px;
  z-index: 1; 
}

.header ul {
    float:left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header li {
    float: left;
}

.header li a {
    display: block;
    font-family: 'athelas', serif;
    font-style: normal;
    font-weight: 700;
    color: #d7e4c2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.header li a:hover {
    background-color: #8a8c8f;
}

.floatingtext {
	background-color: rgba(255,255,255,0.6);
    position: absolute;
    top: 400px;
    left: 4%;
    width: 400px;    
}

.eventbar{ 
  position:relative;
  top:700px;
  padding-left:2%;
  padding-top: 2%;
  padding-bottom: 2%;
  white-space: nowrap;
  background: #41393d;
}

.eventbar img{
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
    height: 250px;
    width: 250px;
}

.footer {
  list-style:none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  color: #d7e4c2;
  background-color: #41393d;
  text-align: center;
}

.footer a {
	text-decoration: none;
	color: #d7e4c2;
}

.footer a:hover {
    background-color: #8a8c8f;
}

.loctable {
	padding: 10%;
}

#locations {
	border-collapse: collapse;
    width: 75%;
}

#locations td, #locations th {
	border: 1px solid #ddd;
    padding: 8px;
}

#locations tr:nth-child(even){
	background-color: rgba(255,255,255,0.6);
}

#locations tr:nth-child(odd){
	background-color: rgba(255,255,255,0.6);
}

#locations tr:hover {
	background-color: #8a8c8f
}

#locations th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #41393d;
    color: #d7e4c2;
}

/* CSS Contact Form Instructions */
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
	font-family: 'athelas', serif;
    background-color: #41393d;
    color: #d7e4c2;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #8a8c8f;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color:rgba(255,255,255,0.6);
    padding: 20px;
	margin: 10%;
}

/* Gallery CSS instructions */
.gallery {
	position: relative;
	padding-top: 5%;
    margin-left: 5%;
	margin-right: 5%;
    float: left;
    width: 180px;
}

.gallery img {
    width: 100%;
    height: auto;
}

.desc {
    padding: 15px;
    text-align: center;
}
