@media print {
a[href]:after {
content: none !important;
}
}

body {
background-color: #FFFFFF;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.maintext {
color: #52330D;
text-align: left;
font-size: 120%;
padding: 35px 20px 20px 20px;
}

.contact-text {
color: #52330D;
text-align: left;
font-size: 100%;
font-weight: bold;
padding: 10px 20px 10px 20px;
}

h1 {
color: #52330D;
}

h2 {
color: #52330D;
}

h3 {
color: #52330D;
}

 /* unvisited link */
a:link {
color: #52330D;
text-decoration: none;
}

/* visited link */
a:visited {
color: #52330D;
text-decoration: none;
}

/* mouse over link */
a:hover {
color: #B95C20;
text-decoration: none;
}

/* selected link */
a:active {
color: #52330D;
text-decoration: none;
} 

.contact {
background-color: #E0D7BF; 
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
margin-bottom: 0;
border-radius: 0;
background-color: #E0D7BF; 
}
	
.navbar-default { 
background-color: #E0D7BF;
border-radius: 0; 
border-width: 0x;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #52330D;
}

.navbar-default .navbar-nav > li > a {
    color: #52330D;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #52330D;
    background-color: #e2e2e2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #52330D;
    background-color: #C7BFB7;
}

.navbar-default .navbar-text {
    color: #52330D;
}

.navbar-default .navbar-toggle {
    border-color: #52330D;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #C7BFB7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #52330D;
}

.navbar-brand {
padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
height: 100%;
padding: 0px; /* firefox bug fix */
width: auto;
}

.footer {
position: fixed;
padding: 10px 0 0 0;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
background-color: #FFFFFF;
}


/* Photo Gallery */
.row > .column {
  padding: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create five equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
}

/* Create ten equal columns that floats next to each other */
.column2 {
  float: left;
  width: 10%;
}

/* The Modal (background) photo galleries*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content photo galleries*/
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

.modal-content2 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 400px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: red;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 0;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: red;
  font-size: 22px;
  padding: 12px 12px 12px 20px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: left;
  background-color: black;
  padding: 25px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  cursor: pointer;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}






