/* Base */
body {
	background-color: #000f9f;
}

h1,h2,p,ul,.perspective-text,h4,h3 {
  color: white;
}

h1 {
	font-size: 1.6em;
}

a{
	color: white;
}

.space {
	padding-left: 2rem;
}

.widthMax {
	max-width: 50rem;
}
/*SCROLL*/
	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: #000f9f;
		border: solid white 1px;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: white;
		border: solid white 1px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #00ff00;
	}


.back {
  width: 100%;
	background-position: right;
	text-align: right;
	font-size: 0.6em;
}

.content {
	/*
  display: flex;
  flex-wrap: wrap;*/
}

.main_content {
  width: 50%;
	margin: 0 0 0 2rem;
	padding: 0 0.2rem 0 0.2rem;
}

.side_content {
  width: 30%;
}

/*Logo*/
svg#LogoPorte .color{
	fill: white;
}
.skills {
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.skills1 {
  transform: skewY(30deg);
  text-align: right;
  margin-top: -1.5rem;
}

.skills2 {
  transform: skewY(-30deg);
  text-align: left;
  margin-left: -2rem;
}

ul {
  list-style-type: none;
}

.elements {
	padding-bottom:3rem;
}

/*Perspective gallery*/
.photograph img {
	height: 300px;
  width: 400px;
  object-fit: cover;
}

.photographholder {
  margin-top: 150px;
  perspective: 600px;
}
.photograph {
  width: 300px;
  height: 300px;
  background-color: transparent;
  transform: rotateY(50deg);
	transition: all 1s ease;
  color: transparent;
  opacity: 60%;
}

.photograph p {
  display: none;
  color: #000f9f;
  font-weight: bold;
}
.photograph:hover {
  width: 300px;
  height: 300px;
  background-color: transparent;
  transform: rotateY(0deg);
  color: black;
  opacity: 100%;
}
.photograph:hover p {
  display: block;
}
p.desc {
  z-index:999;
  position: absolute;
  top: 10px;
  padding: 10px;
}
p.desc:hover {
}

/*Text highlights*/
.highlight p, h1 {
  display: inline;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}

.v2 p {
  background-position: left;
  background-size: 0% 100%;
  background-image: linear-gradient(#00ff00, #00ff00);
}
.v2:hover p {
  background-size: 100% 100%;
  color: #000f9f;
}

.top_space {
	padding-top: 10rem;
}

.v1 h1 {
  background-position: bottom left;
  background-size: 0% 5px;
  background-image: linear-gradient(#00ff00, #00ff00);
  padding-bottom: 5px;
}

.v1:hover h1 {
  background-size: 100% 5px;
}

.inscriptions h3 {
	font-size: 1em;
  display: inline;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}

.v1 h3 {
  background-position: bottom left;
  background-size: 0% 5px;
  background-image: linear-gradient(#00ff00, #00ff00);
  padding-bottom: 5px;
}

.v1:hover h3 {
  background-size: 100% 5px;
}




/* Video */
/*
.video {
	overflow:hidden;
	padding-bottom:40rem;
	height:0;
}


.video iframe,
.video video {
	left:0;
	top:0;
	height:70%;
	width:100%;
	position:absolute;
	padding-top: 1.5rem;
	z-index:1;
}

.player .vp-sidedock button {
	display: none!important;
}
*/
.video {
	/*width: 40rem;
	margin: auto;*/
	text-align:center;
}

.video video{
	max-width: 100%;
	max-height: 60vh;
	margin: auto;
}

@media only screen and (max-width: 500px) {
	.content.video {
		padding:0;
	}
	.video {
		height: 100vh;

		/* vertical center*/
		display: flex;	align-items: center;	justify-content: center;
	}
	.content {
		padding: 1rem 2rem 4rem 4rem;
	}
}



/*footer*/
.footer {
	background-color: white;
	color: #000f9f;
}

.footer a, .footer * {
	color: #000f9f;
}

.footer h3:hover {
	text-decoration: none;
}

.credit {
	background-color: white;
}

.accordion {
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: solid 1px #00ff00;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
	margin: 0 0 0 2rem;
	text-align: center;
}

.active, .accordion:hover {
  background-color: #00ff00;
	color: #000f9f;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color:#000f9f;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin: 0px -2rem 0 2rem;
}

.panel p {
	 color:#000f9f;
}

.panel li {
	color:#000f9f;
	padding-bottom:1rem;
}

b {
	font-weight: bold;
}

button:focus {
    outline: none;
  	outline: none;
	}

/*MEDIA*/


@media only screen and (max-width: 500px) {
  .skills1 {
    margin-left: 4rem;
  }
	/*
	.video iframe {
		height:100%;
	}
	.video {
	 	padding-bottom:40rem;
	}
	*/
}

/* Slider*/

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 2rem;
	width: 50rem!important;
	height: 30rem!important;
	max-width: 100%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 64rem;
  height: 30rem;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

#slider img {
	width: 63%;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
	fill: white;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
	fill: #00ff00;
}

a.control_prev {
}

a.control_next {
  right: 0;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
