@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

* {
	box-sizing: border-box;
	transition: all ease-in-out 250ms;
}

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 95%;
	max-width: 70em;
	margin: 0 auto;
}

.clearfix::after,
section::after,
footer::after {
	content: '';
	display: block;
	clear: both;
}


/* Column system
=================== */

[class^=col-] {
	width: 100%;
	margin-top: 1em;
}

[class^=col-]:first-child {
	margin-top: 0;
}

.col-1 {
	width: 33.333334%;
	float: left;
}


@media (min-width: 40rem) {

	[class^=col-] {
		float: left;
		padding: 0 .5em;
		margin-top: 0;
	}

	[class^=col-]:first-child {
		padding-left: 0;
	}

	[class^=col-]:last-child {
		padding-right: 0;
	}

	.col-3 {
		width: 50%;
	}

	.col-1 {
		width: 16.6666%;
	}
}





/* typography
=================== */

h1 {
	font-weight: 300;
	font-size: 1.7rem;
	margin-top: 0;
}

p {
	margin-top: 0;
	line-height: 1.5;
}

p:last-of-type {
	margin-bottom: 0;
}

.title {
	font-size: 2.5rem;
	margin-bottom: 1.5em;
	font-weight: 900;
	margin-top: 1em;
}

.title span {
	margin-bottom: 1.5em;
	font-weight: 900;
	margin-top: 1em;
	/*  display: block; */
	font-size: 2.5rem;
	margin-right: -0.2em;

}

.title-cta {
	margin: 0 0 .5em;
 font-size: 2.5rem;
}

h2.title-cta{
	margin: 0 0 .5em;
 font-size: 1.5rem;
}

.cv-title{
	margin: 0 0 0 0;
}

.cv{
	margin: -5em 0 0 0;
}

h2.cv{

 top:10em;
 font-size: 4.5rem;
}

.unstyled-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width:60rem) {

	p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.title {
		font-size: 3.7rem;
	}
	.title span {
		 margin-right: -0.2em;
		 font-size: 3.7rem;}
}

/* buttons */

.button {
	display: inline-block;
	font-size: 1.15rem;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	padding: .5em 1.75em;
}

@media (min-width: 60rem) {
	.button {
		font-size: 1.5rem;
	}
}

.button-small {
	font-size: .7rem;
	font-weight: 700;
}

.button-accent {
	color: #00ff6c;
	border-color: #00ff6c;
}

.button-accent:hover,
.button-accent:focus {
	background: #00ff6c;
	color: #232323;
}

.button-dark {
	color: #232323;
	border-color: #232323;
}

.button-dark:hover,
.button-dark:focus {
	background: #232323;
	color: #00ff6c;
}

/* phone link
=================== */

a.disable-link {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

@media (max-width: 480px) {
   a[class="disable-link"] {
      pointer-events: auto !important;
      cursor: auto !important;
			text-decoration: underline;
   }
}



/* Parallax
=================== */

.parallax--bg,
.parallax--box {
	transition: initial;
}



/* header
=================== */

header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 1em;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	display: inline-block;
	margin: 1em;
}

nav a {
	font-weight: 900;
	text-decoration: none;
	padding: .5em;
	text-transform: uppercase;
	color: white;
	font-size: 1rem;
}

nav a:hover,
nav a:focus {
	color: #ddd;
}
.logo {
	width: 30%;
}

.logo-pag {
	padding: 1em;
}

@media (min-width:60rem) {
	.logo {
		float: left;
		width: 30%;
		padding: 1em;
	}

	.logo-pag {
		float: left;
/*		width: 20%; */
		padding: 1em;
	}

	nav {
		float: right;
	}
	nav a {
		font-weight: 900;
		text-decoration: none;
		padding: .5em;
		text-transform: uppercase;
		color: white;
		font-size: 2rem;
	}
}


/* hero-home
=================== */

.home-hero {
	background-image: url(../img/reo-cab-2.jpg);
	background-size: cover;
	background-position: center;
	padding: 10em 0;
	color: #FFF;
}

.home-hero-cv {
	background-image: url(../img/reo-cab-2.jpg);
	background-size: cover;
	background-position: center;
	padding: 10em 0;
	color: #FFF;
}

@media (min-width: 60rem) {
	.home-hero {
		height: 100vh;
		padding-top: 35vh;
	}
}


/* hero-home
=================== */




.home-about-textbox {
	background-color: #232323;
	padding: 4em;
	width: 100vw;
	margin-left: -2.5%;
	outline: 2px solid #00ff6c;
	outline-offset: -2.5em;
	color: #fff0aa;
	position: relative;
}

.home-about-textbox-cv {
 top:-2em;
	background-color: #008000;
	width: 90vw;
  padding: 6em   1em  0em   1em;
  margin-left: 5%;
	outline: 2px solid #fff0aa;
	outline-offset: -0.25em;
	color:#fff0aa;
	position: relative;
	font-weight: 700;
	font-variant-caps: small-caps;

}


.home-about-textbox h1 {
  color: #00ff6c;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: .3em;
	background: #232323;
	padding: 0 .2em 0 .2em;
	font-size: 1.2rem;

}

.home-about-textbox-cv h1 {
	color:#fff0aa;
	position: absolute;
  left: 50%;
	transform: translateX(-50%);
	top: .3em;
	padding: 0 .1em 0 .1em;
/*	background: #232323;
	padding: 0 .15em; */
	font-size: 1.5rem;
	font-weight: 600;
  font-variant-caps: normal;
}



.home-about a {
	text-decoration: none;
  color: #00ff6c;
}

.home-about-cv a {
	text-decoration: none;
  color: #00ff6c;
}

@media (min-width: 25rem) {
	h1 {
		font-size: 2rem;
	}

	.home-about-textbox {
		padding: 5.5em;
	}

	.home-about-textbox h1 {
		top: 1.2em;
		padding: 0 .325em;
	}

	.home-about-textbox-cv {
    top: -2em;
		background-color: #008000;
		width: 90vw;
	  padding: 4em   1em  0em   1em;
	  margin-left: 5%;
		outline: 2px solid #fff0aa;
		outline-offset: -0.25em;
		color:#fff0aa;
		position: relative;
		font-weight: 700;
		font-variant-caps: small-caps;
	}
	.home-about-textbox-cv h1 {
		color:#fff0aa;
		position: absolute;
	  left: 50%;
		transform: translateX(-50%);
		top: .3em;
		padding: 0 .1em 0 .1em;
	/*	background: #232323;
		padding: 0 .15em; */
		font-size: 1.5rem;
		font-weight: 700;
	  font-variant-caps: normal;
	}
}

@media (min-width: 70rem) {
	h1 {
		font-size: 2.3rem;
	}

	.home-about {
   background-image: url(../img/Marineta-Magureanu.jpg);
		background-repeat: no-repeat;
		padding-bottom: 20em;
	}


	.home-about-textbox {
		width: 40%;
		padding: 3em;
		outline-offset: -2.5em;
		margin-left: -2.5%;
		top: -2em;
		left: 50em;
		text-align: justify;
		box-shadow: 0 0 4em 0 rgba(0,0,0,.3);
	}

	.home-about-textbox h1 {
		font-size: 1.6rem;
		top: 0.7em;
		left: 5rem;
		transform: translateX(0);
	}

	.home-about-textbox-cv {
    top: -2em;
		background-color: #008000;
		width: 50vw;
	  padding: 3em   1em  0em   1em;
	  margin-left: 25%;
		outline: 2px solid #fff0aa;
		outline-offset: -0.25em;
		color:#fff0aa;
		position: relative;
		font-weight: 600;
		font-variant-caps: small-caps;

	}

}




/* portfolio
=================== */

.portfolio {
	margin: 3em 0 0;
}

.port-item {
	margin: 0;
	position: relative;
}

.port-item img {
	display: block;
}

.port-desc {
	position: absolute;
	z-index: 100;
	bottom: 0em;
	left: 0em;
	right: 0em;
	color: white;
	background: rgba(0,0,0,.6);
	padding-bottom: 2em;
}

.port-desc p {
	margin: 1em;
}

@media (min-width: 37rem) {
	.port-item {
		width: 50%;
		float: left;
	}
}

@media (min-width: 60rem) {
	.port-item {
		width: 33.3333334%;
		overflow: hidden;
	}

	.port-desc {
		transform: translateY(150%);
	}

	.port-item:hover .port-desc {
		transform: translateY(0%);
	}
}

/* harta
=================== */
.harta{
	top: 0em;

}

/* CTA
=================== */

.cta {
	background-color: #00ff6c;
	padding: 5em 0;
}


/* Footer
=================== */

footer {
	background: #232323;
	color: #fff;
	text-align: left;
	padding: 5em 0;
}


/* Footer
=================== */

/* cv {
	background: #040;
	color: #000
	} */

.cv {
		background-color: #fff0aa;
		}

.cv h1 {

font-weight: 900;
text-decoration: none;
font-size: 2.5rem;
text-align: center;
}

.cv h2 {

	text-align: center;
}
.cv h3 {

	text-align: center;
}



.cv p {
    padding:0em 0em 0em 0em;
		text-align: center;
		color:#00ff6c;
	  font-weight: bold;
		font-size: 1.5rem;

}
.cv ul {
	margin: 0.25em;
	padding:0em 0.25em 0em 1em;
	list-style: none;
	text-align: left;}

@media (min-width: 60rem) {

.cv ul {
	margin: 0;
	padding:0em 2em 0em 4em;
	list-style: none;
	text-align: left;

}
}
/* cv
=================== */
