@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911');
@import url('https://cdn.rawgit.com/mirazmac/bengali-webfont-cdn/master/solaimanlipi/style.css');

html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}
.fixed-header {
  width: 100%;
  display: flex;
  position: fixed;
  width: 100%;
  height: 65px;
  background-color: #453943;
  top: 0px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 2px 2px 2px #2E2F2F;
     -moz-box-shadow: 2px 2px 2px #2E2F2F;
     -webkit-box-shadow: 2px 2px 2px #2E2F2F;
}

.logo-container {
  width: 50%;
}

#header-img {
	height: 50px;
  object-fit: contain;
  margin-left: 30px;

}
#nav-bar {
  height: 65px;
  width: 50%;
	display: flex;
  justify-content: flex-end;
	align-items: center;
}
.nav-link {
  color: #ed8320;
  margin-right: 30px;
	font-family: 'Source Sans Pro';
}
body {
	font-family: 16px;
	line-height: 1.5;
	font-family: 'Goudy Bookletter 1911', serif;

}

h1 {
	font-weight: 500;
	letter-spacing: .05rem;

}

h2 {
	font-weight: 300;
	font-size: 28px;
}

a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.pf-sidebar {
	text-align: center;
	padding: 5vw;

}

.pf-sidebar > h1 {
	color: white;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, .21);
	font-size: 46px;
}

.pf-sidebar > p {
	color: white;
}


.pf-grid-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2vw;
	column-gap: 5%;
	border-bottom: solid #CCCCCC 1px;
}

.pf-grid-item:hover {
	background-color: #E9ECEB;
}

.pf-grid-item:last-child {
	marker-start: 0;
}

.pf-grid-item > img{
	width: 140px;
	height: 140px;
	object-fit: cover;
	margin-right: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.pf-container {
	display: flex;
	margin-top: 65px;

}

.pf-content {
	padding: 3vw;
	font-family: 'SolaimanLipi', serif;
}
/* Small screens */
@media only screen and (max-width: 900px) {
	.pf-container {
		flex-direction: column;
		margin-top: 65px;

	}
	.pf-sidebar{
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 50vh;
		align-items: center;
		text-align: center;
	}
}

/* Large screens */

@media only screen and (min-width: 901px) {
	.pf-sidebar-container {
		flex: 40vw;
	}


	.pf-sidebar {
		position: fixed;
		height: 100vh;
		width: 40vw;


	}

	.pf-sidebar > * {
		padding: 10% 0;
	}

	.pf-content {
		flex: 60vw;
	}

	.pf-grid  {
		display: flex;
		flex-direction: column;
		justify-content: center;

	}

	.pf-grid-item {
		width: 70%;
		margin-right: 1rem;
	}
}
