@charset "utf-8";
/* CSS Document */

body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: whitesmoke;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 16px 18px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: white;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.navbarlogo {
		max-width: 200px;
		max-height: 100px;	
	}

.coverpic {
	width: 100%;
}

.mainpagepics {
	max-height: 300px;
	max-width: 300px;
	text-align: center;
}	

.holder {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}



.thumbnail {

	padding-right: 20px;

}

.thumbnailtitle {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;

}

.thumbnailpic {


}

.thumbnailpic:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.mysizeclass {
	
}

