body {
	font-family: verdana;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 120px;
	margin-left: 100px;
}

title {
	
	
}

underline {
	
	
}

/* dropdown button */
.dropbtn{
	background-color: #FFFFFF;
	color: black;
	padding: 2px;
	border: none;
	font-family: verdana;
}

/* The container <div> needed to position the content */
.dropdown{
	position: relative;
	display: inline-block;
}

/* Dropdown Content (hidden) */
.dropdown-content{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* links inside dropdown */
.dropdown-content a{
	color: black;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
	display: block;
	font-family: verdana;
}

/* change colour of dropdown links on hover */
.dropdown-content a:hover
{background-color: #87AFC7;
 color: white;}

/* show dropdown menu on hover */
.dropdown:hover .dropdown-content
{display: block;}

/* change background color of the dropdown button when content is shown */
.dropdown:hover .dropbtn
{background-color: #87AFC7;
 color: white;}
 	
/* Add a black background color to the top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #B6B6B4;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #87AFC7;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #87AFC7;
  color: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


* {
  box-sizing: border-box;
}

.photocontainer{
  position: relative;
}

.rolltitle{
	font-size: 13px;
	margin-bottom: 50px;
}

.mySlides{
  display: none;
}

.mySlides2{
  display: none;
}

.cursor{
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  background-color: #87AFC7;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next{
	  right: 0;
	  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	  background-color: rgba(0, 0, 0, 0.8);
}

.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  background-color: #87AFC7;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next2{
	  right: 0;
	  border-radius: 3px 0 0 3px;
}

.prev2:hover,
.next2:hover {
	  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
	  color: #87AFC7;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
}

.caption-container {
	  text-align: center;
	  background-color: #87AFC7;
	  padding: 2px 16px;
	  color: white;
}

.row:after {
      content: "";
      display: table;
      clear: both;
}

.photocolumn {
    float: left;
    width: 16.66%:
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}	

.desc{ 
   font-size: 13px;
}