@font-face{font-family:open; font-style:normal; font-weight:normal;src:url("fonts/openr.woff") format("woff");}
@font-face{font-family:oswald; font-style:normal; font-weight:normal;src:url("fonts/oswald.woff") format("woff");}
@font-face{font-family:oswald; font-style:normal; font-weight:200;src:url("fonts/oswald200.woff") format("woff");}
@font-face{font-family:oswald; font-style:normal; font-weight:300;src:url("fonts/oswald300.woff") format("woff");}
@font-face{font-family:oswaldb; font-style:normal; font-weight:normal;src:url("fonts/oswald300.woff") format("woff");}
a {
  text-decoration: none;
}


#header {width:100%;}
#nav {float:right; padding-right: 5em; padding-top:1em; padding-bottom: 1em;}
#courses {background-color:white;margin:8em auto 2em auto; display:inline-block;padding:1em;}
.capt {font-family:oswald; font-size:1.5em; background-color: #eee; padding:.5em; width:16.7em; display:inline-block; font-weight: 300; margin-top:-1em;}
a {color:black;}
.capt:hover {background:#FFEB59;}
.resource-box {width:20em;margin:1em 1em 1em 3em;display:inline-block;}
.resource-box2 {width:100%;margin:1em 1em 1em 3em;display:inline-block;}
#resources {margin:2em auto; max-width: 80%; display: inline-block; padding-left:3em; clear:both;}
.capt2 {font-family:oswald; font-size:1.2em; background-color: #eee; padding:.5em; width:16.7em; display:inline-block; font-weight: 300; margin-top:-1em;}
.capt2:hover {background:#FFEB59;}
.capt3 {font-family:oswald; font-size:1.2em; background-color: #eee; padding:.5em; width:80%; display:inline-block; font-weight: 300; margin-top:-1em;}
.capt3:hover {background:#FFEB59;}
.no-marg {margin-bottom: 0;}
#block1 {width: 80%; clear:both;margin-left:15%;}
#block2 {width: 80%;margin-left:15%;}
.title {font-family:oswald; font-size:3em;font-weight:300;margin-left:1em;margin-bottom:0;}
.sub-title {font-family:oswald; font-size:1.5em;font-weight:300;margin-left:2em;}
.plain-txt {font-family:open; font-size: 1em;margin-left:3em; width: 80%;}
#block0 {width:80%;margin-left:10%;}

#grant-box {background-color: #99BFF9;
padding: 1em;}



/* Slideshow container */
.sheetshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySheets {
  display: none;
  padding-top:1em;
}

.sheetitem{width:100%;}

.sheetitem-full{width:50%; margin-left:25%;}

/* Next & previous buttons */
.prevy, .nexty {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: black;
  font-weight: bold;
  font-size: 3em;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.nexty {
  right: -0.8em;
}
.prevy {
  left: -0.8em;
}

/* On hover, add a black background color with a little bit see-through */
.prevy:hover, .nexty:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: black;
  background-color: white;
  font-size: 0.7em;
  padding: 0.7em 1em;
  width: 100%;
  text-align: center;
  font-family:open;
  display: inline-block;
  margin-top: -1em;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #222;
  font-size: 1em;
  padding: 2em 3em;
  position: absolute;
  bottom: -4em;
  font-family:open;
}

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

.circle-box {
	padding: 0.8em;
	text-align:center;
}

.active, .circle: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}
}
