
body {
  background-color: white;
  color: black;
  font-size: 14px;
  font-family: ＭＳ Ｐゴシック;
  letter-spacing: 2px;
  margin:0;
}

::selection {
  background: #ffcdef;
}

      h1 {
        color:#6e45ff;
      font-size: 36px;
      font-family: ＭＳ Ｐゴシック;
      font-style: italic;
      font-weight: bold;
      text-transform:uppercase;
      letter-spacing: 5px;
    }

      h2 {
      font-size: 16px;
      font-family: ＭＳ Ｐゴシック;
      letter-spacing: 6px;
      text-align: left;
      font-weight:bolder;
      display:inline;
      text-transform:uppercase;
      text-shadow: 1px 1px 1px black; 
    }

/*HEADER*/
.menu {
 position: fixed; 
 width: 100%;
 padding: 25px 0px;
 margin-top: -10px; 
background: linear-gradient(180deg, rgba(255,211,236,1) 65%, rgba(255,255,255,0) 100%);
}

/*IMAGES IN BODY OF PAGE*/
.imgbody {
  width: 90%;
  padding-top: 125px;
}

/* IMAGES: PAINTINGS */
.img {
  height: 325px;
  margin: 5px;
}

/*IMAGES: SLIDESHOW */
.imgslide {
  height: 600px;
  width: auto;
}

/* ABOUT PAGE STYLING */
.aboutbody {
  width: 40%;
  padding-top: 175px;
  margin: auto;
}
/*
.intro {
  padding: 20px;
}
*/
.column {
  float: left;
  width: 55%;
  margin: 10px;
}
.row {
  text-align: left;
  margin: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
  margin-top: 40px;
}

/*LINK STYLING*/
/* unvisited link */
a{
  color: black;
    text-decoration: none;
    font-weight:bold;
     text-shadow: 1px 1px 1px black; 
}
/* mouse over link */
a:hover {
  color: #6e45ff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #6e45ff; 
}

/*SCROLLBAR STYLING*/
/* Scrollbar styles */
::-webkit-scrollbar {
width: 18px;
height: 18px;
}
::-webkit-scrollbar-track {
border-radius: 0px;
width: 0px;
border: 1px dotted black;
}
::-webkit-scrollbar-thumb {
background: pink; 
border: 1px solid black;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
background: pink;  
}

/*IMAGE GALLERY SLIDESHOW*/
*/LIGHT BOX STYLING*/
    
    .row > .column {
  padding: 0 8px;
}

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

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffd3ec;
}

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

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #6e45ff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 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: #fca4d6;
}

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

/* Caption text */
.caption-container {
  text-align: center;
  background-color: #ffd3ec;
  padding: 1px 16px;
  color: black;
}

img.demo {
  opacity: 0.6;
}

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

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




