#wrapper 
{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	font-family: 'Amatic SC', cursive;
}

h1 
{
	font-family: 'Amatic SC', sans-serif, Century Gothic;
	font-size: 60px;
	color: black;
	text-align: center;
	font-weight: 500;
	max-width: 100%;
	margin: auto;
}

h1.solid 
{
	border-style: solid;
	margin: 10px;
}

h2
{
	font-family: 'Amatic SC', sans-serif, Century Gothic;
	font-size: 50px;
	color: black;
	text-align: center;
	font-weight: 80;
	max-width: 100%;
	margin: auto;
}

p
{	
	font-family: 'Amatic SC', sans-serif, Century Gothic;
	font-size: 25px;
	color: black;
	text-align: left;
	max-width: 100%;
	margin: auto;
	padding: 1px;
	padding-left: 8px;
	
}

/* line-height: 1.6; */

title
{
	font-family: 'Amatic SC', sans-serif, Century Gothic;
	font-size: 34px;
	color: black;
	text-align: left;
	font-weight: 50;
	max-width: 100%;
	margin: auto;
}

footer
{
	font-family: 'Amatic SC', sans-serif, Century Gothic;
	color: black;
	font-size: .8em;
	padding: 10px;
	margin: 20px;
	text-align:center;
	max-width: 100%;
}

center
{
	font-family: 'Amatic SC', sans-serif, Century Gothic;
	font-size: 40px;
	color: black;
	text-align: center;
	font-weight: 60;
	max-width: 100%;
	margin: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#colorback1 {
  padding: 15px;
  background: #D0D9D9;
  background-origin: padding-box;  
}


/*Responsive Image*/

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* RI End */


body {
  margin: 0;
  font-family: 'Amatic SC', sans-serif, Century Gothic;
}



/*sidenav start*/

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  
  padding: 0px 10px;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #94A6A6;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #EBF2F2;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav a.active {
  background-color: #B4BEBF;
  color: white;
}

.sidenav a:hover:not(.active) {
  background-color: #7D8C8B;
  color: white;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*end sidenav*/

/*image gallery grid*/
/* Create four equal columns that floats next to each other */
.column 
{
	flex: 25%;
	float: left;
	width: 50%;
	padding: 10px;
}
.column img
{
	margin-top: 8px;
	
}

.row 
{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px
}

/* Clear floats after the columns */
.row:after 
{
	content: "";
	display: table;
	clear: both;
}

/*image grid end*/


.pagecontent 
{
  box-sizing: border-box;
}
