body {
	font-family: 'Work Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	transition: all .3s;
}

img {
	max-width: 100%;
}

.navbar {
	position: absolute;
	width: 100%;
	top: 40px;
	    z-index: 1;
}

#about-page .navbar {
	position: relative;
}

.navbar .logo img {
	max-width: 75px;
}

.navbar li {
	margin-left: 20px;
}

.navbar a {
	color: #fff;
	font-size: 18px;
	position: relative;
}

#about-page .navbar a {
	color: #000;
	font-size: 18px;
	position: relative;
}

.navbar li a:before {
	content: " ";
	display: none;
	position: absolute;
	top: 100%;
	width: calc(100% - 1rem);
	/* am scazut padding-ul a-ului */
	height: 3px;
	background: #fff;
}

.navbar li a.active:before {
	display: block;
}

.navbar li a:hover:before {
	display: block;
}

#about-page .navbar li a:before {
	content: " ";
	display: none;
	position: absolute;
	top: 100%;
	width: calc(100% - 1rem);
	/* am scazut padding-ul a-ului */
	height: 3px;
	background: #000;
}

#about-page .navbar li a.active:before {
	display: block;
}

#about-page .navbar li a:hover:before {
	display: block;
}

.hero {
	background-image: url(../img/header-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	/* folosit pentru ca headerul sa aiba mereu inaltimea egala cu cea a ecranului */
	color: #fff;
	text-align: center;
	position: relative;
}

.hero-inner h1 {
	font-size: 65px;
	font-weight: 600;
}

.hero-inner p {
	font-size: 23px;
}

a.buton {
	color: #000;
	font-size: 18px;
	background: #fff;
	padding: 15px 25px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
}

a.buton:hover {
	background: #e2e2e2;
}

.main {
	padding: 75px 0;
}

.portfolio {
	min-height: 600px;
}

.portfolio .portfolio-item {
	padding: 50px;
}

.portfolio .portfolio-item img {
	margin-bottom: 30px;
}

.top-100margin {
	margin-top: 100px;
}

.portfolio a.buton {
	color: #fff;
	background: #000;
}

.portfolio a.buton:hover {
	color: #fff;
	background: #ccc;
}

.portfolio-item a {
	color: #000;
}

.portfolio-item a:hover {
	color: #000;
}

.about-description {
	font-family: 'Playfair Display', serif;
	text-align: center;
}

.about-description h2 {
	font-size: 50px;
}

.about-description p {
	padding: 50px 0 15px;
	font-size: 30px;
}

.valuri-about {
	text-align: center;
}

.valuri-about img {
	width: 400px;
	margin: 60px 0;
}

.about-description .smiley {
	width: 35px;
}

.about-description .semnatura {
	width: 148.5px;
}

.skills-about {
	text-align: left;
	background: #f1f1f1;
	padding: 60px;
	margin: 50px 0;
}

.skills-about h3 {
	margin-bottom: 55px;
}

.contact-about {
	text-align: center;
	padding: 60px 0;
	margin: 50px 0;
}

.contact-about i {
	font-size: 30px;
}

footer {
	text-align: center;
	padding: 0 0 100px;
}

.logo-footer img {
	max-width: 75px;
}

.logo-footer {
	margin: 50px 0 20px;
}

.social-icons {
	text-align: center;
	margin: 20px 0;
}

.social-icons li {
	list-style-type: none;
	margin: 0 5px;
	display: inline-block;
}

.social-icons i {
	color: #27aae1;
	font-size: 25px;
}

.social-icons a:hover i {
	color: #999;
}

#valuri {
	position: absolute;
    display: block;
    bottom: 0;
    z-index: 9999999;
    width:100%;
    height: 180px;
}

#valuri .wave {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 1;
}

#valuri .wave + .wave {
  z-index: 2;
}


/*responsive*/

@media (max-width: 767px) {
	.navbar {
		top: 0px;
	}
	.navbar-nav {
		background: #fff;
		margin-top: 20px;
		padding: 20px 0;
	}
	.navbar a {
		color: #000;
	}
	.navbar li a.active:before {
		display: none!important;
	}
	#about-page .navbar-nav {
		background: #27aae1;
	}
	#about-page .navbar a {
		color: #fff;
	}
	.about-description p {
		font-size: 21px;
	}
	.hero-inner h1 {
		font-size: 40px;
	}
	.hero-inner p {
		font-size: 17px;
	}
	.portfolio .portfolio-item {
		padding: 20px;
	}
	#about-page .navbar li a:before {
		background: #27aae1;
	}
	.top-100margin {
		margin-top: 0px;
	}
	.mobile-experience {
		margin-bottom: 25px;
	}
	footer {
		text-align: center;
		padding: 50px 0 70px;
	}
}