@charset "UTF-8";
/* CSS Document */

body {
    background-color: #f8f8f8;
}
input {
    background-color: #ffffff;
}

.welcome-area .clip{
	background-image: url(../images/main.jpg);
	background-attachment: scroll;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	-webkit-clip-path:polygon(100% 0, 100% 80%, 25% 100%, 0 75%, 0 0);
			clip-path:polygon(100% 0, 100% 80%, 25% 100%, 0 75%, 0 0);
}
.yellowHighlight {
	color: #f2c514;
}
.workDescriptor {
	line-height: 150%;
	padding-top: 10px;
}
.centreAlign {
	text-align: center;
}

.cvDescription {
	font-size: 13px;
	line-height: 150%;
}
.cvResponsibilities {
	font-weight: bold;
	padding-bottom: 5px;
}
.skillsHead {
	font-size: 16px;
}
.work-area .overlay-bg .fa-long-arrow-right{
	top: 10px;
	right: 10px;
	height: 60px;
	width: 60px;
	line-height: 45px;
	border: 1px solid #ccc;
	font-size: 23px;
	padding-top: 6px;
}
.mobileWorkLink {
		display: none;
	}
.qualfier {
	font-size: 80%;
	color: #f2c514;
}
.cvWidth {
	max-width: 800px;
}
.textBoxHeight {
	height: 150px !important;
	text-indent: 0 !important;
	padding-left: 20px;
}
.CV-padding{padding: 100px 0 50px 0;}
.textColour{color:#666666;}

#iCanSmall {
	display: none;
}





/*************************/
/***** RESPONSIVE *******/
/***********************/


@media (min-width: 1024px) {
	.welcome-area .clip{
	background-attachment: fixed;
}
}

@media (max-width: 750px) {
	
	.smallH1 {
		font-size: 30px; 
		line-height: 36px;
	}
	.smallP {
		font-size: 13px; 
		line-height: 19px;
	}
	
	.welcome-area .clip{
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
			clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);	
}
	
	
	.mobileWorkLink {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
}
	.mobileWorkLink img {
		max-width: 100%;
    	max-height: 100%;
}
/*	.hideWorkCopy {
		display: none !important;
	}*/
	.mobileLeft {
		margin: 0 0 0 1% !important;
	}
}

@media (max-width: 760px) {
	.mobileLeft {
		margin: 0 0 0 5% !important;
	}
}