* {
	box-sizing: border-box;
}

header {
	padding:2px;
	font-family: "PT Serif", serif;
	font-size: 15px;
	background-color: rgb(255, 255, 255, 1);
	width: 100%;
	border-bottom: 1.5px solid #dbd9d7;
}

body {
	font-family: "PT Serif", serif;
	font-size: 15px;
	color: #6f6a65;
	background-color: rgb(255, 255, 255, 1);
	margin: 0px;
}

.icons {
	font-size: 30px;
	color: black;
	cursor: pointer;
}

.icons:hover {
	color: #dbd9d7;
}

#logo {
	width: 800px;

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(242, 242, 242);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-top: 1.5px solid #dbd9d7;
}

.sidenav a:hover {
  color: black;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 1p;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

a {
	text-decoration: none;
	outline: none;
}





#header_1 {
	max-width: 780px;
	text-align: center;
	font-family: "PT Serif", sans-serif;
	color: #777372;
	font-size: 25px;
	border-top: 1.5px solid #dbd9d7;
	border-bottom: 1.5px solid #dbd9d7; /* #777372 */
	font-weight: 500;
	line-height: 1.5;
}

#header_2 {
	text-align: center;
	font-family: "PT Serif", sans-serif;
	color: #777372;
	border-top: 1.5px solid #dbd9d7;
	border-bottom: 1.5px solid #dbd9d7;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 10px;
	width: 250px;
}


#content {
	position: relative;
	width: 800px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.flex-header {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	/* border: 1.5px solid #dbd9d7; */
}

.flex-header > div {
	padding: 10px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  /* flex-wrap: wrap; */
  -ms-flex-wrap: row wrap; /* IE10 */
  /* flex-wrap: row wrap; */ 
  flex-flow: row wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33.33%; /* IE10 */
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0px 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
	header { 
		border-bottom: none;
	}
}
