#choose{
	position:relative;
	background:#181818;
}

#or{
	font-size: 50px;
}
.glow{
	color:white;
}
.glowdark{
	color: #0f0f0f;
}


#more
{
	font-size:60px;
}

.font-margin{
	margin: 25px;
}



/* BACKGROUND AND TEXT */
.lightbk{
	background:#eeeeee;
}
.darkbk{
	background:#181818;
}

.lighttext{
	color:#eeeeee;
}

.darktext{
	color:#181818;
}

/* § IMAGE */
.column1 {
  float: left;
  max-width: 320px;
  margin: 20px;
}

.column1 img {
  opacity: 0.8;
  cursor: pointer;
  padding:5px;
}

.column1 img:hover {
  opacity: 1;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.container1 {
  position: relative;
  display: none;
}

#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #0f0f0f;
  font-size: 20px;
}

.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}




/* BUTTON ABOUT ME/PROJECTS */

.btn {
	position:relative;
	display:inline-block;
	color:#eeeeee;
	font-size:28px;
	text-decoration:none;
	border: 1px solid #e33b0d;
	padding: 14px 60px;
	text-transform:uppercase;
	overflow:hidden;
	transition: 1s all ease;
	text-align:center;
	
}
.btn::before{
	background: #e33b0d;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:-1;
	transition: all 0.6s ease;
}

.btn3::before{
	width:100%;
	height:0;
	transform: translate(-50%,-50%) rotate(90deg);
}

.btn3:hover::before{
	height:450%;
}




@media (min-width: 2000px){
#more{
	
 font-size: 100px;
}
}

@media (max-width: 999px){
.btn{
	font-size:24px;
	margin:auto;
}
.btn3{
	width:350px;
}
	
#more{
 font-size: 40px;
 margin: auto;
 
}
.display-3{
	font-size:50px;
}
}

@media (max-width: 770px) {
#more{
 font-size: 40px;	
}
}

@media (max-width: 425px) {
.btn{
	font-size:20px;
	width:75vw;
}
.btn3:hover::before{
	height:440%;
}

#work{
	font-size:14px;
	}
#work:hover::before{
	height:475%;
}

#or{
	font-size: 25px;
}

#more{
 font-size: 35px;	
}

.display-3{
	font-size:30px;
}


.column1{
	width:50%;
}

#imgtext {
  bottom: 7px;
  left: 7px;
  font-size: 10px;
}

.py-5{
	
	height:100vh;
}
}



@media (max-width: 375px) {
	.btn3:hover::before{
	height:280%;
	}
	
#work{
	font-size:12px;
	
	}

	body{
		min-width:375px;
	}
	
	.arrow{
		left: 56%;
		bottom:6%;
	}
	
	.display-3{
	font-size:20px;
}
	
	
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

.masthead{
	position:relative;
}
.navbar{
	z-index:20;

}

	
html,
body {
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: #eeeeee;
	font-family: 'Poppins', 'Montserrat', Helvetica, Trebuchet MS, Arial, sans-serif;
	font-weight: 700;
	scroll-behavior: smooth;
}

.mainpage{
	overflow-x:hidden;
	margin:0;
	padding:0;
	height:100%;
	background-color: #181818;
}

.wrapper {
	margin: 0;
	padding: 0;
	background-size: cover;
	background: url('../img/Layer5_Ny.png')
	center center; 
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.pos {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
	}

.text {
		background: url('../img/Text1.png') 
		center center;
		background-size: contain;
		transform: translate3d(0, 100px, 0);
		-o-transform: translate3d(0, 100px, 0);
		opacity: 0;
		animation: moveUp 1.5s ease-out;
		animation-fill-mode: forwards;
	}

	
.layer1 {
		background: url('../img/Layer4_ny.png') 
		center center;
		background-size: cover;
		transform: scale3d(2.5, 2.5, 2.5);
		-o-transform: scale3d(2.5, 2.5, 2.5);
		opacity: 1;
		animation: scaler 3s ease-out;
		animation-fill-mode: forwards;
	}	
.layer2 {
		background: url('../img/Layer3_ny.png') 
		center center;
		background-size: cover;
		transform: scale3d(1.1, 1.1, 1.1);
		-o-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 0.2;
		animation: scaler 1.2s ease-out;
		animation-fill-mode: forwards;
	}
.layer3 {
		background: url('../img/Layer1_ny.png') 
		center center;
		background-size: cover;
		transform: scale3d(1.3, 1.3, 1.3);
		-o-transform: scale3d(1.3, 1.3, 1.3);
		opacity: 0.1;
		animation: scaler 1.6s ease-out;
		animation-fill-mode: forwards;
		
	}
.layer4 {
		background: url('../img/Layer2_ny.png') 
		center center;
		background-size: cover;
		transform: scale3d(1.5, 1.5, 1.5);
		-o-transform: scale3d(1.5, 1.5, 1.5));
		opacity: 0.1;
		animation: scaler 2s ease-out;
		animation-fill-mode: forwards;
	}
.layer5 {
		background: linear-gradient(
    rgba(105, 211, 252, 0) 0%,
    rgba(255, 116, 161, 0.25) 100%,
    rgba(1, 0, 0, 0.25) 100%
  );
	}
	

@keyframes moveUp {
		100% {
			transform: translate3d(0, 10px, 0);
			opacity: 1;
			
		}
	}

@keyframes scaler {
		100% {
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}
}



a {
  text-decoration: none;
  color: #fff;
}


#product__link{
	text-decoration:none;
	color: #e33b0d; 
}

#product__link:hover{
	text-decoration:none;
	color: #f56d48; 
}


.nav-link:hover, .navbar-brand:hover
{
	color: rgba(245, 123, 72, 1)!important;
	text-shadow:none;
	
}


#mainNav{
	background-color:#181818;
	
}


/* PARALLAX 
.wrapper {
	
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;

}
*/




.mobile{
	visibility:hidden;
	
}
@media (max-width: 500px) {
  .mobile{
		visibility: visible;
		background: url('../img/mobile_ny.png') no-repeat center;
		background-size: cover;
		height: 100vh;
		
		
	}
.pos {
	visibility:hidden;
}
	
  
  #mainNav{
	background-color:rgba(15, 15, 15, 1);
	}
	
}


#neonhover{
	padding:0vh;
	transition: 0.5s;
	overflow:hidden;
	
}

#neonhover:hover{
	background: #1b1b1b;
	box-shadow: 0 0 0px #1b1b1b, 0 0 30px #f56d48;
	transition-delay: ;
	animation: infinite;
}


/* SOCIALS */
#contact
{
	background: #181818;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
	text-decoration:none;
	color:white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
  border-radius: 50%;
}
.fa-instagram {
  background: #125688;
  color: white;
  border-radius: 50%;
}

/* ARROWDOWN */
.arrow{
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%,-50%);
	
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #e33b0d;
    border-right: 3px solid #e33b0d;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
	
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

@media (max-width: 425px){
	.arrow{
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    border-bottom: 3px solid #e33b0d;
    border-right: 3px solid #e33b0d;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
    width: 20px;
    height: 20px;
	
}
}


/* FOOTER */

#footer{
	height: 15vh;
	margin-top:;
	background-color:#181818;
	
}

/* ANIME.JS GRID */

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* COLORS 

color:#e33b0d Main Orange 
color:#f56d48 Orange on hover
color:#eeeeee White background
color:#181818 Dark background

*/


/* PROJECTS */

.projectpicture{
	background: #181818;
	height: 100%; 
	background-position: center; 
	background-image: url('../img/portfolio/fullsize/Saluta1.png');
	background-repeat: no-repeat;
	background-size: 80vh;
}

@media (max-height: 854px) and (min-height: 769px) {
	#project1{
	background-size: 50vh;
	}	
}

@media (max-width: 414px) {
	#project1{
	background-size: 40vh;
	}	
}
@media (max-width: 330px) {
	#project1{
	background-size: 30vh;
	}	
}


.projectpicture2{
	background: #181818;
	height: 100%; 
	background-position: center; 
	background-image: url('../img/portfolio/Mygarden/Mygardenlogo.png');
	background-repeat: no-repeat;
	background-size: 45vh;
}

@media (max-height: 854px) and (min-height: 769px) {
	#project2{
	background-size: 40vh;
	}	
}

@media (max-width: 414px) {
	#project2{
	background-size: 40vh;
	}	
}
@media (max-width: 330px) {
	#project2{
	background-size: 30vh;
	}	
}



.projectpicture3{
	background: #181818;
	height: 100%; 
	background-position: center; 
	background-image: url('../img/portfolio/HH/HH_Logo.png');
	background-repeat: no-repeat;
	background-size: 45vh;
}

@media (max-height: 854px) and (min-height: 769px) {
	#project3{
	background-size: 40vh;
	}	
}

@media (max-width: 414px) {
	#project3{
	background-size: 40vh;
	}	
}
@media (max-width: 330px) {
	#project3{
	background-size: 30vh;
	}	
}


.projectpicture4{
	background: #181818;
	height: 100%; 
	background-position: center; 
	background-image: url('../img/portfolio/Ica/Ica_Logo.png');
	background-repeat: no-repeat;
	background-size: 45vh;
}

@media (max-height: 854px) and (min-height: 769px) {
	#project4{
	background-size: 40vh;
	}	
}

@media (max-width: 414px) {
	#project4{
	background-size: 40vh;
	}	
}
@media (max-width: 330px) {
	#project4{
	background-size: 30vh;
	}	
}



.projectpicture5{
	background: #181818;
	height: 100%; 
	background-position: center; 
	background-image: url('../img/portfolio/AA/aafLOGO.png');
	background-repeat: no-repeat;
	background-size: 45vh;
}

@media (max-height: 854px) and (min-height: 769px) {
	#project5{
	background-size: 40vh;
	}	
}

@media (max-width: 414px) {
	#project5{
	background-size: 40vh;
	}	
}
@media (max-width: 330px) {
	#project5{
	background-size: 30vh;
	}	
	
}



@media (max-width: 414px) {
	#work{
	text-align:center
}
}

#collapse1{
	transition: 0.75s;
	transition-timing-function: ease-in;
}

#collapse2{
	transition: 0.75s;
	transition-timing-function: ease-in;
}

#collapse3{
	transition: 0.75s;
	transition-timing-function: ease-in;
}

#work{
	margin:auto;
	
}


OLD
/*
.portfolio-box
{
	transition: 0.5s;
	transition-timing-function: linear;
}

.portfolio-box:hover{
	transform: scale(1.01);
	z-index: 10;
	
}



.parallax__group {
  position: relative;
  height: 100vh;
  width: 100vw;
  transform-style: preserve-3d;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax_1 {
  background: url('../img/Layer5_Ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-600px) scale(4.2);
  z-index: 7;
}

.parallax_2 {
  background: url('../img/Layer4_ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-400px) scale(3.1);
  z-index: 2;
}

.parallax_3 {
  background: url('../img/Layer3_ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-400px) scale(2.33333333);
  z-index: 3;
}

.parallax_4 {
  background: url('../img/Layer2_ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-250px) scale(1.833333333);
  z-index: 4;
}

.parallax_5 {
  background: url('../img/Text_Ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-125px) scale(1.4167);
  z-index: 5;
}

.parallax_6 {
  background: url('../img/Layer1_ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(0) scale(1);
  z-index: 6;
}

.parallax_overlay {
  background: linear-gradient(
    rgba(105, 211, 252, 0) 0%,
    rgba(255, 116, 161, 0.25) 100%,
    rgba(1, 0, 0, 0.25) 100%
  );
  background-size: cover;
  transform: translateZ(0) scale(1);
  z-index: 1;
}

@media (min-width: 1385px) {
  .parallax_1,
  .parallax_2,
  .parallax_3,
  .parallax_4,
  .parallax_5,
  .parallax_6,
  .parallax_overlay {
    background-size: contain;
  }
}


@media (min-width: 1200px) {
.parallax_1 {
  background: url('../img/Layer5_Ny.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-600px) scale(4.8);
  z-index: 7;
}
}

*/