
body {
  background-color: #FFFDE7;    /* #FFFDE7 */
}

h1 {
  color: navy;
  margin-left: 20px;
}

img {
  margin: auto;
  display: block;
}

a {
  text-decoration:none;
}

#header {
  /* border: 2px solid #C6332D; */
  background-color: #FFFFFF;
  border-radius: 10px;
	margin: 20px auto 0px auto;
	padding: 0;
  height: auto;
	width: 1200px;
  display: flex;
}

#header .icon {
  padding-top: 6%;
  width: 25%;
}

#header .icon img{
  width: 70%;
}

#header .hbody {
  width: 75%;
  display: flex;
}

#header .hbody .hbody-left {
  width: 75%;
}

#header .hbody .hbody-left .hbody-banner{
  padding-top: 18px;
  width: 100%;
}

#header .hbody .hbody-left .hbody-banner img{
  width: 75%;
}

#header .hbody .hbody-left .hbody-text{
  /* border: 2px solid #C6332D; */
  border-radius: 10px;
  text-align: center;
}

#header .hbody .hbody-left .hbody-text p{
  text-align: justify;
  color: #808080;
  font-size: 18px;
  /*padding: 0px 30px; */
}

#header .hbody .hbody-left .hbody-content audio{
}

#header .hbody .hbody-right{
  width: 25%;
  display: flex;
}

#header .hbody .hbody-right .links{
  width: 100%;
  padding: 30px 0px;
}

#header .hbody .hbody-right .links .link{
  background-color: #FFFFFF;
  height: 15%;
  padding-left: 15px;
}

#header .hbody .hbody-right .links .link .link-body{
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
}

#header .hbody .hbody-right .links .link .link-body:hover{
  background-color: #C6332D;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
}

#header .hbody .hbody-right .links .link .link-body a:hover{
  background-color: #C6332D;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
}

#body {
  /* border: 2px solid #C6332D; */
  background-color: #FFFFFF;
  border-radius: 10px;
	margin: 20px auto 0px auto;
	padding: 10px 0 0 0;
  min-height: 600px;
	width: 1200px;
  height: auto;
}

#body .categories {
  background-color: #FFFFFF;
  /* border: 2px solid blue;       */     /* Temporary to give frame */
  height: auto;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

#body .categories .category {
  background-color: #FFFFFF;
  /* border: 2px solid red;   */         /* Temporary to give frame */
  width: 33.33%;
  padding: 10px;
}

#body .categories .category .feature {
  background-color: #FFFFFF;
  justify-content: center;
  display: flex;
}

#body .categories .category .feature a{
  background-color: #FFFFFF;
  justify-content: center;
  display: flex;
}

#body .categories .category .feature a img{
  background-color: #FFFFFF;
  display: flex;
  height: 320px;
  width: 320px;
}

/*
#body .categories .category .feature a img:hover{
  background-color: #FFFFFF;
  display: flex;
  height: 360px;
  width: 360px;
}
*/

.img-expand {
  top:-50px;
  left:-35px;
  display:block;
  z-index:999;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}

/*change the number below to scale to the appropriate size*/
.img-expand:hover {
  transform: scale(1.2);
}

#body .categories .category .ftext p{
  background-color: #FFFFFF;
  /* border: 2px solid orange;     */      /* Temporary to give frame */
  text-align: justify;
  color: #808080;
  font-size: 16px;
  padding: 5px 30px;
}

#body .categories .category .feature-label{
  background-color: #FFFFFF;
  /* border: 2px solid orange;     */      /* Temporary to give frame */
  font-style: italic;
  color: #808080;
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#valleri-body {
  border: 2px solid red;
  border-radius: 10px;
  background-color: #FFFFFF;
	margin: 20px auto 0px auto;
	padding: 0;
  height: 800px;
	width: 1200px;
  display: flex;
}




#footer {
  border: 2px solid #C6332D;            /* Temporary to give frame */
  background-color: #E0E0E0;
  border-radius: 10px;
	margin: 20px auto 0px auto;
	padding: 0;
  height: 100px;
	width: 1200px;
}






* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

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

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

/* Position the "next button" to the right */
.next {
  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: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

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

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}
