@keyframes anim1 {
  	50% {opacity: 0;transform: rotate(20deg) scale(0.1, 0.1) skew(20deg,10deg);}
  	51% {transform: rotate(-20deg) scale(0.1, 0.1) skew(-20deg,-10deg);}
}
.anim1 {
	animation: anim1 120s infinite;
}
#hero .btn-get-started {
	background: rgba(0,0,0,0.0);
  	border: 2px solid #547c9a;
	color: #fff;
  	border-radius: 50px;
}

#portfolio .portfolio-item .portfolio-info {
	all: revert;
	padding: 15px 15px 0 15px;
}
.portfolio-item-container{
	position: relative; 
	display: flex; 
	align-items: center;
}
.portfolio-thumbnail {
	position: absolute;
    
}
.img-fluid{
	max-height:100%;
}
.section-title {
	text-transform: none;
	letter-spacing: 5px;
	color : #c3c3c3;
}
.disclaiming {
  text-align: center;
  margin-bottom: 40px;
}
#portfolio .section-title, #artwork-variants .section-title{
	color : #8d8d8d;
}
#portfolio, #portfolio-details, #artwork-variants, #breadcrumbs{
	background: #e5e0d1;
}
#breadcrumbs .current {
	color: #03C4EB;
}
.portfolio-variants-link {
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
 	transition: all 0.3s ease-in-out;
}
.portfolio-variants-link a:hover {
	color: #03C4EB;
}
#footer {
	padding: 15px 0;
}
.portfolio-details .portfolio-info ul {
  font-size: 1rem;
}
#portfolio-navigation .active {
	background-color: #878274;	
}
.linkhighlight {
	color: teal;
	word-wrap: break-word;
}
#portfolio-navigation .notactive:hover {
	background-color: #03C4EB;	
}
#swiper-slider, .portfolio-details .portfolio-info, .portfolio-card{
	box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
	border-radius: 0.375rem;
}
.portfolio-details .portfolio-info h3, .variant-info {
	border-bottom: 1px solid #d1d1d1;
}
.portfolio-details .portfolio-info ul {
	margin-top: 20px;
}
#swiper-slider {
	padding: 10px;
}
.portfolio-details .portfolio-info {
	padding: 30px;
}

/* slideshow swiper*/	
.swiper {
  width: 100%;
  height: 100%;
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*.swiper-slide {
  background-size: cover;
  background-position: center;
}*/

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 18%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper3{
  width: 100%;
  height: 800px;
  padding: 40px;
  background: rgba(0,0,0,0.8);
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity:1;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 0.4;
  cursor: default;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#swiper-slider .swiper-slide img {
	cursor: pointer;
}
/*slideshow modal*/
.slider-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 60px;
  font-weight: bold;
  margin-right: 40px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* contact form */
#status {
	text-align: center;
	color: #852d2d;
	letter-spacing: 5px;
	padding: 10px;
	font-weight: 600;
}
#contact-form button {
	padding: 1%;
	background-color: #403f3f;
	border: none;
  	letter-spacing: 5px;
  	font-size: 1.5rem;
  	width: 100%;
  	cursor: pointer;
  	font-weight: 700;
  	color: #c3c3c3;
}
#contact-form button:hover {
	background-color: #852d2d;
}
#loader {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #eb5050;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
	
