h1, p, a{
	font-family: calibri;
}
.fontlink1 {
	color: black;
	font-family: calibri;
	font-size: 30px;
	text-decoration:none;
}
.header1 {
	color: white;
	background: #9558ef;
	text-align: center;
	font-family: calibri;
	border-style: solid;
	border-width: 1px;
	border-color: #000000
}
.d1 {
	float: left;
	color: black;
	background-color: #f3f3f3;
	height: 340px;
	width: 49%;
	margin-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.d_p1 {
	color: black;
	padding-left: 7px;
	font-size: 20px;
	text-align: center;
}
.d_header {
	padding: 0.1em;
	color: white;
	background: #9558ef;
	text-align: center;
	font-family: calibri;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #000000
}
.d2 {
	float: right;
	color: black;
	background-color: #f3f3f3;
	height: 340px;
	width: 49%;
	margin-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.d1_img1 {
	float: left;
	width: 49%;
	margin-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #f3f3f3;
}
.d1_img2 {
	color: black;
	background-color: #f3f3f3;
	height: 441px;
	width: 100%%;
}
.d2_img1 {
	float: right;
	width: 49%;
	margin-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #f3f3f3;
}
.d2_img2 {
	color: black;
	background-color: #f3f3f3;
	height: 441px;
	width: 100%%;
}
.d_header_img {
	padding: 0.1em;
	color: white;
	background: #9558ef;
	text-align: center;
	font-family: calibri;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #000000
}
.navbalk {
	overflow: hidden;
	background-color: #f3f3f3;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: calibri;
	margin-top: 8px;
}
.navbalk a, span {
	float: left;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}
.navbalk a:hover {
  background-color: #e8e8e8;
}
.navbalk span.active {
    background-color: #9558ef;
    color: white;
	border-right-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ededed;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #777777;
    display: block;
    transition: 0.3s;
}
.sidenav_p {
	padding-left: 32px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #777777;
    display: block;
    transition: 0.3s;
	margin-bottom: 1px;
}
.sidenav_p_top {
	margin-bottom: 1px;
	padding-left: 32px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #777777;
    display: block;
    transition: 0.3s;
}
.sidenav_p_bot {
	margin-top: 1px;
    padding-left: 32px;
	padding-right: 8px;
	padding-bottom: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #777777;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #a0a0a0;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#move {
    transition: margin-left .5s;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a{font-size: 18px;}
}