p {
	color: #909090;
}
h5 {
	color: #7d7d7d;
}

.main-content {
	width: 100%;
	padding: 50px 0 70px 60px;
	background-image: url(../img/bg_2.jpg);
	background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.main-header {
	color: #8a8a8a;
	text-transform: uppercase;
	font-size: 40px;
}

.content-wrapper {
	background-color: rgba(247, 247, 247, 0.7);
	padding: 30px;
	padding-bottom: 40px;
}

.content-wrapper h5 {
	margin: 20px 0 10px;
	color: #8a8a8a;
}

.content-wrapper a,
.content-wrapper p {
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
}


.about-me {
	margin: 30px 0 10px 0;
	padding: 10px 0 20px 0;
	border-bottom: dashed 1px #d0d0d0;
	border-top: dashed 1px #d0d0d0;
}
.about-me h5 {
	margin-top: 10px;
}

.experience h5 {
	margin-top: 5px;
}


.about-me p,
.experience p {
	margin-bottom: 0;
}

.experience .columns {
	margin-bottom: 10px;
}

.service {
	padding-bottom: 30px;
	border-bottom: dashed 1px #d0d0d0;
	margin-bottom: 20px;
}

.service h5,
.portfolio-item h5 {
	margin-top: 0;
	font-size: 20px;
}

.portfolio-item {
	padding-bottom: 30px;
	border-bottom: dashed 1px #d0d0d0;
	margin-bottom: 20px;
}

.portfolio-item p {
	margin-bottom: 0;
}
.portfolio-item .image{
	display: block;
	position: relative;
	width: 100%;
}
.portfolio-item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0;
	bottom: -36px;
	background-image: url(../img/big-shadow4.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.image-hover{
	opacity: 0;
	transition: all 0.3s ease-in-out;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   background: url(../img/mg-black.png) center center no-repeat;
   background-color: rgba(241,241,241, 0.5);
   border: solid 7px #212121;
}

.portfolio-item .image a:hover .image-hover{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.portfolio-item img{
	border: solid 7px #212121;
}


.portfolio-item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0;
	bottom: -36px;
	background-image: url(../img/big-shadow4.png);
}

.services .service:last-child,
.portfolio .portfolio-item:last-child {
	border-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.main-content {
		padding-left:0;
	}
}

@media only screen and (max-width: 1024px) {
	.service {
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	.main-content {
		padding-top: 90px;
		padding-left: 0;
	}
}
@media only screen and (min-width: 641px) {
  .main-content {
    padding: 100px 0 70px 0;
  }
}