body {
    background: #fffbd6;
}

.bottom-space{
	padding-bottom: 30px;
}
ul,li {
	color: #999999;
	margin-left: 15px;
	font-size: 18px;
	text-shadow: none;
}
a {
  color: #0084ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ff2400;
  text-decoration: underline;
}
.orange{
	color: #f44336;
}
.text-reset {
	margin-left: 20px;
	font-size: 18px;
	font-color: 000;
	text-shadow: none;
}
.p-justify{
	text-align: justify;
	text-justify: inter-word;
}
.small-text-shadow{
	text-shadow: 2px 2px 1px #000, 2px 2px 4px #000;
	-webkit-text-stroke-width: 0.01px;
	-webkit-text-stroke-color: #555;
}
.medium-text-shadow{
	text-shadow: 2px 2px 1px #000, 2px 2px 10px #000;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #555;
}
.table-text-center th,
.table-text-center td {
	text-align: center;
}
/* Gallery */
.pics_gallery{
	text-align:center;
}
.pics_gallery figure{
	display:inline-block;
	padding:10px;
	margin:8px;
	overflow: hidden;

}
/* END: Gallery ANIMATION */
@media (max-width: 768px) {
	.pics_gallery figure{
		padding: 0px !important;
		margin: 4px !important;
		width:60px;
		height:60px;
	}
	.pics_gallery figure img{
		height:100%;
	}
}

@media (min-width: 769px) {
	.pics_gallery figure{		
		box-shadow:0px 0px 10px -5px rgba(0,0,0,0.1);
		transition: all 0.3s ease-in-out;

	}
	/* START: Gallery ANIMATION (OPTIONAL)*/
	.pics_gallery figure:hover{
		box-shadow:1px 2px 10px -5px rgba(0,0,0,0.4);
	}
	.pics_gallery figure:hover {
		-webkit-transform : rotate(3deg) scale(1.05);
		-ms-transform     : rotate(3deg) scale(1.05);
		transform         : rotate(3deg) scale(1.05);
	}
}

/***/
@media (max-width: 768px) {
	#about .stats-info .border-right{
		border-right:unset !important;
	}
}

