

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}

html {
	overflow-x: hidden;
}

/*
=================================================================
LANDING PAGE
=================================================================
*/

.main--parallax {
	background: url("img/pattern.png") no-repeat fixed center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	display: flex;
}

/*
============
PHOTO
============
*/

.main__photo {
	margin-left: 5%;
	height: 100vh;
	display: flex;
	align-items: flex-end;
}

.photo__me {
	height: 90%;
}

/*
==========
TEXT LP
==========
*/

.main__info {
	width: 50%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	margin-top: 5%

}


.info__text {
	color: #27ae60;
	font-size: 5em;
	width: 100%;
	height: 20%;
	font-size: calc(4em + 1 * ((100vw - 60em)/(35 - 20)))
}

.info__job--thin {
	font-size: 2.5em;
	text-align: center;
}

.info__sname {
	text-align: right;
}

/*
===========
LINKS
===========
*/

.info__links {
	width: 100%;
	height: 25%
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10%;
}

.links__box {
 	width: 6vw;
 	height: 10.6666vh;
 	margin-left: 10px;
}

/*
===========
SHAPES
===========
*/

.info__shape--short {
	width: 65%;
	background-color: #27ae60;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	height: 1px;
}

.info__shape--long {
	width: 75%
	background-color: #27ae60;;
	color: #27ae60;
	margin-bottom: 5%;
	border-bottom: 1px solid #27ae60;
	border-top: none;
}

.info__shapes {
	width: 100%;

}

.shape--short {
	width: 40%;
	margin-right: 30%
	margin-left: 30%;
	background-color: #27ae60;
	height: 1px;
	border: none;
}

.header__shape {
	margin-bottom: 10px;
}

/*
=================================================================
About Me
=================================================================
*/

.aboutme {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.aboutme__header {
	font-size: 75px;
	margin-right: auto;
	margin-left: auto;
	color: #27ae60;
	margin-top: 40px;
}

.aboutme__text {
	width: 70%;
	margin-top: 5%;
	margin-left: 15%;
	margin-right: 15%;
	line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
	font-size: calc(1em + 0.1 * ((100vw - 60em)/(35 - 20)));
	border-left: 4px #27ae60 solid;
	padding-left: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));

}

/*
===========
QuoteBox
===========
*/

.aboutme__quotebox--orange {
	width: 100%;
	height: 33%;
	background-color: #e67e22;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.quotebox__quote {
	width: 80%;
	text-align: center;
	font-size: 36px;
	color: white;
}

.quotebox__author {
	color: white;
}

/*
=====================================================================
Skills
=====================================================================
*/

.skills {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ecf0f1;
	background-image: url("img/sketch.jpg");
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

/*
============
HEADER
============
*/

.skills__header {
	font-size: 75px;
	margin-right: auto;
	margin-left: auto;
	color: #27ae60;
	background-color: rgba(33,33,33,0.5);
	width: 100%;
	padding-top: 5vh;
	padding-bottom: 5vh;
	text-align: center;
}

/*
===========
BOXES
===========
*/

.box__want {
	min-width: 25%;
	min-height: 10%;
	background-color: rgba(192, 57, 43, 1);
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}

.box__low {
	min-width: 25%;
	min-height: 10%;
	background-color: rgba(230, 126, 34, 1);
	display: inline-block;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}

.box__med {
	min-width: 25%;
	min-height: 10%;
	background-color: rgba(241, 196, 15, 1);
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}

.box__high {
	min-width: 25%;
	min-height: 10%;
	background-color: rgba(22, 160, 133, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}

.skills__box {
	min-width: 100%;
	min-height: 25vw;
	display: flex;
}


.box__item {
	width: 10vw;
	height: 10vw;
	padding: 10px;
}

/*
===========
MY JOB
===========
*/

.skills__myjob {
	width: 100%;
	background-color: rgba(52, 73, 94, 0.7);
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40%;
}

.myjob__icon {
	padding: 10px;
	height: 50%;
}



/*
=====================================================================
Experience & Graduate
=====================================================================
*/


.experiencegraduate {
	height: 100vh;
	max-width: 100vw;
	background-image: url("img/bg2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}

.expgra {
	display: flex;
	justify-content: center;
}

.expgra__img {
	width: 5vw;
	height: 5vw;
	margin-right: 40%;
	margin-left: 40%;
	margin-top: 10%;
}

.expgra__box {
	height: 45vh;
	width: 25vw;
	background-color: rgba(255,255,255, 0.4);
	margin-left: 15px;
	border-bottom: #27ae60 solid 2px;
	font-size: 16px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.68);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.68);
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.68);}

.experiencegraduate__header {
	font-size: 60px;
	color: #27ae60;
	text-align: center;
	margin-bottom: 7vh;
	margin-top: 4vh;
}

.expgra__text {
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 10%;
}

.expgra__button {
	
	width: 100%;
	background-color: rgb(255,153,142);
	color: white;
	border-radius: 50px;
	border: none;
	padding: 15px 32px;
	text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 25px;
    margin-top: 5vh;
    cursor: pointer;
}

.experiencegraduate__link {
	cursor: default;
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;

}

.expgra__button:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.expgra__button:after,
.expgra__button:before {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid rgb(255,153,142);
  top: 50%;
  width: 50%;
}

.expgra__button:after {
	left: 100%;
	margin-right: 15px;
}

.expgra__button:before {
	right: 100%;
	margin-left: 15px;
}

/*
====================================================================
PROJECTS
====================================================================
*/

.projects {
	max-width: 100vw;
	height: 100vh;
	background: url("img/city.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

.projects__header {
	font-size: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	clear: both;
	flex-direction: column;
	padding-top: 1%;
	color: #27ae60;

}

/*
================
Hover Galery
================
*/

.hovereffect {
  width: 33.333333333%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
}

.hovereffect .img__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 20% 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 0;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  padding-left: 10px;
  padding-right: 10px; 
  padding-top: 10px;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*
====================================================================
ARTICLES
====================================================================
*/
.articles {
	max-width: 100vw;
	background: black;
	height: auto;
}

.articles__header {
	font-size: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 5vh;
	color: #27ae60;
	padding-bottom: 5vh;

}


/*
===============
HOVEREFFECT2
===============
*/

.hovereffect1 {
  float: left;
  width: 25%;
  height: 25vw;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect1 .overlay1 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect1 img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect1 h2 {
  text-transform: uppercase;
  color: #27ae60;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect1 .overlay1:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect1 a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect1:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect1:hover .overlay1:before,
.hovereffect1:hover a, .hovereffect1:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*
====================================================================
CONTACT
====================================================================
*/

.contact {
	max-width: 100vw;
	height: auto;
	background: black;

}

.shape--verylong {
	background-color: #27ae60;
	height: 2px;
	border: none;
}

.contact__header {
	font-size: 75px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 30px;
	color: #27ae60;
}

.header__text--small {
	font-size: 30px;
}

.contact__info	{
	color: white;
	font-size: 35px;
	padding-top: 10vh;
	width: 25vw;
	height: 15vw;
	border-radius: 5px;
	margin-bottom: 7vh;

}

.contact__flexbox {
	display: flex;
	justify-content: space-around;
	margin-top: 2%;
}

.info__mail {
	color: white;
}

.contact__tel {
	padding-bottom: 30px;
}


/*
================================
FOOTER
================================
*/

.footer {
	text-align: center;
	font-size: 10px;
	height: 2vw;
}

/*
======================================================================================
MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES MEDIA QUERIES
======================================================================================
*/

@media (max-width: 786px) {


/*
=======================
MAIN
=======================
*/

	.main__photo {
		display: none;
	}

	.main__info {
		background-image: url("img/me.png");
		background-position: center;
		background-size: cover;
		font-size: 30px; 
		margin-left: 5vw;
		margin-right: 5vw;
		margin-top: 10vh;
		min-width: 90vw;
		min-height: 90vh;
	}

	.info__text {
		font-size: 50px;
	}


	.links__box {
		width: 60px;
		height: 60px;
	}

/*
==================
ABOUT ME
==================
*/

	.aboutme {
		height: 75vh;
	}

	.aboutme__header, .skills__header, .experiencegraduate__header, .projects__header, .articles__header, .contact__header {
		font-size: 50px
	}

	.aboutme__header {
		margin-top: 15px;
	}


/*
==================
EXP & GRA
==================
*/

	.expgra__button {
		display: none;
	}

	.expgra {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.experiencegraduate {
		height: 200vh;
	}

	.expgra__box {
		width: 80%;
	}

	.expgra__img {
		height: 15vw;
		width: 15vw;
	}

/*
==================
SKILLS
==================
*/

	.skills__myjob {
		display: none;
	}

	.skills {
		height: auto;
	}

	.skills__box {
		flex-wrap: wrap;
	}

	.box__want, .box__low, .box__med, .box__high {
		width: 50%;
	}

	.box__item {
	width: 15vw;
	height: 15vw;
	padding: 10px;
	}

	/*
==================
PROJECTS
==================
*/

	.projects {
		height: 200vh;
	}

	.hovereffect {
		width: 100%;
	}


/*
=================
ARTICLES
=================
*/

	.hovereffect1 {
		width: 100%;
		height: 100vw;
	}

	.articles {
		height:400vw;
	}



/*
=================
CONTACT
=================
*/

	.contact {
		height: auto;
	}

	.info__job--thin {
		font-size: 20px;
	}

	.quotebox__quote  {
		font-size: 20px;
	}

	.contact__flexbox {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;

	}

	
}

@media (max-width: 360px) {

	.links__box {
		width: 40px;
		height: 40px;
	}

	.experiencegraduate__header, .aboutme__header, .skills__header, .contact__header, .projects__header {
		font-size: 40px;
	}

	.contact__info  {
		font-size: 20px;
	}

	.main__info {
		margin-left: 0;
		margin-right: 0;
		width: 100vw;
	}

	.aboutme__text {
		font-size: 10px;
	}

	.expgra__box {
		font-size: 13px;
	}

	.quotebox__quote {
		font-size: 15px;
	}

	.contact__info {
		font-size: 15px;
	}

}
