body{
	
	overflow-y: auto;
	overflow-x: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 100%
}

main{
	overflow-y: auto;
	margin: 0;
	padding: 10px;
	background: url(images/background.JPG) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #333;
	min-height: 85vh;
	color: white;
}

main section{
	width: 40%;
	background: rgba(0, 0, 0, 0.4); 
	padding: 40px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	font-family: 'Century Gothic', sans-serif;
	border-radius: 10%;
}


@media only screen and (min-width: 1400px){
	main section article img{
		height: 200px;
		width: auto;
		float: left;
		padding: 20px;
		padding-top: 16px;
		border-radius: 25%;
	}
	
	.smaller-article-image{
		height: 200px;
		width: auto;
		float: left;
		padding: 20px;
		padding-top: 16px;
		border-radius: 25%;
	}
	
	.smaller-article-image-right{
		height: 200px;
		width: auto;
		padding: 20px;
		padding-top: 16px;
		border-radius: 25%;
		float: right;
	}
	
	.right{
		height: 200px;
		width: auto;
		float: right;
		padding: 20px;
		padding-top: 16px;
		border-radius: 25%;
	}
}

@media only screen and (max-width: 1399px){
	main section article img{
		height: 150px;
		width: auto;
		float: none;
		padding: 20px;
		padding-top: 16px;
		border-radius: 25%;
	}
	
	.smaller-article-image, .smaller-article-image-right, .right{
		height: 150px;
		width: auto;
		float: none;
		text-align: center;
		padding: 20px;
		padding-top: 16px;
		border-radius: 25%;
	}
}

main h2{
	margin: 0;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 100;
}

main h3{
	margin: 0;
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 100;
}

main ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

main p{
	text-align: justify;
}

header{
	text-align: center;
	font-family: 'Century Gothic', sans-serif;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

header h1{
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 100;
	margin-bottom: 15px;
	user-select: none;
}

.navbar{
	background-color: #333;
	position: relative;
	padding: 16px;
	margin: 0;
	border: 0;
}

.navbar-link{
	float: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	padding: 10px;
	text-decoration: none;
	font-size: 17px;
	transition: all ease-in-out 250ms;
}

/* Drop down attempt start */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown ul{
	margin: 0;
	border: 0;
	/*padding: 0;*/
	padding-bottom: 0;
	padding-right: 0;
	display: block;
}

.dropdown li a{
	display: block;
	padding: 10px;
	margin: 0;
	border: 0;
}

.dropdown li{
	list-style-type: none;
	margin: 0;
	border: 0;
	padding: 0;
	
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  color: white;
  min-width: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  z-index: 1;
  transform: translate(0, 8px);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-link{
	float: none;
	top: 50%;
	left: 50%;
	transform: translate(-27%, -0%);
	color: white;
	width: 119%;
	text-decoration: none;
	font-size: 17px;
	transition: all ease-in-out 250ms;
}

/* Show the dropdown menu on hover */


/* Drop down attempt end */

.navbar a:hover{
	background-color: white;
	color: black;
}

.copyright{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 20px;
	padding: 10px;
	text-align: center;
	color: white;
	background-color: #333;
	font-family: 'Century Gothic', sans-serif;
}

.profile-pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding-bottom: 10px;
}

.tech-skill{
	font-style: bold;
	font-weight: bold;
}

.status{
	font-style: italic;
}

.company{
	text-align: left;
	font-weight: bold;
}

.company a:link{
	color: white;
	text-decoration: underline;
}

.company a:visited{
	color: white;
	font-weight: bold;
}

.download:link{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.download:visited{
	color: white;
}

.workdates{
	text-align: left;
	font-style: italic;
}

.workpic{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	margin-right: 10px;
	float: left;
}

.copyrightinfo{
	font-size: smaller !important;
}

.jobdesc{
	margin-top: 30px;
	margin-bottom: 40px;
}

.jumper:link{
	font-size: 12px;
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.jumper:hover{
	font-size: 14px;
}

.jumper:visited{
	color:white;
}

.form-error{
	color:	#F88379;
	font-weight: bold;
}

.form-label{
	font-weight: bold;
}

#name, #email, #message{
	color: white; 
	background-color: #333; 
	width: 40%;
}

#message{
	height: 100px;
	resize: none;
}

#submit{
	padding: 20px 36px;
	background-color: #333;
	color: white;
	border: 0;
}

#submit:hover{
	background-color: white;
	color: black;
}

#submit:active{
	transform: scale(0.98);
}


#ccl ul{
	margin: 0;
	padding: 0;
}

#ccl li{
	display: inline-block;
	margin: 6px;
	list-style: none;
	
}

#ccl li a{
	color: white;
	text-decoration: none;
	font-size: 60px;
	transition: all ease-in-out 250ms;
}

#ccl li a:hover{
	color: #b9b9b9;
}

@media only screen and (max-width: 600px){
	#portfolio-link{
		pointer-events: none;
	}
	
	.copyright{
		position: relative;
		bottom: 0;
		margin: 0;
		width: 100%;
		min-width: 100%;
		height: 80px;
		padding: 10px;
		text-align: center;
		color: white;
		background-color: #333;
		font-family: 'Century Gothic', sans-serif;
	}
	
	.profile-pic{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		padding-bottom: 10px;
	}
	
	main section{
		width: 80%;
		background: rgba(0, 0, 0, 0.4); 
		padding: 40px;
		text-align: center;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		color: white;
		font-family: 'Century Gothic', sans-serif;
		border-radius: 10%;
	}
	
	#name, #email, #message{
		color: white; 
		background-color: #333; 
		width: 80%;
	}
	
	.navbar{
		background-color: #333;
		position: relative;
		padding: 16px;
		margin: 0;
		border: 0;
	}
	
	main{
		overflow-y: auto;
		margin: 0;
		border: 0;
		padding: 10px;
		background: url(images/background.JPG) no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-color: black;
		min-height: 740px;
		color: white;
	}
	
	html{
		overflow-x: hidden;
	}

}