/*Global CSS*/

body
{
	padding: 25px;
	font-weight: 300;
	background: #ededed;
	color: #333;
}

h1, h2, h3, h4, h5, h6,
p, ul, li, img, div, section
{
	position: relative;
	z-index: 0;
}

.header-section,
.header-section div,
.header-section h4,
.header-section ul,
.header-section ul li,
.header-section button
{
	position: relative;
	z-index: 1;
}

.header-section
{
	-webkit-width: calc(-50px + 100%);
	-moz-width: calc(-50px + 100%);
	-o-width: calc(-50px + 100%);
	width: calc(-50px + 100%);
	padding: 0px;
	margin: 0px;
	min-height: 20px;
	position: fixed;
}

.logo h4
{
	font-size: 26px;
	width: 11%;
	line-height: 26px;
	margin: 20px 0px
}

.navigation-menu ul
{
	margin-top: -80px;
}

.navigation-menu-mini ul
{
	background: #fff197;
	-webkit-width: calc(-50px + 100vw);
	-moz-width: calc(-50px + 100vw);
	-o-width: calc(-50px + 100vw);
	width: calc(-50px + 100vw);
}

h2, p
{
	margin: 25px 0px 0px;
}

.all-sections
{
	padding: 50px 0px;
}

.header-section,
.home-section ,
.about-section ,
.portfolio-section ,
.contact-section,
.company-name:after 
{
	background: #fff;
}

.resume-section,
.journal-section,
.footer-section
{
	background: #fcfcfc;
}

.yellow-background
{
	background: #fff197;
}

.blue-texts,
.active-section
{
	color: #072def;
}

.active-section,
.journal-texts:hover
{
	border-bottom: 2px solid #fff197;
}

.first-line-of-the-section,
.home-section h2
{
	font-family: "Lora", sans-sarif;
	font-size: 20px;
}

h1, h2, h3, h4, h5
{
	font-family: "Lora", sarif;
	font-weight: 400;
	color: #000;
}

h1,
.resume-section h2
{
	width: 77%;
}

.journal-section h2,
.contact-section h2
{
	width: 50%;
}

h1
{
	font-size: 60px;
}

h2
{
	font-size: 44px;
}

h3
{
	font-size: 28px;
}

h4
{
	font-size: 24px;
}

h5
{
	font-size: 18px;
}

h3, h4
{
	line-height: 48px;
}

h3,
.progress-report,
h4,
h5
{
	margin: 70px 0px 0px;
}

.about-section-texts-left,
.about-section-texts-right-top,
.about-section-texts-right-bottom,
.job-title p
{
	letter-spacing: 0.6px;
}

p,
input,
textarea
{
	font-family: "Work Sans", sans-sarif;
	
}

ul
{
	list-style-type: none;
	float: right;
	padding-top: 100px;
	overflow: hidden;
}

li
{
	display: inline-block;
	margin-left: 30px;
	font-family: "Lato", sans-sarif;
	letter-spacing: 1px;
}

img
{
	width: 100%;
}

.navigation-menu-mini,
.navigation-menu-mini ul
{
	display: none;
}

.navigation-menu-mini
{
	float: right;
}

/*Home Section*/

.home-section
{
	background: url(../images/hero.png) no-repeat;
	background-size: cover;
	padding-top: 180px;
}

.home-section img
{
	width: 30px;
	height: 30px;
	margin: 70px 0px 138px;
}

/*About Section*/

.about-section h2
{
	width: 96%;
}

.about-section-texts-left,
.about-section-texts-right-top,
.about-section-texts-right-bottom
{
	line-height: 29px;
	color: #222;
}

.about-section-texts-right-top
{
	margin: 80px 0px 0px;
}

.about-section-texts-right-bottom
{
	margin: 24px 0px 0px;
}

.progress-title,
.percentage,
.year
{
	font-size: 12px;
	font-weight: 400;
}

.progress-title
{
	color: #1d1d1d;
}

.percentage
{
	float: right;
}

.progress-status
{
	background: #eee;
	height: 5px;
	margin: 10px 0px 0px;
}

.progress-status div
{
	background: #fff197;
	height: 100%;
}

.web-design-progress
{
	width: 90%;
}

.web-development-progress
{
	width: 83%;
}

.photography-progress
{
	width: 95%;
}

/*Resume Section*/

.company-name,
.job-title h3
{
	font-size: 22px;
}

.company-name,
.year
{
	margin-left: -15px;
}

.year,
.job-title p
{
	margin-top: 5px;
}

.job-title p
{
	line-height: 26px;
}

.job-title h3,
.job-title p
{
	margin-left: 52px;
}

.company-name:after,
.job-title:before
{
	content: " ";
	position: absolute;
}

.company-name:after
{
	height: 16px;
	width: 16px;
	border: 2px solid #072def;
	border-radius: 50%;
	left: 105%;
	top: 32%;
}

.recent-job:after
{
	background: #072def;
}

.job-title:before
{
	border-left: 2px solid #fff197;
	height: 100%;
	top: 58%;
	right: 100%;
}

.first-job:before
{
	height: 40%;
}

/*Porfolio Section*/

.portfolio-section h2
{
	width: 83%;
}

.portfolio-section img:hover
{
	opacity: 0.5;
}

.portfolio-images
{
	padding: 0px;
	margin-top: 30px;
}

.portfolio-image-01,
.portfolio-image-04,
.portfolio-image-03 
{
	margin-bottom: 35px;
}

.portfolio-image-03,
.portfolio-image-02
{
    position: relative;
}

.portfolio-image-03
{
	bottom: 260px;
}

.portfolio-image-02
{
	bottom: 10px;
}

/*Journal Section*/

.journal-texts
{
	border-bottom: 2px solid #eee;
	padding: 0px;
	margin-left: 15px;
}

.journal-texts p
{
	padding-bottom: 30px;
}

.author-name,
.publish-date
{
	padding-right: 40px;
}

.journal-texts:hover,
.journal-texts:hover h3,
.journal-texts:hover p,
.journal-texts:hover .right-arrow,
.social-icons i:hover,
.portfolio-section img:hover,
li:hover
{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.right-arrow
{
	display: none;
	float: right;
	margin-top: -10%;
	margin-right: 2%;
	width: auto;
}

.journal-texts:hover h3,
.journal-texts:hover p 
{
	-webkit-transform: translateX(2%);
	-moz-transform: translateX(2%);
	-o-transform: translateX(2%);
	transform: translateX(2%);
}

.journal-texts:hover .right-arrow
{
	display: block; 
}

/*Contact Section*/

.contact-info
{
	padding: 0px;
}

.contact-info p
{
	line-height: 35px;
	color: #777;
	margin: 10px 0px 0px;
}

.form-part
{
	margin: 50px 0px 0px;
}

.form-part div
{
	padding: 0px;
}

input, textarea
{
	width: 100%;
	border: 0px;
	padding: 30px 0px 10px;
	letter-spacing: 0.6px;
}

.form-data-inline,
.form-data-block input,
textarea
{
	border-bottom: 2px solid #fff197;
}

button
{
	margin-top: 30px;
	padding: 5px 15px;
	border-color: #fff197;
}

/*Footer Section*/

.social-icons
{
	padding-top: 25px;
}

.social-icons li
{
	margin-left: 15px;
}

.social-icons i:hover
{
	color: #23527c;
}

/*Media Query for handsets vertical*/

@media screen and (max-width: 320px)
{
	.logo h4
	{
		width: 56%;
	}

	.navigation-menu
	{
		display: none;
	}

	.navigation-menu-mini
	{
		display: block;
	}

	.navigation-menu-mini ul
	{
		margin-right: -15px;
		padding-top: 0px;
	}

	.navigation-menu-mini button
	{
		margin: 15px 60px;
	}

	.navigation-menu-mini li
	{
		display: block;
	}

	.navigation-menu-mini:active ul
	{
		display: block;
	}

	.navigation-menu-mini li.active-section
	{
		border: none;
	}

	.home-section
	{
		padding-top: 50px;
	}

	h1
	{
		font-size: 31px;
	}

	h1,
	h2,
	.first-line-of-the-section
	{
		margin: auto;
		padding-top: 20px;
	}

	h1,
	h2,
	.first-line-of-the-section,
	h3,
	h4,
	h5,
	p
	{
		text-align: center;
	}

	.home-section img
	{
		margin: 100px 100px 0px;
	}

	h2
	{
		font-size: 25px;
	}

	h3
	{
		margin: 35px 0px;
		font-size: 20px;
	}

	h4
	{
		font-size: 17px;
	}

	h5
	{
		font-size: 15px;
	}

	.progress-title
	{
		text-align: justify;
	}

	.resume-section h2
	{
		width: 65%;
	}

	.company-name,
	.year
	{
		-webkit-box-shadow: 0px 0px 3px #072def;
		-moz-box-shadow: 0px 0px 3px #072def;
		-o-box-shadow: 0px 0px 3px #072def;
		box-shadow: 0px 0px 3px #072def;
	}

	.job-title p
	{
		display: none;
	}

	.year
	{
		margin-top: -35px;
	}

	.job-title
	{
		margin-bottom: 0px;
	}

	.job-title h3
	{
		margin: 0px 0px 0px -15px;
		-webkit-box-shadow: 4px 4px 8px #fff197;
		-moz-box-shadow: 4px 4px 8px #fff197;
		-o-box-shadow: 4px 4px 8px #fff197;
		box-shadow: 4px 4px 8px #fff197;
	}

	.company-name::after
	{
		left: 5%;
		top: 25%;
	}

	.job-title:before
	{
		visibility: hidden;
	}

	.portfolio-section ul
	{
		display: none;
	}

	.portfolio-image-04
	{
		margin-bottom: 100px;
	}

	.portfolio-image-05
	{
		top: 115px;
	}

	.journal-texts:hover h3,
	.journal-texts:hover p
	{
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	.topic
	{
		display: none;
	}

	.author-name,
	.publish-date
	{
		padding-right: 0px;
	}

	.author-name
	{
		float: left;
	}

	.publish-date
	{
		float: right;
	}

	.right-arrow
	{
		margin: 0px auto 30px;
		margin: 0px auto 30px;
		-webkit-transition: height 0.4s; 
		-moz-transition: height 0.4s; 
		-o-transition: height 0.4s;
		transition: height 0.4s;
		-webkit-transition-timing-function: ease-in-out; 
		-moz-transition-timing-function: ease-in-out; 
		-o-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;

	}

	button
	{
		margin: 30px 35px 0px;
	}

	.right-arrow,
	.social-icons
	{
		float: initial;
	}
}

/*Media Query for handsets horizontal*/


@media (min-width: 321px) and (max-width: 480px)
{
	.logo h4
	{
		width: 32%;
	}

	.navigation-menu
	{
		display: none;
	}

	.navigation-menu-mini 
	{
		display: block;
	}

	.navigation-menu-mini button
	{
		margin: 15px 135px;
	}

	.navigation-menu-mini ul
	{
		width: calc(-50px + 94vw);
		padding: 0px;
	}

	.navigation-menu-mini ul li
	{
		margin-left: 10px;
		padding: 10px 0px;
	}

	.navigation-menu-mini:active ul
	{
		display: block;
	}

	.home-section
	{
		background: #fcfcfc;
		padding-top: 50px;
	}

	h1
	{
		font-size: 31px;
		width: 46%;
	}

	h1,
	h2,
	.first-line-of-the-section
	{
		margin: auto;
		padding-top: 20px;
	}

	h1,
	h2,
	.first-line-of-the-section,
	h3,
	h4,
	h5,
	p,
	.social-icons
	{
		text-align: center;
	}

	.home-section img
	{
		margin: 100px 180px 0px;
	}

	h2
	{
		font-size: 25px;
	}

	h3
	{
		margin: 35px 0px;
		font-size: 20px;
	}

	h4
	{
		font-size: 17px;
	}

	h5
	{
		font-size: 15px;
	}

	.about-section h2 
	{
	    width: 77%;
	}

	.progress-title
	{
		text-align: justify;
	}

	.resume-section
	{
		padding-bottom: 0px;
	}

	.resume-section h2 
	{
	    width: 62%;
	}

	.company
	{
		width: 50%;
		margin-left: -20px;
	}

	.company-name,
	.year
	{
		text-align: justify;
	}

	.job-title h3
	{
		text-align: right;
	}

	.job-title
	{
		float: right;
		width: 62%;
		margin-top: -137px;
	}

	.job-title p
	{
		display: none;
	}

	.company-name:after
	{
		left: 90%;
		top: 37%;
	}

	.job-title::before 
	{
		top: 43%;
	    right: 100%;
	}

	.portfolio-section h2 
	{
	    width: 57%;
	}

	.portfolio-section ul
	{
		display: none;
	}

	.portfolio-image-04
	{
		margin-bottom: 100px;
	}

	.portfolio-image-05
	{
		top: 250px;
	}

	.portfolio-image-03 
	{
	    bottom: 400px;
	}

	.portfolio-image-02
	{
		bottom: -10px;
	}

	.journal-section h2, 
	.contact-section h2 
	{
	    width: 40%;
	}

	.journal-texts:hover h3,
	.journal-texts:hover p
	{
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	.right-arrow
	{
		margin: 0px auto 30px;
		margin: 0px auto 30px;
		-webkit-transition: height 0.4s;
		-moz-transition: height 0.4s;
		-o-transition: height 0.4s;
		transition: height 0.4s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}

	button
	{
		margin: 16px 121px 0px;
	}

	.right-arrow,
	.social-icons
	{
		float: initial;
	}

	.social-icons
	{
		margin: 0px;
		padding-left: 0px;
		padding-right: 36px;
	}

}
/*Media Query for tablets*/

@media (min-width: 481px) and (max-width: 768px)
{
	.header-section
	{
		width: 93.5%;
	}

	.logo h4
	{
		width: 17%;
	}

	.navigation-menu ul
	{
		margin-top: -145px;
	}

	.navigation-menu ul li
	{
		margin-right: 26px;
		padding-left: 0px;
	}

	.home-section
	{
	    background-position: -320px 0px;
	    padding-top: 98px;
	}

	h1
	{
		width: 50%;
	}

	.percentage,
	.progress-status
	{
		margin-right: 5%;
	}

	.job-title
	{
		margin: -140px 0px 0px 0px;
	}

	.job-title h3, 
	.job-title p 
	{
	    margin-left: 112px;
	}

	.job-title::before 
	{
		height: 141%;
		top: 23%;
	    right: 84%;
	}

	.first-job::before
	{
		height: 75%;
		top: 26%;
	}

	.company-name::after
	{
		left: 15%;
		top: 36%;
	}

	.portfolio-section h2 
	{
	    width: 53%;
	}

	.portfolio-section ul
	{
		float: left;
		margin-left: -68px;
	}

	.portfolio-images 
	{
		margin-right: 32px;
	}

	.portfolio-image-02
	{
		bottom: -70px;
	}

	.portfolio-image-03
	{
		bottom: 600px;
	}

	.portfolio-image-05
	{
		top: 500px;
	}

	.journal-texts 
	{
		margin-right: 35px;
	}

	.form-data-inline,
	.form-data-block input,
	textarea 
	{
		width: 99%;
	}

	button
	{
		margin: 30px 270px 0px;
	}

	.social-icons 
	{
	    padding-top: 0px;
	    margin-top: -20px;
	    margin-right: 30px;
	}
}

/*Media Query for notebooks*/

@media (min-width: 769px) and (max-width: 1140px)
{
	.logo h4
	{
		width: 13%;
	}

	.navigation-menu ul
	{
		margin-left: -98px;
	}

	h1
	{
		width: 55%;
	}

	.home-section
	{
		padding-top: 90px;
		background-position-x: -135px;
	}

	.about-section h2
	{
		width: 84%;
	}

	.about-section-texts-left
	{
		margin-top: 55px;
	}

	.resume-section h2,
	.portfolio-section h2
	{
		width: 53%;
	}

	.job-title::before 
	{
		top: 51%;
	}

	.portfolio-section ul
	{
		margin-left: -23px;
	}

	.portfolio-image-03 
	{
	    bottom: 160px;
	}

	.journal-section h2
	{
		width: 44%;
	}

	.contact-section h2
	{
		width: 30%;
	}
}
