/* BODY */


	body {
  	background-color: ghostwhite;
	margin-left: 25px;
	margin-right: 25px;
	}
	
	header {
	 background-color: ghostwhite;
	 padding-top: 40px;
	 padding-right: 0px;
	 padding-bottom: 0px;
	 padding-left: 0px;
	}
	

/* TOP NAVIGATION */
  
	ul {
         list-style-type: none;
         margin: 0;
         padding: 0;
         overflow: hidden;
	 background-color: #cf1c45;
	}

	li { 
         float: right;
        }
       
        li a {
         display: block;
	 color: white;
	 text-align: center;         
	 padding: 13px 13px;
         text-decoration: none;
	 font-size: 22px;
         }

	li a:hover {
	background-color:#0a9447;
	}


/* HEADINGS */

	div header { background-color: #ghostwhite;
	}
	div section { background-color: #d8c6b8;
	}
	div section {background-color: rgba(216, 198, 184, 0.4);
	}


	h1 {
	 color: #553237;
	 font-family: Klinic Slab, bold, serif;
	 font-size: 45px;
	 margin-bottom: 0;
	 text-align: center;
	}

	h2 {
	color: #cf1c45;
	font-family: Klinic Slab, bold, serif;
	font-size: 35px;
	margin-bottom: 0;
	text-align: center;	
	}

	h3 {
	 font-family: Goudy Old Style, regular, serif;
	 color: #0a9447;
	 font-size: 29px;
	 margin-top: 0;
	 text-align: center;
	 padding-left: 18px;
	 padding-right: 18px;	 
	}
	 
	h4 {
	 font-family: Klinic Slab, bold, serif;
	 color: #cf1c45;
	 font-size: 35px;
	 margin-bottom: 0;
	 text-align: center;
	}

	h5 {
	 font-family: Goudy Old Style, regular, serif;
	 color: #0a9447;
	 font-size: 29px;
	 margin-top: 0;
	 text-align: center;
	 padding-left: 18px;
	 padding-right: 18px;	  
	}	
	
	h6 {
	font-size: 30px;
	color: #553237;
	text-align: center;
	} 

	h7 {
	font-family: Klinic Slab, bold, serif;
	font-size: 30px;
	padding: 250px;
	}


/* IMAGE NAVIGATION */

	div.gallery {
  	border: 3px solid white;
	}
	
	div.gallery:hover {
  	border: 3px solid #777;
	}

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

	div.desc {
  	padding: 15px;
  	text-align: center;
	color: #553237;
	font-family: klinic slab, bold, serif;
	font-size: 20px;
	}

	* {
  	box-sizing: border-box;
	}

	.responsive {
  	padding: 0 6px;
  	float: left;
  	width: 24.99999%;
	}

	@media only screen and (max-width: 1000px) {
  	.responsive {
    	width: 49.99999%;
    	margin: 6px 0;
  	}
	}

	@media only screen and (max-width: 500px) {
  	.responsive {
    	width: 100%;
  	}
	}

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


/* FOOTER */

	 footer {
	 text-align: center;
	 color: #553237;
	 font-size: 13px;
	 background-color: #0a9447;
	 padding: 17px 17px;
	}


	.center {
   	display: block;
    	margin-left: auto;
	margin-right: auto;
	width: 50%;
   	}

	#social {
	text-align: center;
	}
	

	#borderimg { 
  	border: 1px solid #553237;
	padding-left: 0px;
	padding-right: 0px;
	}

/* CONTACT FORM */

	input[type=text], select, textarea {
 	width: 100%;
  	padding: 12px;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	margin-top: 6px;
  	margin-bottom: 16px;
  	resize: vertical;
	}

	input[type=submit] {
  	background-color: #4CAF50;
  	color: white;
  	padding: 12px 20px;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
	}

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

	.container {
  	border-radius: 5px;
  	background-color: #f2f2f2;
  	padding: 20px;
	}

	* {box-sizing:border-box}

/* Slideshow container */
	.slideshow-container {
  	width: 70%;
	height: 70%;
  	position: relative;
  	margin: auto;
	}

/* Hide the images by default */
	.mySlides {
	display: none;
	}

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

/* 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 */
	.text {
  	color: #cf1f45;
  	font-size: 85px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 100%;
  	text-align: center;
  	font-family: Klinic Slab, bold italic, serif;
  	text-shadow: 3px 2px black;	
	}

/* Number text (1/3 etc) */
	.numbertext {
  	color: #f2f2f2;
  	font-size: 12px;
  	padding: 8px 12px;
  	position: absolute;
  	top: 0;
	}

/* 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;
	}

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

/* Fading animation */
	.fade {
 	-webkit-animation-name: fade;
 	-webkit-animation-duration: 1.5s;
  	animation-name: fade;
  	animation-duration: 1.5s;
	}

	@-webkit-keyframes fade {
  	from {opacity: .4} 
  	to {opacity: 1}
	}

	@keyframes fade {
  	from {opacity: .4} 
  	to {opacity: 1}
	}

	p.capitalize {
  	text-transform: capitalize;
	}