/* Main Style */

body {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  color: #191970;
  background-color: #F8F8FF;
}

a {
  color: #404040;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #708090;
  text-decoration: underline;
}

#wrapper {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
  background-color: #c1d4f7;
}

#wrapper li {
  padding: 10px;
}

.newsletter {
  text-align: center;
  background-color: #E0E0E0;
  border-radius: 5px;
  padding: 10px;
  margin-left:20%;
  margin-right:20%;

}

/* Toggle Styles for Funding Page */
.toggleButton {
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #708090;
  border-radius: 5px;
  cursor: pointer;
}

.banner {
  height: 200px;
  width: 100%;
  overflow: hidden;
}


/* Icon Styles */

.icon {
  margin: 20px 30px 20px 20px;
  width: 200px;
  height: 200px;
  position: relative;
  float: right;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}

.icon img {
  width:200px;
  height: 200px;
  border-radius: 5px;
}

.portrait {
  margin: 20px;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
  width: 450px;
  height: 450px;
  position: relative;
  display: inline-block;
}

.portraitCaption {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;

}

/* imageButton style for transition animation */

.imageButton {
  margin: 20px;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
  width: 450px;
  height: 450px;
  position: relative;
  display: inline-block;

}

.imageButton:hover img{
  filter: blur(2px) brightness(40%);
  cursor: pointer;
  width: 450px;
  height: 450px;

}
.imageButton img{
  border-radius: 4px;
  transition: 2s
  width: 450px;
  width: 450px;
}

.imageButton :not(img){
  position: absolute;
  top:30%;
  z-index: 1;
  color: #D3D3D3;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: 2s;

}

.imageButton:hover :not(img){
  opacity: 1;

}
.imageButton h3{
  top:50%;
}
.imageButton:hover h3,h2{
  cursor: pointer;
}

/* End of imageButton style */

/* Table Style */

th {
  padding: 10px;
  margin: 10px;
  background-color: #D3D3D3;
}

td {
  padding:10px;
  margin: 10px;
  background-color: #E0E0E0;
}

/* Lightbox and Modal Style Rules */

.row > .column {

}

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

    /* Style for the preview/thumbnail pictures */
.column {
  position: relative;
  margin: 10px;
  padding: 10px;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
  float: left;
  background-color: white;
  border-radius: 5px;
}

    /* Style for the thumbnail captions */
.thumbnailCaption {
  font-size: 18px;
  text-align: center;
  padding: 10px;

}

    /* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;

}

    /* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 450px;
  max-height: 450px;
}

    /* 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: white;
  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;
}

    /* 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: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: #696969;
}

    /* Caption text */
.caption-container {
  text-align: center;
  background-color: #000000;
  padding: 2px 16px 10px 16px;
  color: white;
}

img.demo {

}

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

/* End of Lightbox and Modal Style Rules */

/* Slider Style Rules */
#slider-container {
  width: 700px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
  border-radius: 5px;

}

#slider {
    width: 700px;
    height: 460px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;

}

#slider .slides {
    display: block;
    width: 6000px;
    height: 460px;
    margin: 0;
    padding: 0;
}

#slider .slide {
    float: left;
    list-style-type: none;
    width: 700px;
    height: 460px;
}
