body{
	font-size: 16px;
	font-family: 'Arial', sans-serif;
}
body::-webkit-scrollbar{
  display: none;
}
body{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
a{
	color: #A07178;
	text-decoration: underline;
}
a:hover{
	color: #776274;
}
nav a,
.btn{
	text-decoration: none !important;	
}

#top,
#about-me,
#websites,
#tools,
#other,
#testimonials,
#contact{
	padding-top: 56px;
	margin-top: -56px;
}

.jumbotron{
	height: calc(100vh - 56px);
	max-height: 1000px;
	min-height: 500px;
	background-color: #5A5353;
}

.above-h1{
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.above-h1:after{
	content: '';
    width: calc(100% - 220px);
    height: 2px;
    position: absolute;
    top: 2.5em;
    left: 150px;
    background: #000000;
}
h1{
	font-size: 3.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.img-container:before{
	content: ' ';	
	position: absolute;	
	height: 300px;
	width: 100%;
	background: url('blog.svg');
	background-position: center;	
	background-repeat: no-repeat;
	background-size: 350px;
	top: 50px;
	left: 0;
}
.img-container:after{
	content: ' ';	
	position: absolute;	
	height: 320px;
	width: 100%;
	background-image: url('../img/Pete.png');
	background-position: center;	
	background-repeat: no-repeat;
	background-size: 250px;	
	top: 50px;
	left: 0;
	transform: scaleX(-1);
}
.mobile-img{
	display: none;
}
.icon img{
	height: 70px;
	margin: auto;
	vertical-align: middle;
	padding: 5px 0;
}

.skew{
	position: relative;
	top: 0px;
	background-color: #FEFEFE;
	transform: skewY(-2deg);
	height: calc(90vh - 56px);
	max-height: 1000px;
	min-height: 500px;
	z-index: 1;
}
.skew-content{
	transform: skewY(2deg);
}

#portfolio{
	position: relative;
	top: -30px;
	background-color: #5A5353;	
}
h3:before,
h3:after{
	content: '';
    width: 14%;
    height: 2px;
    position: absolute;
    top: 1.1em;
    background: #000000;
}
h3:before{
	/*margin-left: -210px;*/
	margin-left: -16%;
}
h3:after{
	margin-left: 1.6%;
}
.portfolio-image{
	width: 100%;
}
.portfolio-link:hover > .portfolio-image{
	box-shadow: 3px 3px 10px #000;
}

#testimonials{
	background-color: #FEFEFE;
	
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
#contact{
	background-color: #5A5353;
	height: 100vh;
	max-height: 1000px;	
}

@media only screen and (max-width: 991px) {
	.skew{
		min-height: 700px;
	}
}
@media only screen and (max-width: 768px) {
	.mobile-img{
		display: block;
		width: 100px;
		position: absolute;
		right: 35px;
		top: 0;
		transform: scaleX(-1);
	}
}