@charset "UTF-8";

body, html {
	margin: 0;
    height: 100%;
    min-height: 100%;
}

	
#creative {
	color: #FDF3E7;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.photohorizontal{
	width:70%;
	color: #FDF3E7;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.photovertical{
	width:40%;
	color: #FDF3E7;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.video{

    width:100%;
    color: #FDF3E7;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	float: left;
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#container {
	min-height: 100%;
	width: 100%;
	background-color: #3b3738;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
    position: relative;
	
}
#banner {
	font-family: 'Quicksand', sans-serif;
	font-size: 70px;
	font-style: normal;
	background-color: #c63d0f;
	color: #fdf3e7;
	float: none;
	padding-top: 5px;
	padding-right: 20px;
	height: 70px;
	
}
#Footer {
	background-color: #c63d0f;
	color: #fdf3e7;
	width: 90%;
    position: absolute;
    bottom: 0;

}
.footer {
	height: 20px;
	width: 50%
	background-color: #C63D0F;
	 position: absolute;
    bottom: 0;

	left: 5%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	}
#location {
	float: right;
	width: 50%;
	text-align: right;
}
.socialmedia {
    height: auto; /* Full-height: remove this if you want "auto" height */
    width: auto; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    bottom: 10%; 
    right: 0;
    background-color: #fdf3e7; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding: 5px;
}

h2{
	color: #C63D0F;
	font-size: xx-large;
}
#navigation {
	z-index: 1; /* Stay on top */
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
	font-family: 'Quicksand', sans-serif;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	
}

.footer a {
	color: #FDF3E7;
	text-decoration: none;
}
.footer a:hover {
	color: #FDF3E6;
	text-decoration: underline;
}
.logo {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.location {
	float: right;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #c63d0f;
    background-color: #fdf3e7;
}


li {
	float: left;

}

li a, .dropbtn {
    display: inline-block;
    color: #c63d0f;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.dropbtnactive {
    display: inline-block;
    background-color: #c63d0f;
	color: #fdf3e7;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active), .dropdown:hover .dropbtn {
	color: #C63D0F;
	background-color: #FAE7D0;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fdf3e7;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
	color: #C63D0F;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #FAE7D0
}

.dropdown:hover .dropdown-content {
    display: block;
}
.active {
	background-color: #c63d0f;
	color: #fdf3e7;
}

.contact {
	color: black;
}
#content {
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
  position: relative;
  margin: auto;

	
}
table{
    margin: auto;
    border-spacing: 30px;
    color: white;
    
    
}
p {
	max-width: 1000px;
	padding: 4px;

}
blockquote{
	background-color: #FDF3E8;
	margin: 4px;
	padding: 4px;
	width: 70%;
	color: black; 
}

#writing {
	width: auto;
	max-width: 1000px;
	padding-right: 1%;
	background-color: #FDF3E8;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	
}
.aboutphoto{
padding: 20px;
margin: -20px;
	float: right;
}
.abouttext{
	width: 75%;
	background-color: #FDF3E8;
	padding: 20px;
	margin: 20px;
}
.text{
	background: #FDF3E8;
	padding: 20px;
	margin: 20px;
}

.aboutwriting{
	font-size: x-large;
	margin-left: auto;
	margin-right: auto;
	color: #FAF0E4
}
a {
	color: #FAF0E4;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
	
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.captiontext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotactive, .dot:hover {
  background-color: #717171;
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
