
#header {
	text-align: center;
}


h2 {
  font: 400 /1.3 'Arizonia', Helvetica, sans-serif;
  color: #2b2b2b;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
}

body {
	background-color: black;
	font: 400 15px/1.3 Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

a:link, #archives a:visited {
    
    color: #c30707;
    text-align: right;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    display: inline;
}

#wrapper {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-right: 120px;
	padding-left: 120px;
}

#content {
	background-color: white;
	color: black;
        text-align: center;
}

#nav {
	
	background-color: white;
	color: black;
	text-align: center;
	padding-bottom: 13px;

	
	
}

#nav a:link, #nav a:visited {
    background-color: #f9f9f9;
    color: #ca9b19;
    padding: 14px 5px;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    margin-left: 15px;
    margin-right: 15px;
    font: 400 40px/1.3 'Arizonia', Helvetica, sans-serif;
  color: #2b2b2b;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}

#nav a:hover, #nav a:active {
    color: #f71313;
}


#main {
	background-color: white;
}
#portfolio {
	text-align: center;
	padding-top:15px;
	padding-bottom:5px;
}

#archives a:link, #archives a:visited {
    background-color: #c30707;
    color: white;
    text-align: right;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    display: inline;
}

#footer a:link, #archives a:visited {
    background-color: black;
    color: #ca9b19;
    text-align: center;
    display: block;
}

.w3-content w3-display-container {
 	margin: auto; 
	padding-top: 20px;
}

td, th {
    border: 1px solid black;
    text-align: center;
}

#return a:link, #archives a:visited {
    background-color: black;
    color: #ca9b19;
    text-align: center;
    display: block;
}

#copy {


	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	width: 800px;
	background-color: white;
	font-family: 'Vidaloka', serif;
	font-size: 20px;
	color: #d39a15;
	text-shadow: 1px 1px 2px #000000;
	padding-top: 130px;
        display: block;
}

input[type=text], select, textarea {
  font: 400 30px/1.3 Palatino;
	color: #d39a15;
  width: 100%;
  padding: 12px;  
  border: 3px solid black; /* Gray border */
  border-radius: 8px; /* 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] {
  background-color: #f71313;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a golden color */
input[type=submit]:hover {
  background-color: #d39a15;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 10px;
  background-color: black;
  padding: 20px;
  color: #ca9b19; 
}

.offerings {
  column-count: 2;
  color: black;
  width: 100%;
  display: inline;
  text-align: center;
}

.overlay-image {
 position: relative;
 width: 100%;
}

.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
}

.overlay-image .text {
 color: #fff;
 font-size: 30px;
 line-height: 1.5em;
 text-shadow: 2px 2px 4px #d39a15;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 70%;
 transform: translate(-50%, -50%);
 width: 100%;
}

#photos {

	background-color: white;
	width: 800px;
	margin: auto;
}






/* The dropdown container */
.dropdown {
  float: left;
  padding-bottom: 2px;
  padding-right: 5px;
  overflow: hidden;
  width: 195px;
    margin-left: 40px;
    margin-right: -40px;

}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 8px; 
  float: left;
  border: none;
  outline: none;
  color: black;
  background-color: inherit;
  font: 400 35px/1.3 Garamond, serif; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 213px; 
  font-size: 25px;   
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-top:10px;

}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.portlinks {
  font-size: 68px; 
  float: left;
  border: none;
  outline: none;
  color: black;
  background-color: inherit;
  font: 100 12px/1.3 Garamond, serif; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
