@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #D7DDAA;
  margin: 0;
  text-shadow: 0 -1px 0 black;
  font-size: 16px;
  line-height: 1.625em;
  font-family: "Open Sans", tahoma, sans-serif;
  font-weight: 400;
  background: #38362e;
  /*background-image: repeating-linear-gradient(to left ,#3f443b,#48463e,#453d37, #4d4135);*/
  
  background-image: url(x-m.png), repeating-linear-gradient(to left ,#3f443b,#48463e,#453d37, #4d4135);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
}

* {
  box-sizing: border-box;
}
.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}
p {
  color: #CCBD81;
  font-size: 1.1rem;
  margin-top: -10px;
  margin-bottom: 20px;
  hyphens: auto;	

	}
a {
  color: #D7DDAA;
  text-decoration: none;

}
h1 {
  font-size: 44px;
  font-family: 'Philosopher', serif;
  line-height: 42px;
  letter-spacing: 2px;
  color: #B6A358;
  font-weight: 700;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#000000),color-stop(40%,#000000),color-stop(100%,rgba(0,0,0,0.5)));
  margin: 0;
  padding: 0;
}
h1:hover { 
color: #C8B361;
}
.style14a {
  color: #CBBE89;
  font-size: 18px;
  line-height: 31px;
  margin-top: 2px;
  display: inline-block;
}
	.column p {
  color: #CCBD81;
  font-size: 0.9rem;
  margin: 0 auto;
  margin-top: -6px;
  margin-bottom: 30px;
  line-height: 1.3rem;
  padding: 0 10px;
  max-width: 250px;
}


h2 {
font-size: 1.5rem;
  font-family: 'Philosopher', serif;
  line-height: 1.5rem;
  letter-spacing: 2px;
  color: #B6A358;
  border-bottom: 1px solid #B6A358;
  padding-bottom: 10px;
  margin: 0 20px;
  background: #00000014;
  padding-top: 10px;
  border-radius: 10px 10px 10px 10px;
}
#content {
  margin: 43px 40px 40px 280px;
}
#sidebar {
  position: fixed;
  top: 30px;
  left: 40px;
  width: 190px;
  text-align: center;
}
#sidebar .author {
  line-height: 1.7em;
}
.style14 {
  font-size: 18px;
  line-height: 10px;
  margin-top: 0px;
  max-width: 110%;
  min-width: 90%;
  color: #B1B59F;
}
.style24 {
  font-family: 'Philosopher', serif;
  font-size: 100%;
   font-weight: 700;
  line-height: 10px;
  margin-top: 0px;
  max-width: 100%;
  min-width: 90%;
  color: #CBBE89;
  letter-spacing: 5px;
}
.style21 {
  font-size: 44px;
  font-family: 'Philosopher', serif;
  line-height: 42px;
  letter-spacing: 2px;
  color: #B6A358;
  font-weight: 700;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#000000),color-stop(40%,#000000),color-stop(100%,rgba(0,0,0,0.5)));
}


#nav {
  list-style: none;
  margin: 1.0em 0 2em 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
  font-family: "Verdana", Arial, sans-serif;
}
#nav li {
  padding: 0;
  margin: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.0);
}
#nav a {
  display: block;
  padding: 0.7em 10px 0.9em 10px;
  background: rgba(99, 92, 66, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav a:hover, #nav a:active {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-color: rgba(96, 109, 78, 0.24);
}
#nav li:hover, #nav li:active {
  background-color: rgba(96, 109, 78, 0.44);
  border-color: #b72727;
}
#nav li .active {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-color: rgba(96, 109, 78, 0.44);
  border-left: 2px solid #b72727;
}
#sidebar a {
 /* color: #D7DDAA;*/
text-decoration: none;
}
.column img {
  max-height: 300px;
  max-width: 100%;
  width: auto;
  padding-top: 10px;
}
button {
  width: 100%;
  padding: 0px 15px;
  background: none;
  border: 0;
  color: #B6A358;
  font-size: 1rem;
  cursor: pointer;
  letter-spacing: 1px;
}

.row > .column {
  padding: 0 8px;
}

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


.column {
/*  width: 19%;*/
  text-align: center;
  display: inline-table;
  vertical-align: top;
  margin: 0 1.0%;
}
.column2 {
  display: inline-flex;
  width: 10%;
  display: none;	
	}
	.style11 {
  float: right;
  font-size: 75%;
  letter-spacing: 0.05rem;
  text-align: center;
  margin: 0 3.5rem;
  color: #b7b7b7;
  line-height: 1.1rem;
}
.style11:hover { 
color: #B6A358;
}
.style21:hover {
  color: #CAB668;
}
.style14:hover {
  color: #CACEB9;
}
.style14a:hover {
  color: #CACEB9;
}
.style24:hover {
  color: #E1D49C;
}

.more {
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-family: "Open Sans", tahoma, sans-serif;
  color: #B7AA7A;
  font-size: 95%;
  border-top: 4px double #B6A3586E;
  margin: 0 20px 0 20px;
}


.row {
  display: block;
  text-align: center;
  background: #fffefe05;
  background: rgba(197, 193, 126, 0.08);
  margin: 0 20px;
  padding: 30px 0 0 0;

}


 #caption {
  font-size: 1.1rem;
}
img.demo {
  width: 20% !important;
  padding: 3%;
	}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #1c1a12cc;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: none;
  margin: auto;
  padding: 0;
  width: 750px;
  max-width: 80%;
}

/* The Close Button */
.close {
  color: #acacac;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 35px;
  font-weight: normal;

}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0px;
  color: #9f9f9f;
  font-weight: bold;
  font-size: 25px;
  transition: 1.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  font-weight: 400;
 
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.kutia1  {
  width: 15vw;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  margin-top: -200px;
  padding-top: 200px;
  float: left;
  text-align: leftt;
  outline: none;
  background: transparent;
}

.kutia2  {
width: 15vw;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 400px;
  margin-top: -200px;
  padding-top: 200px;
  float: right;
  text-align: right;
  background: transparent;
  outline: none;
}


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

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

img {
  margin-bottom: 4px;
}

.caption-container {
  text-align: center;
  background-color: #00000017;
  padding: 2px 16px;
  color: #9D9D9D;
  margin-top: 0px;
  font-weight: 500;
  font-family: 'Philosopher';
  letter-spacing: 0.06rem;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.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);
}

.mySlides img {
width: auto;
  max-height: 650px;
}

.mySlides {
  text-align: center;
  animation: animatetop 1.0s;
}
.style7 {

  word-spacing: 5px;
  cursor: default;
  filter: Mask(Color=#FF6600);
  margin: 0 auto 20px auto;
  font-size: 0.9rem;

}

.style7 a {
  border: 1px solid #605353;
  padding: 6px 9px;
  border-radius: 5px;
  color: #A3A49F;
}

#sidebar .style7 a:hover, #sidebar .style7 a:active {
  color: #B6A358;
  background: #402a123d;
}


@media (max-width: 800px) {

.style11 {
  font-size: 60%;
  float: none;
}
#content {
width: 100%;
  margin: 0;
 padding: 0;
}
 #sidebar {
  position: static;
  text-align: center;
  width: auto;
  margin: 20px 20px 0 20px;
}
 #nav li {
    display: inline-block;
  }
 #nav li a {
    height: auto;
    margin: 6px 6px 6px 6px;
    border-radius: 5px;
    padding: 5px 15px;
    border-bottom: 3px solid #53513b;
	border-left: 2px solid rgba(255, 255, 255, 0.0);
  }	
 
  #nav li a:hover {
    background-color: rgba(96, 109, 78, 0.44);
	border-left: 2px solid #b72727;
  }	
  #nav li:hover {
    background: none;
	border-color: rgba(255, 255, 255, 0.0);;
  }	
 .active {
    background-color: rgba(96, 109, 78, 0.44);
	border-left: 2px solid #b72727;
}
h2 {
  font-size: 1.2rem;
}
}
@media (max-width: 767px) {
#content {
width: 100%;
  margin: 0;
 padding: 0;
 margin-top: -1rem;
}
#sidebar {
position: static;
text-align: center;
width: auto;
margin: 20px 20px 0 20px;
}
 #sidebar #nav li {
    display: inline-block;
  }
 
.mySlides img {
  width: auto;
  max-height: 550px;
}
.nee {
  display: none;
}	

}

@media (max-width: 620px) {
	
	.mySlides img {
  width: auto;
  max-height: 500px;
}

}
@media (max-width: 520px) {
	
	.mySlides img {
  width: auto;
 /* max-height: 480px;*/
  max-width: 100%;
}
	
}
@media (max-width: 467px) {
.mySlides img {
  width: auto;
 /* max-height: 450px;*/
  max-width: 100%;
}	
.modal-content {
  max-width: 95%;
}
.column {
  width: 100%;
}
#caption {
  font-size: 1.0rem;
}	
}
@media (max-width: 320px) {
	
	.mySlides img {
  width: auto;
  max-height: 400px;
}
 #content {
    margin-top: -2rem;
  }
}
.red {
  margin: 50px 0px 0px 0px;
}

.style33 {
color: #978B4A;
  word-spacing: 1px;
  font-weight: normal;
  font-size: 2.3rem;
  padding: 20px 10px 10px 20px;
  background: rgba(59, 59, 59, 0.6);
  vertical-align: middle;
  display: block;
  bottom: 0;
  position: fixed;
  right: 0;
  border-radius: 10px 0 0 0;
  border-right: 5px solid #842100;
  border-top: 2px solid #967E3A;
  border-left: 1px solid #967E3A;
  font-family: 'Philosopher', serif;
  font-weight: 600;
  text-align: center;
}


