@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background-color:#e6e6e6;
	margin: 0 auto;
}

#wrapper {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0px;
}

header {
	position: relative;
	height: 70px;
	background: #fff;
	margin: 0;
}

h2 {
	font-weight: 500;
	letter-spacing: .05em;
	color: #333333;
	font-style:normal;
	font-family: source-sans-pro, sans-serif;
	font-size: 1.5em;
}

#prajakta {
	float: left;
	margin: 20px 0 0 50px;
}

nav {
	position: absolute;
	right: 50px;
	top: 20px;
	width: 33%;
}

ul {
	list-style-type: none;
	display: flex;
}

li {
	display: inline-block;
	width: 30%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #C43C3E;
}

#content1 {
	clear: both;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#headerimg {
	background:#333333;
	background-image:url("images/Portfolio_FInalE.png");
	height:4530px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

article {
	background: #fff;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

#saturnbaby {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#333333;
}

p {
	display: block;
	width: 80%;
	margin: 0px 0px 0px 50px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

#caption {
	float: right;
	text-align: right;
	margin: 480px 15px 0 0;
	padding: 0;
	color: #737373;
	font-size:.5em;
}

/* Section 2 */

#content2 {
	margin: 20px auto;
}

#section2A {
	float: left;
	margin: 0;
	width: 500px;
	overflow: hidden;
}

#img2A {
	height:500px;
	width:100%;
	background: #333333;
	background-image:url("images/Portfolio_image3.png");
}

#header2A {
	width: 90%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#333333;
}

#section2B {
	float: right;
	margin: 0;
	width: 500px;
	overflow: hidden;
}

#img2B {
	height: 500px;
	width:100%;
	background: #333333;
	background-image:url()
}

#header2B {
	width: 90%;
	float: left;
	margin: 0px 0px 30px 50px;
}

/* Show More */

#morebutton {
	width: 200px;
	border: 2px solid #333;

	background-color: #e6e6e6;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: source-sans-pro, sans-serif;
	margin: 50px auto;
	transition: background-color, color 0.5s ease 0;
}

#morebutton:hover {
	color: #eee;
	background-color: #333;
}

/* Section 3 */

#content3 {
	margin: 20px auto;
}

#section3A {
	float: left;
	margin: 0;
	width: 500px;
	overflow: hidden;
}

#img3A {
	height:500px;
	width:100%;
	background: #333333;
	background-image:url("images/Portfolio_image4.png")
}

#header3A {
	width: 90%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#333333;
}

#section3B {
	float: right;
	margin: 0;
	width: 500px;
	overflow: hidden;
}

#img3B {
	height: 500px;
	width:100%;
	background: #333333;
	background-image:url("images/Portfolio_image5.png");
}

#header3B {
	width: 90%;
	float: left;
	margin: 0px 0px 30px 50px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Footer */

footer {
	display: block;
	clear: both;
	height: 350px;
	background: #fff;
	margin: 20px 0 0 0;
}

#contact {
	float: left;
	width: 33%;
}

#nameFooter {
	margin: 50px 0 30px 50px;
}

#contactList {
	display: block;
	width: 90%;
}

.footerList {
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: left;
	list-style:none;
	height: 25px;
	color:#BABABA;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .02em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
	margin: 0 0 0 50px;
}

#resumeFooter {
	float: right;
	width: 40%;
}

#resume {
	margin: 50px 0 30px 0;
}


*:focus {
	outline: none;
}

.newsletter {
	display: block;
}

input, button {
	border: 2px solid #eeeeee;
	height: 46px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro,sans-serif; }

input {
	width:200px;
}

button {
	background: #eeeeee;
	text-align: center;
	color: #333333;
	width: 60px;
	height: 60px;
	transition: background, color, .5s ease 0;
}

button:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

@media (max-width:1024px){

	#wrapper {
		margin: 20px;
		height:90%;
	}
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 100%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
	.footerList {
		font-size: 1.0em;
	}
	input {
		width:100px;
	}
	h2 {
		font-size: 1.3em;
	}
	nav{
		left: 40px;
		top: 40px;
		width: 93%;
		font-size: 0.8em;
	}
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
	.footerList {
		font-size: 1.0em;
	}
	#headerimg{
		height:1470px;
	}
	#prajakta{
		margin: 5px 0px 0px 50px;
	}
	input {
		width:100px;
	}
	nav{
		left: 40px;
		top: 40px;
		width: 93%;
		font-size: 0.8em;
	}
}
