@charset "UTF-8";
/* CSS Document */



a {
	
	
	text-decoration: none;
	
	
}


body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	

}



#anim {
	
	
	position: fixed;
	top:0px;
	padding-left: 15%;
	padding-bottom: 250px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 1000;
	background-color: white;
	
	
}
	



#menu3  {
	
	
	margin: 0px;
	top: 0px;
	width:  100%;
	height: 100px;
	background-color:rgba(76,45,188,1.00);
	text-align: center;
	margin-left: 0px;
	z-index: 1000;
	position:fixed;
	
}


#name3  {
	
	
	display: inline-block;
	width: 400px;
	
	
	
}

	.logo {
		
		padding-top: 20px;
		width: 160px;
		height: 50px;
		
		
	}

#list3  {
	
	width: auto;
	display: inline-block;
	right: 1%;
	top:25px;
	position: absolute;
	
	
}


#icons3 {
	
	width: 250px;
	display: inline-block;
	left: 2%;
	position: absolute;
	top:25px;
	height: 50px;;
	color:white;
	
	
}


#icons3 .fa {
 
 	border: solid 2px rgba(76,45,188,1.00);
	
}

#icons3 .fa:hover {
 
 	border: solid 2px #EA4D50;
	transition: 0.3s;
}


#menu3 ul {  

	width: 500px;


}


#menu3 ul li{
	
	text-decoration: none;
	display:inline-block;
	width: 90px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:lighter;
	margin: 0;
	text-align: center;
	color: white;
	position: relative;
	padding-bottom: 10px;
}

#list3 a {
	
	text-decoration: none;
	color:white;
	
	
	
}

#list3 a.active {
	
	
	 text-decoration: line-through;
   	 color:#EA4D50 ;
	
}

#list3  a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
	
  height: 2px;
  left: 50%;
  position: absolute;
  background:#EA4D50;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#list3  a:hover:after { 
  width: 100%; 
  left: 0; 
}


.fa {
	
  
  height: 20px;
  width: 20px;
  background-color: transparent;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  color:white;
  
	
}

#buttons {
	
	width: 100%;
	height: 50px;
	position: fixed;
	background-color:rgba(110,63,239,1.00);
	z-index: 900;
	margin: 0;
	top:100px;
	text-align: center;
}


button {
	
	letter-spacing: 2px;
	border: none;
	background-color:rgba(110,63,239,1.00);
	color:white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	font-size: 12px;
	margin-right: 30px;
	margin-top: 18px;
	text-transform: uppercase;
	
}

button:hover, button.active {
	
	color:#EA4D50;
	cursor: pointer;

}


#lightbox {
	
	position:fixed;
	z-index: 2000;
	top: 0;
	background-color:rgba(231,231,231,.90);
	width: 100%;
	height: 100%;
	
}


#lightboximg {
	
	
	width:30vmax;
	height: 40vmax;
	opacity: 1.0;
	margin: 0 auto;
	margin-top:50px;
	
}



#content {
	
	width: 100%;
	height: auto;
	margin-top: 150px;

	
}


#before {
	
	top:40%;
	position: absolute;
	left:28%;
	color: #1C1C1E;
	
}


#next {
	
	
	position: absolute;
	right:28%;
	top:40%;
	color: #1C1C1E;
	
}




.nextimg {

	font-size: 30px;
	background-color:transparent;
	text-align: center;
	
}

#closelightbox {
	  top: 2%;
  position: absolute;
  right: 2%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  padding-left: 10px;

}



.leftright{
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 32px;
  margin-left: 20PX;
  background-color:rgba(76,45,188,1.00);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 2px;
  width: 30px;
  margin-left: 20PX;
  position: absolute;
  margin-top: 32px;
  background-color: rgba(76,45,188,1.00);
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

#closelightbox:hover .leftright{
  transform: rotate(0deg);
  background-color:  #EA4D50;
}


#closelightbox:hover .rightleft{
  transform: rotate(0deg);
  background-color:  #EA4D50;
}


.circle {
	
	
	fill:transparent;
	stroke-width:2px;
	stroke:#EA4D50;
	stroke-dasharray: 1120;
	stroke-dashoffset: -474;
	transition:  stroke-dashoffset 0.4s, stroke-dasharray 0.4s;
	transition-timing-function:ease-in-out;
}

#closelightbox:hover .circle {
	
	 stroke-dashoffset: 0;
  	stroke-dasharray: 760;
}


.imgallery{
	
	background-color:#FAF8F0;
	padding: 0px 0px;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));

	
}


.imgdiv {
	
	max-width: 400px;
	overflow: hidden;
	position: relative;
	height: 500px;
	float: left;
	text-align: center;
	cursor: pointer;
}



.imgdiv:hover .overtext {
	
	opacity: .9;
	
}
	

.img {
	
  	width: 100%;
	height: 100%;
	display: block;
	
}



.imgdiv:hover .img {
	
	transform: scale(1.5);
	transition: 3.5s;
	
}

.overtext  p {
	
	opacity: 1.0;
	color:rgba(43,43,43,1.00);
	font-size: 4vmin;
	letter-spacing: 5px;
	font-family: "DunbarLow Book", "DunbarLow ExLight", "DunbarLow Medium";
	margin-top: 50%;
	
}



.overtext {
	
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(213,210,210,1.00);
	
	
}



#footer {
	
	width: 100%;
	height: 200px;;
	background-color: #1C1C1E;
	text-align: center;
}



.footericon {
	
	
	color: rgba(114,114,114,1.00);
	margin-top: 30px;
	border: solid 2px #1C1C1E;
}


.footericon:hover {
	
	color:rgba(114,114,114,1.00);
	border: solid 2px rgba(114,114,114,1.00);
	
	
}




#footer p {
	
	
	color: rgba(114,114,114,1.00);
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	letter-spacing: 2px;
	font-size:12px;
	
}



@media (max-width:979px) {
	
	
		#menu3 {
		
		position: fixed;
		height: 70px;
		left: 0;
		right: 0;	
		z-index: 1000;
		
	}
	
	
		
	#icons3 {
		
		visibility: hidden;
		
		
	}
	
	
	#list3 {
		
		visibility: hidden;
		
	}
	
	
	#content {
	
	width: 100%;
	height: auto;
	margin-top: 110px;

	
}
	
	
	
	#mobilemenu {
		
		visibility: visible;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(76,45,188,1.00);
		z-index: 1500;
		top: 0;
		
	}
	
	
	
	#burguermenu {
		
		
		cursor: pointer;
		position: fixed;
		top: 35px;
		right:7%;
		width: 30px;
		height: 25px;
		background-color:transparent;
		z-index: 2000;
	}
	
	.div1 {
		
		margin-bottom: 7px;
		transition: transform ease-in-out .2s;
	}
	
	.div2 {
		margin-bottom: 7px;
		transition: transform  ease-in-out  .2s;
	}
	
	.div3 {
	
		transition: transform  ease-in-out  .2s;
	}
	
	.div4 {
		width: 30px;
		height: 3px;
		background-color: white;
		
		
	}
	
	 .div1move  {
		
		
		margin-bottom: -3px;
		transform: rotate(45deg);
		
	}
	
	 .div2move  {
		
		margin-bottom: -3px;
		transform: rotate(-45deg);
	
		
	}
	
	 .div3move  {
		
		margin-bottom: -3px;
		width: 0px;
		height: 0px;
		
		
		
	}
	
	
	#mobilelinks {
		
		width:70%;
		height: auto;
		position: absolute;
		text-align: center;
		margin-top: 10%;
	
		
	}
	
	#mobilelinks ul {
		
		width: 150px;
		height: 700px;
		margin-left: 50px;
		padding: 10px;
	}
	
	#mobilelinks li {
		
		width: 100%;
		height: 30px;
		text-decoration: none;
		font-size: 25px;
		color: white;
		display: block;
		
		
		
	}
	
	#mobilelinks a li:hover {
		
		color: rgba(117,71,233,1.00);
		
		
	}
	
	
	#mobilelinks ul a li  {
		
		
		text-decoration: none;
		color:white;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-weight: lighter;
		display: block;
		margin-bottom: 40px;
		letter-spacing: 2px;
		text-align: left;
		
	}
	
	
	

	
	
	.mobilelogo {
		
		
		width: 120px;
		height: 40px;
		margin-left: 50px;
		display: block;
		margin-top: 20px;
		
		
	}
	
	
	
	#buttons {
		
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		height: 50px;
	}
	
	
	#buttons {
	
	letter-spacing: 1px;
	border: none;
	background-color:rgba(110,63,239,1.00);
	color:white;
	font-family:"Urbane Medium";
	font-size: 2vw;
	margin-right: 10px;
	margin-top: -30px;
	text-transform: uppercase;
	
}
	
	
	
	#lightboximg {
		
		width:  60vmax;
		height: 80vmax;
		
	}
	
	
	#next {
		
		right: 5%;
		
	}
	
	#before {
		
		
		left:5%;
		
	}
	
	
	
}


@media (max-width: 750px) {
	
	
	#lightboximg {
		
		margin-top:100px;
		width:50vmax;
		height: 70vmax;
	}
	
	
	
	.imgdiv {
	
	max-width: 100%;
	height:auto;
	float: left;
	text-align: center;
	cursor: pointer;
}
	
	#next {
		
		top: 85%;
		right: 8%;
	}
	
	#before {
		
		
		top:85%;
		left: 13%;
	}
	
	
	
}




