body {
	margin:0;
	background-color:#000;
	color:#fff;
	font-family: 'Slabo 27px', serif;
	padding:0;
	text-align:center;
}

::-webkit-scrollbar {
    width: 5px;
	height:3px;
	border-radius:5px;
}

::-webkit-scrollbar-track {
    background-color: #000;
    border-left: 1px solid #000;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.title {
	font-family: 'Pacifico', cursive;
	font-size:60px;
	margin:auto;
	text-align:center;
}

.mainDiv{
	width:90%;
	margin:auto;
	margin-top:1px;
}

.menu {
	width:380px;
	overflow:auto;
	height:30px;	
}

.menu a {
	text-decoration:none;
	color:#fff;
}

.menu div {
	color:white;
	font-family:'Acme';
	font-size:22px;
	cursor:pointer;
	float:left;
	margin-right:20px;
}

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.contentDiv {
	width:100%;
	text-align:center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	/*max-height:700px;*/
	margin-top:1px;
	overflow:auto;
}

.page {
	padding:5px;
	text-align:left;
	font-family:'Pathway Gothic One', sans-serif;
	font-size:21px;
	text-align:center;
}

.pagetext {
	font-size:35px;
	padding:0;
}

.page ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width:300px;
  margin:auto;
  font-weight:bold;
  cursor:pointer;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.pItem {
	width:250px;
	height:280px;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	display:inline-block;
}

.pItemImg {
	width:100%;
	height:250px;
	border-radius:20px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
	border:1px solid #c0c0c0;
}

.pItemImg .content {
	width:100%;
	height:100%;
	border-radius:20px;
	position:relative;
	opacity:0.7;
	color:#fff;
	top:250px;
	background-color:black;
	padding-top:10px;
}

.pItemImg .content a {
	color:white;
}

.pItem span {
	
}

.portFolio {
	width:100%;
	margin-top:5px;
	padding-bottom:80px;
	margin-bottom:60px;
	text-align:center;
	overflow:auto;
}

.footer {
	height:35px;
}

.imgContact {
	width:160px;
}

@media (max-width: 499px) {
	
	
	.menu {
		margin:auto;
	}
	
	.page ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		width:200px;
	}
	
	.imgContact {
		width:90px;
	}
}

@media (max-width: 700px) {
	.imgContact {
		width:90px;
	}
	
	.pItem {
		width:170px;
		height:190px;
		margin:auto;
		float:none;
		margin-bottom:20px;
	}
	
	.pItemImg {
		height:170px;
	}
}

@media screen and (min-width:500px) and (max-width:800px) {
	.pItem {
		width:190px;
		height:230px;
		margin-left:10px;
		margin-right:10px;
	}
	
	.pItemImg {
		height:190px;
	}
	body, html, document{
		margin:0;
		padding:0;
		overflow-x:hidden;
	}
	
	.portfolio {
		width:420px;
		margin:auto;
	}
	
}