body {
  font-family: Verdana, sans-serif;
  margin: 2%;
  max-width:650px;
  margin:auto;

}

* {
  box-sizing: border-box; /*makes padding go inside width*/
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
} 

p {
	font-family: Verdana, arial;
	font-size:0.8em;
    }
/*Google fonts*/	
#newfont {
    font-family: 'rock salt', arial;
    font-size: 24px;
	line-height:42px;
	margin-top:12px;
	margin-bottom:15px;
	text-align:center;
	color:gray;
	text-shadow: 4px 4px 4px #aaa;
}
		
#anothernewfont {
   font-family: 'roboto', arial;
   font-size: 1.0em;
   font-weight:600;
	letter-spacing:1px;
	text-align:center;
	padding-bottom:0px;
}
/*END Google fonts*/
/*for COLUMNS*/		
.row > .column {
  padding: 2px 2px;
}

.column {
  float: left;
  width: 25%;
}
/*END COLUMNS*/	

/*horizontal navbar*/
#nav li {
    display: inline-block;
}
#nav {
	width: 100%;
	margin:auto;
	list-style:none;  /*the symbol*/
	margin-top:3px;
	margin-bottom:18px;
	padding:0px;
	text-align:center;
	}
#nav li{	
	display:inline;
	margin-left:5px;
	margin-right:5px;
	}
#nav a {
	font-family:roboto, arial;
	font-size:0.84em;
	color:#000099; /*font colour*/
	text-align:center;
	text-decoration:none;
	border-bottom:1px #b3b3ff solid;
	padding:0px;	
	}	
#nav a:hover {
	color:#999999; /*text colour*/
	background-color:#ffffff;
	border-bottom:0px;
	}
	
.currentpage {
	font-family:roboto, arial;
	font-size:0.84em;
	color:#008000; /*text current page colour*/
	}
	
#textpara {
	width:85%;
	margin-top:24px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	}
	
#textpara2 {
	width:85%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.95);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 95%;
  max-width: 650px;
}

/* The Close Button */
.close { 
  position: absolute;
  top: -15px;
  right: 5px;
}

.close:hover,
.close:focus {
  opacity:0.5;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px;
  /*margin-top: -50px;*/
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  -ms-user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 18px;
  font-family:arial, sans-serif;
  font-weight:700;
  padding: 8px 12px; /*8-12*/
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 0px;
  }

/* Caption text */
.captext {
  color: #ffffff;
  font-size: 0.8em;
  background-color:#000000;
  padding: 8px 12px;
  text-align: center;
}

.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)
}

	/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: red;
}

img.hover-shadow {
  transition: 0.3s;
  border:1px solid #808080;
  margin-bottom:2px;
}

.container {
    position: absolute;
    text-align: center;
    color: black;
	margin-top:5px;
}

.top-left {
    position: absolute; 
	top:-30px;
	left: 3px;
}

.top-right {
    position: absolute;
    right:-30px;
	right: 3px;
}

.small {
	font-family: Verdana, arial;
	font-size:0.7em;
    }