.quote {
    color: #F4F4FC;
    text-align: center;
    font-family: "Cambria", serif;
    font-size: 2.5em;
    border-width: 2px;
    border-style: outset;
    border-color: #A48930;
    background-color:#08065D;
}

.subhead {
    color: #A48930;
    text-align: center;
    font-family: "Cambria", serif;
    font-size: 2em;
}

.subtitle {
    color: #A48930;
    text-align: center;
    font-family: "Cambria", serif;
    font-size: 1.2em;
}

.introtxt {
    color: #3A3E42;
    text-align: left;
    font-family: "Cambria", serif;
    font-size: 1.1em;
}

.bodytxt {
    color: #888C91;
    text-align: left;
    font-family: "Cambria", serif;
    font-size: 1em;
}

.headbox {
    color: #FFFFFF;
    text-align: center;
    font-family: "Cambria", serif;
    font-size: 2.5em;
    background: #08065D;
}

/*Navigation*/

.topnav {
  overflow: hidden;
  background-color: #08065D;
}

.topnav a {
  float: right;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #A48930;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*body*/

.container {
  padding: 64px;
}

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

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}


img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}
/*Button*/

.buttonCon {
  border-radius: 4px;
  background-color: #A48930;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 16px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttonCon span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonCon span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonCon:hover span {
  padding-right: 20px;
}

.buttonCon:hover span:after {
  opacity: 1;
  right: 0;
}

/*quotes*/

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #A48930;
}

/* Slides */
.mySlides {
  display: none;
  padding: 2px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 90%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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: #3A3E42;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 5px;
    background: #A48930;
}

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

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #888C91;
}

/* Add an italic font style to all quotes */
q {font-style: italic;
	color: #08065D;
    font-size: 24px
}

/* Add a blue color to the author */
.author {color: #08065D;}


/*responsive image*/
.responsive {
  width: 100%;
  height: auto;
  padding: 40px;
}

/*CONTACT FORM*/

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


input[type=submit] {
  border-radius: 4px;
  background-color: #A48930;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 16px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

input[type=submit]:hover {
  background-color: #08065D;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
/*gold: #A48930 grey: #888C91  blue: #08065D  white: #FFFFFF onyx: #3A3E42/*