body{
	overflow: auto;
}

.text-block {
	padding-left: 20px;
	padding-top: 5px;
}

.see-more{
	font-size: 13pt;
	text-align: right;
	color: hsl(204, 86%, 53%);
}
	.see-more:hover{
		cursor: pointer;
		color: hsl(0, 0%, 14%);
	}

a{
	text-align: center;
}

figure{
	margin: 15px;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
}
.preview{
	/*background-color: hsl(0, 0%, 90%);*/
}
.preview:hover{
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.25);
	/*background-size: 110% 110%;*/
}
img{
	display: none;
}
.switch{
	font-size: 20pt;
	cursor: pointer;
}
.icons{
	color: hsl(0, 0%, 78%);
}
.icons:hover{
	color: hsl(0, 0%, 71%);
}
.icons:active{
	color: hsl(0, 0%, 58%);
}

@media (min-width: 1024px) {
	#image-place{
		width: 40%;
	}
	.switch{
		font-size: 25pt;
	}
}

@media (min-width: 1824px) {
	#image-place{
		width: 30%;
	}
	.switch{
		font-size: 25pt;
	}
}

#image-place{
	display: block;
}


.pink {
  background: #ffdae0;
}

.gray {
  background: #e7f0da;
}

.green {
  background: #ddebd0;
}

.gold {
  background: #fcf5b6;
}

.blue {
  background: #cae9ef;
}

.red {
  background: #f8c9c1;
}

.fiolet {
	color: #952FC5;
}