:root {
  /* --my-color: #78671a; 
  --home: #d97380;
  --about: #dea262;
  --drawing: #e89ee4;
  --painting: #b579b2;
  --photo: #7a5178;
  --book: #593858;
  --news: #b792e8;
  --contact: #bb1576; */
  /* --my-gradient: linear-gradient(to right,#bfe654, #0d4e0a); */

  /* greeen */

  /* --my-color:#7ebb39; 
  --home: #bfe654;
  --about: #7fe03e;
  --drawing: #7ebb39;
  --painting: #408114;
  --photo: #319712;
  --book: #14641e;
  --news: #0d4e0a;
  --contact: #047009; */

  /* same colour */

  /*--my-color: #047009;
  --home: #047009;
  --about: #047009;
  --drawing: #047009;
  --painting: #047009;
  --photo: #047009;
  --book: #047009;
  --news: #047009;
  --contact: #047009;*/
  
   --contact: #F9A3CB;
  --my-color: #F9A3CB;
  --home: #F9A3CB;
  --about: #F9A3CB;
  --drawing: #F9A3CB;
  --painting: #F9A3CB;
  --photo: #F9A3CB;
  --book: #F9A3CB;
  --news: #F9A3CB;
  --contact: #F9A3CB;
}

body {
  /*background: linear-gradient(to bottom, white, rgba(195, 255, 187, 0.822));*/
  background-color: #fff;
  min-height: 100vh;
  height: 100%;
  font-family: "Arvo", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.modal-header {
  background-color: #ffffff !important;
  color: #85742a !important;
}
.modal-header .btn-close{
    color: #85742a !important;
}
.modal-body {
  background-color: #ffffff !important;
  color: #85742a !important;
}
#modalDescription {
  background-color: #ffffff !important;
  color: #85742a !important;
}
/* menu  */
.drawing {
  color: var(--drawing);
}

.home {
  color: var(--home);
}

.about {
  color: var(--about);
}

.news {
  color: var(--news);
}

.painting {
  color: var(--painting);
}

.photo {
  color: var(--photo);
}

.book {
  color: var(--book);
}

.contact {
  color: var(--contact);
}

.nav-link {
  font-size: 1.5rem;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.error {
  color: tomato !important;
}

#nav-link-home:hover {
  text-align: center;
  color: var(--home) !important;
  border-bottom: 2px solid var(--home) !important;
}

#nav-link-home-active {
  text-align: center;
  color: var(--home) !important;
  border-bottom: 2px solid var(--home) !important;
}

#nav-link-about:hover {
  text-align: center;
  color: var(--about) !important;
  border-bottom: 2px solid var(--about) !important;
}

#nav-link-about-active {
  text-align: center;
  color: var(--about) !important;
  border-bottom: 2px solid var(--about) !important;
}

.nav-link.show {
  color: var(--drawing) !important;
}

#nav-link-drawing:hover {
  text-align: center;
  color: var(--drawing) !important;
  border-bottom: 2px solid var(--drawing) !important;
}

#nav-link-drawing-active {
  text-align: center;
  color: var(--drawing) !important;
  border-bottom: 2px solid var(--drawing) !important;
}

#nav-link-painting:hover {
  text-align: center;
  color: var(--painting) !important;
  border-bottom: 2px solid var(--painting) !important;
}

#nav-link-painting-active {
  text-align: center;
  color: var(--painting) !important;
  border-bottom: 2px solid var(--painting) !important;
}

#nav-link-photo:hover {
  text-align: center;
  color: var(--photo) !important;
  border-bottom: 2px solid var(--photo) !important;
}

#nav-link-photo-active {
  text-align: center;
  color: var(--photo) !important;
  border-bottom: 2px solid var(--photo) !important;
}

#nav-link-book:hover {
  text-align: center;
  color: var(--book) !important;
  border-bottom: 2px solid var(--book) !important;
}

#nav-link-book-active {
  text-align: center;
  color: var(--book) !important;
  border-bottom: 2px solid var(--book) !important;
}

#nav-link-news:hover {
  text-align: center;
  color: var(--news) !important;
  border-bottom: 2px solid var(--news) !important;
}

#nav-link-news-active {
  text-align: center;
  color: var(--news) !important;
  border-bottom: 2px solid var(--news) !important;
}

#nav-link-contact:hover {
  text-align: center;
  color: var(--contact) !important;
  border-bottom: 2px solid var(--contact) !important;
}

#nav-link-contact-active {
  text-align: center;
  color: var(--contact) !important;
  border-bottom: 2px solid var(--contact) !important;
}

.dropdown-item {
  font-weight: bold;
  text-align: center;
}

/* carousel home */
.carousel-inner img {
  height: 80vh;
  width: 100%;
}

#theme-Color {
  color: var(--my-color) !important;
}

.theme-Color {
  color: var(--my-color) !important;
}

/* #theme-Color,
.theme-Color {
  background: var(--my-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

#display-content {
  text-align: justify !important;
}

.display-content {
  text-align: justify !important;
}

/* footer */
.footer {
  font-weight: bold;
}

/* image by caregory */
.display-image {
  width: 100%;
  height: 100%;
}

.news-image {
  width: auto;
  height: 100%;
}

.masonry-item {
  margin-bottom: 16px;
}

.masonryContainer img {
  width: 100%;
  height: auto;
  display: block;
}

/* image single */
.display-single-image {
  width: auto;
  height: auto;
}

/* heading */
.eight h1 {
  text-align: center;
}

/* scroll news */
.news-scroll {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.news-scroll p {
  flex: 0 0 auto;
  min-width: 100%;
  margin: 0;
  white-space: normal;
  text-align: center;
}

@keyframes scrollNews {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% * var(--index)));
  }
}

/* slide show  */
.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow .slideshow-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slideshow .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slideshow button {
  /* border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
  background-color: #78671a;
  border-radius: 50%; */
  color: #78671a;
  border: none;
}






#code-editor {
  border: 1px solid #d1d1d1;
  max-width: 700px;
  margin: 0px auto;
}

.editor-block-controls {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 5px;
  background: #fff;
}

.editor-block-controls>div>button.command {
  outline: none;
  background-color: none;
  background: transparent;
  color: black;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  transition: .2s;
  border-radius: 3px;
  padding: 5px 10px;
}

.editor-block-controls>div>button.command:hover {
  color: lightblue;
}

#editor-block-content {
  max-width: 100%;
  min-height: 150px;
  width: 100%;
  height: auto;
  padding: 12px;
  resize: vertical;
  overflow: auto;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  border: 2px solid #e1e1e1;
  border-radius: 0 0 3px 3px;
  background: #F2F4F6;
  outline: none;
}

#editor-block-content>blockquote {
  border-left: 2px solid black;
  padding: 5px;
  background: #1111;
  font-style: italic;

}

.wsy-command {
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  transition: .2s;
}

.action-buttons {
    display: inline-flex;
    gap: 8px;          /* space between buttons */
    align-items: center;
}
.action-buttons button {
    display: inline-block;
}
