header {
  background-color: #A7BFD4;
  height: 23%;
  width: 100%;
}

#body {
  background-color: #43617C;
  width: 100%;
  height: 1200px;
}

#container {
  background-color: white;
  margin-left: 10%;
  width: 80%;
  float: center;
  font-family: 'Verdana', serif;
  height: 63%;
  text-align: center;
}

#content{
	background: white;
  height: 65%;
  width: 100%;
	float: center;
  font-family: 'Verdana', serif;
  text-align: center;
}

footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 8%;
   background-color: #A7BFD4;
   color: black;
   text-align: left;
   font-family: 'Verdana', serif;
 }

h1 {
font-family: 'Song Myung', serif;
color: black;
text-shadow: 1px 1px 5px #cc0000;
}


img.imageone {
    border-radius: 80%;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 40%;
}

img.imagetwo {
    border-radius: 40%;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 40%;
}

img.imagethree {
    border-radius: 80%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 40%;
}

img.contactimageone {
    border-radius: 40%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 20%;
}

img.contactimagetwo {
    border-radius: 30%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 20%;
}

img.contactimagethree {
    border-radius: 40%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 20%;
}

img.workshopimageone {
    border-radius: 40%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 20%;
}

img.cultureimageone {
    border-radius: 60%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 30%;
    height: 20%;
}

img.cultureimagetwo {
    border-radius: 40%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 20%;
    height: 40%;
}

img.cultureimagethree {
    border-radius: 60%;
    background-position: left top;
    background-repeat: repeat;
    padding: 2%;
    width: 20%;
    height: 40%;
}

nav {
	margin: auto;
	text-align: center;
	padding-top: 130px;
	padding-left: 10%;
	padding-bottom: 30px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	font-family: 'GFS Didot', serif;
}
/* Style the links inside the navigation bar */
nav a {
		float: left;
    display: inline;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
		margin-top: 20px;
		margin-left: 65px;
		width: 10%;
}

/* Change the color of links on hover */
nav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */

img.title {
  position: absolute;
  padding-right: 70px;
  padding-left: 510px;
  padding-top: 20px;
}

img.logo {
  height:100px;
  width:
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

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

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

/* 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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 1% 0.5%;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}
