/*CSS Document */

body {
    background-color: #D8C6B8;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    width:85%;
    max-width: 550px;
  position: relative;
  margin: inherit;
}
/* 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 6px 6px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 6px 0 0 6px;
}
/* On hover, add a wine background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #5e1211;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}
@keyframes fade {
  from {opacity: .5}
  to {opacity: 1}
}

h1, h2 {
    color: #CF1C44; 
    font-family: "goudy old style"; 
    font-size:26px;
}
#para1 {
    color: #0B9446; 
    font-family: "goudy old style";
    font-size: 1.125em;
}
/* Navigation bar */
#navbar{
    background-color: #CF1C44;
    color:#fff;
    text-align: center;
}
#navbar li {
    display: inline;
 }
#navbar li a {
    color:#fff;
    text-decoration: none;
    font-family: "goudy old style";
    font-size:30px;
    padding-right:100px;
}
#navbar li a:hover{
    background-color: #0B9446;
    text-decoration: none;
}

blockquote {
    color: #0B9446;
    font-size: 1.125em;
}

.icol {
    color:#0B9446;
}
/* Footer */
footer {
    background-color:#CF1C44;
    font-family: "goudy old style";
    color: #ffffff;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*Reservation form*/
#reservationForm{
    width:85%;
    max-width: 600px;
    background: #0B9446;
    position: absolute;
    top: 80%;
    left: 80%;
    transform: translate(-70%, -70%);
    padding: 30px 40px; 
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 20px #000000b3;
    font-family: "Goudy Old Style";
}    
#reservationForm h1{
    margin-top: 0;
    font-size: 1.5em;
    color: #5e1211;
}
#txtb{
    border:1px solid gray;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px;
}
#txtb label{
    display: block;
    text-align: left;
    color: #5e1211;
    text-transform: uppercase;
    font-size:14px bold;
}
#txtb input{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    margin-top: 6px;
}
.#btn{
    display: inline-block;
    background: #543136;
    padding: 14px 0;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
}

/*About Us*/
.col-container {
  display: table;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.col {
  display: table-cell;
  padding: 16px;
  border: 3px solid #5e1211;
  font-family: "Goudy Old Style";
  font-size: 25px;
}

/* Contact Us */
.contact-form{
    width: 85%;
    max-width: 600px;
    background: #D8C6B8;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-70%, -70%);
    padding: 30px 40px; 
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 20px #000000b3;
    font-family: "Goudy Old Style";
}
.contact-form h1{
    margin-top: 0;
    font-weight: 100;
    color: #5e1211;
}
.txtb{
    border:1px solid gray;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px;
}
.txtb label{
    display: block;
    text-align: left;
    color: #5e1211;
    text-transform: uppercase;
    font-size:14px;
}
.txtb input, .txtb textarea{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    margin-top: 6px;
}
.btn{
    display: inline-block;
    background: #543136;
    padding: 14px 0;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
}
/*ICON placements*/
body {   
    text-align: left;
} 
.wrapper {
    display: inline-flex;   
    justify-content: center;
  } 
.wrapper i {   
    padding: 10px;      
    transition: all ease-in-out 150ms; 
} 
.wrapper a:nth-child(1) {   
    color: #0B9446; 
} 
.wrapper a:nth-child(2) {   
    color: #0B9446; 
} 
.wrapper a:nth-child(3) {   
    color: #0B9446; 
} 
.wrapper i:hover {   
    margin-top: -2px;   } 

wrapper {width:90%;}