body {
	font-family: "Lato";
	padding-top: 92px;
}

div a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	transition: border-bottom 250ms ease-in-out;
	border-bottom: 1px solid transparent;
}

div a:hover {
	border-bottom: 1px solid black;
}

.main-container {
	position: relative;
	left: 0;
	width: 100vw;
}

.panel {
	position: relative;
	left: 0;
	width: 100%;
	margin-bottom: 43px;
	display: flex;
	align-items: center;
}

.panel > img {
	border-radius: 50%;
	height: 100px;
}

.panel > p {
	display: none;
}

.panel > span {
	margin-left: 20px;
	color: gray;
	font-size: .8rem;
}

.panel > span > a {
	font-size: 1rem;
}

.contents {
	width: 100%;
}

.contents > div {
	cursor: pointer;
	margin-bottom: 15px;
	border: 1px solid blue;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background-color: white;
	height: 110px;
	display: flex;
	padding-right: 15px;
}

.contents > div > img {
	border-radius: 5px 0 0 5px;
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	opacity: .7;
	transition: opacity 250ms ease-in-out;
}

.contents > div:hover > img {
	opacity: 1;
}

.contents > div > div {
	flex-direction: column;
	margin-left: 15px;
	width: 100%;
	top: 0;
}

.contents > div > div > h1 {
	font-size: .8rem;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
	transition: border-bottom 250ms ease-in-out;
	display: inline-block;
}

.contents > div:hover > div > h1 {
	border-bottom: 1px solid black;
}

.contents > div > div > span {
	font-size: .6rem;
	color: gray;
	margin-top: 5px;
	display: none;
}

.contents > div > div > p {
	width: 100%;
	font-size: .5rem;
	text-align: justify;
	color: gray;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contents > div > div > p > b {
	font-weight: normal;
	color: black;
}

@media screen and (min-width: 560px) {
	
	.contents > div > div > h1 {
		font-size: 1rem;
	}
	
	.contents > div > div > p {
		font-size: .8rem;
	}
	
}

@media screen and (min-height: 600px) and (min-width: 800px) {
	
	.panel {
		width: 80%;
		left: 10%;
	}
	
	.contents > div {
		height: 180px;
	}
	
	.contents > div > div > h1 {
		font-size: 1.15rem;
	}
	
	.contents > div > div > span {
		display: block;
	}
	
	.contents > div > div > p {
		font-size: 1rem;
	}
	
	.main-container {
		position: absolute;
		left: 10vw;
		width: 80vw;
		display: grid;
		grid-template-columns: 250px 30px 1fr;
	}
	
	.panel {
		position: fixed;
		grid-column: 1;
		display: flex;
		align-content: center;
		flex-direction: column;
		width: 250px;
		border: 1px solid #e2e2e2;
		border-radius: 5px;
		background-color: white;
	}
	
	.panel > img {
		margin-top: 30px;
		height: 150px;
		margin-bottom: 20px;
	}
	
	.panel > p {
		display: block;
		font-size: .8rem;
		text-align: justify;
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #e2e2e2;
	}
	
	.panel > span {
		margin-left: initial;
		margin-bottom: 20px;
	}
	
	.contents {
		display: inline-block;
		position: absolute;
		overflow: hidden;
		grid-column: 3;
	}
	
	.contents > div {
		
	}
}

@media screen and (min-width: 1050px) {
	
	.contents > div > div > h1 {
		font-size: 1.35rem;
	}
	
	.contents > div > div > p {
		font-size: 1rem;
	}
	
}

.email {
	visibility: hidden;
	font-family: 'Courier';
}

.email::before {
	content: "\0072\0066\002e\0065\0073\0075\006f\006c\0075\006f\0074\002d\0076\0069\006e\0075\002e\0068\0074\0061\006d\0040";
	unicode-bidi: bidi-override;
	direction: rtl;
	visibility: visible;
}

.email::after {
	content: "\0071\0069\0072\0063\002D\0074\006E\0069\0061\0073\002E\0079\006E\006F\0068\0074\006E\0061";
	unicode-bidi: bidi-override;
	direction: rtl;
	visibility: visible;
}

.blog-contents {
	width: 100vw;
	left: -5px;
	position: relative;
	background-color: white;
	border: 1px solid #e2e2e2;
	border-radius: 7px;
}

.overflow-bottom:after {
	position: relative;
	content: "\00a0";
	bottom: -10px;
	height: 10px;
	width: 1px;
}

@media screen and (min-width: 800px) {
	
	.overflow-bottom:after {
		bottom: -100px;
		height: 100px;
	}
	
	.blog-contents {
		width: 70vw;
		left: 5vw;
	}
	
	body {
		padding-top: 140px;
	}
	
	.main-container {
		left: 10vw;
		width: 80vw;
	}
	
}

.blog-banner {
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 6px 6px 0 0;
}

.blog-inner {
	padding: 20px;
}

.blog-inner > h1 {
	border-bottom: 1px dashed #e2e2e2;
	font-size: 2.3rem;
}

.blog-inner > h2 {
	color: #7c7e7f;
	font-size: .75rem;
	font-weight: normal;
	text-align: right;
	margin-top: -1rem;
}

.blog-inner > h3 {
	font-size: 1.6rem;
}

.blog-inner > img {
	max-width: 70%;
	margin-left: 15%;
}

.blog-inner a {
	color: blue;
	font-weight: normal;
}

.blog-inner a:hover {
	border-bottom: 1px solid blue;
}

.inline-code {
	background-color: #e2e2e2;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-family: 'Courier';
}

.attached-file {
	display: flex;
	height: 50px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	width: 70%;
	margin-left: 15%;
	background-color: white;
	transition: background-color 250ms ease-in-out;
}

.attached-file:hover {
	background-color: #e2e2e2;
	cursor: pointer;
}

.attached-file > img {
	display: inline-block;
}

.attached-file > span {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	font-family: 'Courier';
	word-wrap: wrap;
}

@media screen and (min-width: 800px) {
	
	.attached-file {
		height: 150px;
		width: 60%;
		margin-left: 20%;
	}
}

.blockquote {
	margin-left: 30px;
	margin-right: 50px;
	font-size: 1.2rem;
	padding: 15px;
	position: relative;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	font-style: italic;
}

.blockquote:before {
	content: "“";
	font-size: 5rem;
	color: #e2e2e2;
	font-family: 'Arial';
	line-height: 2.5rem;
	top: 12px;
	left: 12px;
	position: absolute;
	font-style: normal;
}

.blockquote:after {
	content: "”";
	font-size: 5rem;
	color: #e2e2e2;
	font-family: 'Arial';
	line-height: 2.5rem;
	bottom: -20px;
	right: 12px;
	position: absolute;
	font-style: normal;
}

.a-pattern {
	left: 5%;
	position: relative;
	width: 90%;
	border: 1px dashed #e2e2e2;
	border-radius: 6px;
	height: 200px;
}

.a-pattern-l {
	float: left;
	width: 50%;
	position: relative;
	height: 100%;
}

.a-pattern-r {
	float: right;
	width: 50%;
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.a-pattern-r > button {
	flex: 0 0 26%;
	margin: 5px;
}

#pattern-canvas {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
	bottom: 0;
	position: relative;
}

@media screen and (min-width: 800px) {
	
	.a-pattern {
		left: 20%;
		width: 60%;
	}
	#pattern-canvas {
		width: 140px;
		height: 140px;
	}
	
}
