* {
	margin: 0;
	box-sizing: border-box;
}

body, html {
	height: 100%;
}

body {
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Quicksand', sans-serif;
	font-display: auto; 
	color: #ebeaeb;
}

a {
	text-decoration: none;
	color: #ebeaeb;
}

.no-webp header {
	background: url(../img/architecture-blur.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 666px;
}

.webp header {
	background: url(../img/webp/architecture-blur.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 666px;
}

.scrollup {
	font-weight: bold;
	font-size: 35px;
	color: #5e5b96;
	transform: rotate(90deg);
	display: inline-block;
	position: fixed;
	bottom: 220px;
	margin-left: 50%;
	display: none;
}

.icons {
	height: 100px;
	background: rgba(255,255,255,0.9);
	text-align: center;
}

.icons a {
	display: inline-block;
	margin-left: 8%;
	margin-top: 2%;
	font-size: 2em;
	color: #5e5b96;
	transition: all .3s ease-in-out;
}

.icons > a:last-child {
	margin-left: 4%;
}

.icons a:hover {
	color: #00cc81;
}

.contact {
	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	margin-left: 20px;
	font-size: 0.7em;
	position: relative;
	bottom: 4px;
}

.logo {
	height: 280px;
	position: relative;
}

.box {
	height: 230px;
	width: 180px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(#fff 0%, rgba(200,200,200,0.7) 100%);
	animation: shape 15s linear infinite;
}

	@keyframes shape { 
	  0% { 
		border-radius: 1%; 
	  } 
	  20% { 
		border-radius: 35% 15% 20% 10% / 30% 15% 25% 20%; 
	  } 
	  40% { 
		border-radius: 55% 60% 35% 40% / 55% 48% 65% 26%;   } 
		
	  60% { 
		border-radius: 79% 44% 52% 22% / 73% 35% 65% 53%; 
	  } 
	  80% { 
		border-radius: 45% 5% 15% 10% / 30% 15% 25% 20%; 
	  } 
	  100% { 
		border-radius: 1%;   } 
	}

.no-webp .ATGlass-logo {
	height: 160px;
	background: url(../img/ATGlass-logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.webp .ATGlass-logo {
	height: 160px;
	background: url(../img/webp/ATGlass-logo.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title {
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
	border-top: 2px solid transparent;
	border-image: linear-gradient(90deg, rgba(9,9,121,1) 0%, rgba(0,255,162,0.8) 50%, rgba(9,9,121,1) 100%);
	border-image-slice: 1;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

h1 {
	font-size: 46px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	padding-bottom: 20px;
}

.kicker {
	font-size: 18px;
	letter-spacing: 0.05em;
	border-top: 1px solid #ebeaeb;
	width: 50%;
	margin: auto;
	padding-top: 10px;
}

/*	-----------------------------------------------------------------	nav ------------------------------------------	*/

.menu {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	background: rgb(2,0,36);
	background: linear-gradient(145deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 33%, rgba(0,255,162,1) 100%);
	background-size: 150% 130%;
}

.menu a {
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	display: block;
	position: relative;
	border-left: 1px solid #00cc81;
	border-right: 1px solid #00cc81;
}

.menu a:nth-child(1) {
	border-left: none;
}

.menu a:nth-child(6) {
	border-right: none;
}
/*
.menu a::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 2px;
	height: 3em;
	background-color: #00ffa2;
}
*/

.menu a:nth-child(1):hover {
	box-shadow: inset 0 0 0 6px #99ccff;
	background-color: rgba(153, 204, 255, 0.1)
}

.menu a:nth-child(2):hover {
	box-shadow: inset 0 0 0 6px #b366ff;
	background-color: rgba(179, 102, 255, 0.1)
}

.menu a:nth-child(3):hover {
	box-shadow: inset 0 0 0 6px #ff8c66;
	background-color: rgba(255, 140, 102, 0.1)
}

.menu a:nth-child(4):hover {
	box-shadow: inset 0 0 0 6px #999966;
	background-color: rgba(153, 153, 102, 0.1)
}

.menu a:nth-child(5):hover {
	box-shadow: inset 0 0 0 6px #ffe699;
	background-color: rgba(255, 230, 153, 0.1)
}

.menu a:nth-child(6):hover {
	box-shadow: inset 0 0 0 6px #99ff99;
	background-color: rgba(153, 255, 153, 0.1)
}

.menu p {
	padding: 8% 0;
}

nav button p:hover {
	border: none;
}

nav button {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	cursor: pointer;
	font-family: 'Quicksand', sans-serif;
	color: #ebeaeb;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 0.05em;
	transition: all .3s ease-in-out;
}

nav button:hover {
	color: #00cc81;
}

.tablink {
	background: rgba(0,0,0,0);
}
/*
.tablink:nth-child(1):hover {
	box-shadow: inset 0 0 0 6px #99ccff;
	background: ;
}

.tablink:nth-child(2):hover {
	box-shadow: inset 0 0 0 6px #cc99ff;
	background: ;
}

.tablink:nth-child(3):hover {
	box-shadow: inset 0 0 0 6px #ff8c66;
	background: ;
}

.tablink:nth-child(4):hover {
	box-shadow: inset 0 0 0 6px #999966;
	background: ;
}

.tablink:nth-child(5):hover {
	box-shadow: inset 0 0 0 6px #ffe699;
	background: ;
}

.tablink:nth-child(6):hover {
	box-shadow: inset 0 0 0 6px #99ff99;
	background: ;
}
*/
.sticky {
	width: 100%;
	height: 84px;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 100;
	transition: all .2s ease-in-out;
}

.sticky + .content {
	padding-top: 84px;
	background: #ebeaeb;
}

/*	-----------------------------------------------------------------	sections	------------------------------------------	*/

.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*
#Etched {
	background: url(../img/architecture-blur.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
*/
#Fusing {
	background: url(../img/architecture-blur.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.filter {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.section {
	background: #ebeaeb;
	min-height: 720px;
	overflow: hidden;
}

#S-2-Etched {
	height: 1400px;
	margin-top: 80px;
}

.parallax {
	background-image: url("../img/blur.jpg");
	min-height: 500px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.etched {
	background-image: url("../img/glass-etching-1.jpg");
	background-position: top center;
}

.stained {
	background-image: url("../img/stained-glass.jpg");
}

.fusing {
	background-image: url("../img/fusing.jpg");
}

.painting {
	background-image: url("../img/glass-painting.jpg");
}

.contact-tab {
	background-image: url("../img/contact-1.jpg");
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

.text {
	text-align: center;
	color: #343234;
	background: #ebeaeb;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.text-contact {
	text-align: center;
	color: #343234;
	background: #ebeaeb;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-top: 30px;
	height: 180px;
	width: 100%;
	overflow: hidden;
}

#ATG-title {
	display: inline-block;
	border-bottom: 5px solid #99ccff;
}

#Et-title {
	display: inline-block;
	border-bottom: 5px solid #cc99ff;
}

#Stained-title {
	display: inline-block;
	border-bottom: 5px solid #ff8c66;
}

#Fu-title {
	display: inline-block;
	border-bottom: 5px solid #999966;
}

#Paint-title {
	display: inline-block;
	border-bottom: 5px solid #ffe699;
}

#Contact-title {
	display: inline-block;
	border-bottom: 5px solid #99ff99;
}

#Text-paint, #Text-stained-glass {
	min-height: 300px;
}

.text h2, #Contact-title {
	font-size: 24px;
	padding-bottom: 15px;
}

.text p {
	padding: 25px 50px;
	display: inline-block;
	text-align: justify;
	text-indent: 3em;
}

.text a {
	background: #e6ccff;
	color: #343234;
	padding: 2px 8px;
	transition: all .7s ease-in-out;
}

.text a:hover {
	box-shadow: inset 150px 0 0 0 #cc99ff;
}

.text img {
	text-align: center;
}

.icons-container {
	padding: 25px 0;
	font-size: 20px;
}

.icons-container a {
	color: #343234;
	display: inline-flex;
	margin-left: 20px;
}

.icons-contact {
	font-family: 'Quicksand', sans-serif;
	margin-left: 15px;
	position: relative;
	color: #343234;
}

#Fu-cat {
	background: #ffb399;
}

#Fu-cat:hover {
	box-shadow: inset 150px 0 0 0 #ff8c66;
}

/*	-----------------------------------------------------------------	contact	------------------------------------------	*/

.contact-container {
	display: flex;
	width: 100%;
	height: 540px;
	border-top: 4px solid #99ff99;
}

.contact-item {
	width: 100%;
	height: 100%;
	background-color: #ebeaeb;
}

.border {
	border-left: 4px solid #99ff99;
	overflow-y: auto;
}

/*	-----------------------------------------------------------------	contact form	------------------------------------------	*/

.form {
    margin: 1rem auto;
    max-width: 90%;
	color: #343234;
}

.form .form-row {
    margin-bottom: 1rem;
}
	
.form .form-row:last-child {
    margin-bottom: 0;
}

.form input[type=text],
.form input[type=email],
.form textarea,
.form .checkbox-cnt .state {
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.07);
}

.form input[type=text], 
.form input[type=email],
.form textarea {
	background: #f3f2f3;
    border-radius: 0.2rem;
    font-family: sans-serif;
	padding: 0.8rem;
	border: 1px solid #aaa;
	display: block;
	width: 100%;
	color: #343234;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
	border-color: #99ff99;
	box-shadow: inset 0 0 0 1px #99ff99, inset 0 1px 5px rgba(0,0,0,0.07);
	outline: none;
}

.form textarea {
	height: 10rem;
}

.form label {
	font-weight: bold;
	display: block;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.form .submit-btn {
    font-family: sans-serif;
	padding: 1rem 2rem;
	background: #99ff99;
	border: 0;
	color: #343234;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	transition: 0.3s background-color;
	cursor: pointer;
	margin-top: 8px;
}

.form .submit-btn:hover {
	background: #4dff4d;
}

.form .checkbox-cnt {
	padding-top: 0.5rem;
	padding-left: 3rem;
	position: relative;
	font-weight: normal;
	line-height: 1.1rem;
	color: #444;
	cursor: pointer;
}

.form .checkbox-cnt .state {
	width: 2rem;
	height: 2rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #aaa;
}

.form .checkbox-cnt .state:before {
	width: 1rem;
	height: 1rem;
	background: #99ff99;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
}

.form .checkbox-cnt input:checked ~ .state:before {
	animation: checkboxShowAnim 0.5s 1;
	opacity: 1;
}

.form .checkbox-cnt input {
	position: absolute;
	top: 0; 
	left: 0;
	width: 2rem;
	height: 2rem;
	z-index: 2;
	cursor: pointer;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.form input[type=text].error,
.form input[type=email].error,
.form textarea.error,
.form .checkbox-cnt input.error ~ .state {
	border-color: #E01546;
}

.field-error {
	color: #E01546;
	padding: 0.5rem 0;
	font-size: 0.8rem;
}

	@keyframes checkboxShowAnim {
        0%  { border-radius:50%; transform:translate(-50%, -50%) scale(0.2); }
        50% { transform:translate(-50%, -50%) scale(1.2); }
        100% { transform:translate(-50%, -50%) scale(1); }
	}

.element-is-busy {
	position: relative;
	pointer-events: none;
	opacity: 0.5;
}

.element-is-busy::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0,0,0,0.7);
	transform: translate(-50%, -50%) rotate(0deg);
	content:'';
	animation: rotateSingleLoading 0.3s infinite linear;
	z-index: 100;
}

	@keyframes rotateSingleLoading {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
.form .send-error {
	display: inline-block;
	font-family: sans-serif;
	font-size: 0.9rem;
	padding: 1rem 1.5rem;
	color: #E01546;
}

.form-send-success {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	border: 1px solid #eee;
	color: #333;
	padding: 10rem 0;
	margin: 3rem auto;
	max-width: 40rem;
}
	
.form-send-success strong {
	display: block;
	margin-bottom: 0.5rem;
}

.form-send-success span {
	font-size: 1rem;
	color: #888;
	font-weight: normal;
	display: block;
}

@media screen and (max-width:500px) {
.form .submit-btn {
	display: block;
	width: 100%;
}

.form .send-error {
	text-align: center;
	display: block;
}
}

/*	-----------------------------------------------------------------	gallery	------------------------------------------	*/

.gallery {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.item {
	position: relative;
	margin: 20px;
}

.content-gallery img {
	width: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 6px #cc99ff;
	transition: all .7s ease-in-out;
}

.item:hover .overlay {
	cursor: pointer;
	box-shadow: inset 0 0 0 6px #cc99ff, inset 0 0 0 130px rgba(204, 153, 255, 0.5);
}

.o-Fus {
	box-shadow: inset 0 0 0 6px #999966;
}

.item:hover .o-Fus {
	box-shadow: inset 0 0 0 6px #999966, inset 0 0 0 130px rgba(153, 153, 102, 0.5);
}

.o-Stained {
	box-shadow: inset 0 0 0 6px #ff8c66;
}

.item:hover .o-Stained {
	box-shadow: inset 0 0 0 6px #ff8c66, inset 0 0 0 130px rgba(255, 140, 102, 0.5);
}

.o-Paint {
	box-shadow: inset 0 0 0 6px #ffe699;
}

.item:hover .o-Paint {
	box-shadow: inset 0 0 0 6px #ffe699, inset 0 0 0 130px rgba(255, 230, 153, 0.5);
}

.modal {
	display: none;
	position: fixed;
	z-index: 101;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.9);
  	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* Modal Content */
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	padding: 0;
	width: 90%;
	height: 95%;
	max-width: 1200px;
	border: 2px solid #ebeaeb;
	background-color: rgba(0, 0, 0, 0.7);
	transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 45px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides1, .mySlides2 {
	display: none;
}

.cursor {
	cursor: pointer;
	z-index: 1;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	background-color: rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 25px;
	transition: 0.6s ease;
	border-radius: 0 5px 5px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
	position: absolute;
	width: 100%;
	height: 100%;
}

.no-webp #san {
	background: url(../img/sandblasting-1.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #san {
	background: url(../img/webp/sandblasting-1.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #san1 {
	background: url(../img/sandblasting-2.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #san1 {
	background: url(../img/webp/sandblasting-2.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #san2 {
	background: url(../img/sandblasting-3.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #san2 {
	background: url(../img/webp/sandblasting-3.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #san3 {
	background: url(../img/sandblasting-letters.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #san3 {
	background: url(../img/webp/sandblasting-letters.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #san4 {
	background: url(../img/sandblasting-door-victorian.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #san4 {
	background: url(../img/webp/sandblasting-door-victorian.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus {
	background: url(../img/fusing-glass-1.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus {
	background: url(../img/webp/fusing-glass-1.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus1 {
	background: url(../img/fusing-glass-2.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus1 {
	background: url(../img/webp/fusing-glass-2.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus2 {
	background: url(../img/fusing-glass-3.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus2 {
	background: url(../img/webp/fusing-glass-3.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus3 {
	background: url(../img/fusing-glass-4.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus3 {
	background: url(../img/webp/fusing-glass-4.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus4 {
	background: url(../img/fusing-glass-5.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus4 {
	background: url(../img/webp/fusing-glass-5.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus5 {
	background: url(../img/fusing-glass-6.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus5 {
	background: url(../img/webp/fusing-glass-6.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus6 {
	background: url(../img/fusing-glass-7.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus6 {
	background: url(../img/webp/fusing-glass-7.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #fus7 {
	background: url(../img/fusing-glass-8.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #fus7 {
	background: url(../img/webp/fusing-glass-8.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #paint {
	background: url(../img/painting-glass-1.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #paint {
	background: url(../img/webp/painting-glass-1.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #paint1 {
	background: url(../img/painting-glass-2.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #paint1 {
	background: url(../img/webp/painting-glass-2.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #paint2 {
	background: url(../img/painting-glass-3.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #paint2 {
	background: url(../img/webp/painting-glass-3.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #paint3 {
	background: url(../img/painting-glass-4.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #paint3 {
	background: url(../img/webp/painting-glass-4.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #paint4 {
	background: url(../img/painting-glass-5.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #paint4 {
	background: url(../img/webp/painting-glass-5.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained {
	background: url(../img/stained-glass-1.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained {
	background: url(../img/webp/stained-glass-1.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained1 {
	background: url(../img/stained-glass-2.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained1 {
	background: url(../img/webp/stained-glass-2.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained2 {
	background: url(../img/stained-glass-3.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained2 {
	background: url(../img/webp/stained-glass-3.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained3 {
	background: url(../img/stained-glass-4.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained3 {
	background: url(../img/webp/stained-glass-4.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained4 {
	background: url(../img/stained-glass-5.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained4 {
	background: url(../img/webp/stained-glass-5.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained5 {
	background: url(../img/stained-glass-6.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained5 {
	background: url(../img/webp/stained-glass-6.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained6 {
	background: url(../img/stained-glass-7.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained6 {
	background: url(../img/webp/stained-glass-7.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.no-webp #stained7 {
	background: url(../img/stained-glass-8.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.webp #stained7 {
	background: url(../img/webp/stained-glass-8.webp) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.layout {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.arrow-box {
	width: 80%;
	position: relative;
	display: flex;
	justify-content: space-around;
	margin: auto;
}

.sash-caption {
	background: #cc99ff;
	color: #000;
	display: inline-block;
	padding: 2px 8px;
	width: 60%;
	text-align: center;
}

.design-caption:first-child {
	background: #cc99ff;
}

.design-caption {
	background: #e6ccff;
	color: #000;
	display: inline-block;
	padding: 2px 8px;
	transition: all .7s ease-in-out;
	cursor: pointer;
	width: 48%;
	text-align: center;
}

.design-caption:hover {
	box-shadow: inset 150px 0 0 0 #b366ff;
}

/*----------------------------------------------------------------- responsive modal ----------------------------*/

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.design {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.design-item {
	position: relative;
	width: 15%;
	margin: 2% 5%;
}

.design-item:nth-child(1), .design-item:nth-child(3) {
	margin: 2% 10%;
	width: 22%;
}

.element:nth-child(2) {
	height: 721px;
}

.element:nth-child(4) {
	width: 100%;
	height: 3px;
}

.item-line {
	width: 3px;
	height: 676px;
	background: #cc99ff;
}

.design-item img {
	width: 100%;
}

/*	-----------------------------------------------------------------	footer	------------------------------------------	*/

.no-webp footer {
	height: 260px;
	background-image: url(../img/architecture-blur-footer.jpg); 
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.webp footer {
	height: 260px;
	background-image: url(../img/webp/architecture-blur-footer.webp); 
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.lockup {
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: rgba(0,0,0,0.3);
	height: 260px;
}

.box-item {
	text-align: center;
	width: 30%;
}

.box-item:nth-child(1) {
	background: rgba(0,0,0,0.8);
}

.box-item:nth-child(2) {
	background: rgba(0,0,0,0.5);
	width: 40%;
}

.adress {
	align-items: center;
	font-size: 1.2em;
	padding-top: 50px;
}

.box-content {
	font-size: 24px;
	padding-top: 90px;
}

.box-content a {
	padding: 0 20px;
	color: #9b979b;
	transition: all .3s ease-in-out;
}

.box-content a:hover {
	color: #ebeaeb;
}

.contact-footer {
	border-bottom: 1px solid #9b979b;
	padding-bottom: 8px;
}

.icons-footer {
	padding-top: 10px;
}

.icons-footer a {
	padding: 0 40px;
}

.no-webp .logo-footer {
	height: 140px;
	background-image: url(../img/ATGlass-logo-bw.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 60px 0;
	opacity: 0.9;
}
.webp .logo-footer {
	height: 140px;
	background-image: url(../img/webp/ATGlass-logo-bw.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 60px 0;
	opacity: 0.9;
}

.page-top {
	display: block;
	width: 75px;
	height: 140px;
	margin: auto;
}

/*	-----------------------------------------------------------------	res phone	------------------------------------------	*/

@media screen and (max-width: 640px) {
	.webp header, .webp footer, .no-webp header, .no-webp footer, .icons, .lockup, .title, .text-contact, #S-2-Etched {
		height: auto;
	}
	
	.icons {
		padding: 5%;
		border: none;
	}
	
	.icons a {
		padding: 0 6%;
	}
	
	.icons a:nth-child(4) {
		display: none;
	}
	
	.icons a:nth-child(5) {
		display: none;
	}
	
	footer .lockup {
		flex-direction: column;
	}
	
	.lockup .box-item {
		width: auto;
	}
	
	.lockup .box-item:nth-child(3) {
		display: none;
	}
	
	.adress {
		padding: 5%;
	}
	
	.box-content {
		font-size: 2em;
		padding: 2%;
	}
	
	.icons-footer, .contact, .item-line {
		display: none;
	}
	
	.contact-footer {
		border: none;
		padding: 0;
	}
	
	.box-content a {
		padding: 4% 14%;
	}
	
	.menu {
		height: auto;
		flex-direction: column;
	}
	
	nav button {
	padding: 0;
	border-bottom: 1px solid #00ffa2;
	padding: 9%;
	display: inline-block;
	}
	
	.menu a {
		border: none;
	}
	
	#six p {
		border-bottom: none;
	}

	.sticky {
		position: static;
	}
	
	.sticky + .content {
		padding-top: 0;
	}
	
	.contact-container, .design {
		display: block;
		height: auto;
	}
	
	.contact-item:nth-child(1) {
		height: 500px;
	}
	
	.contact-container .border, .title {
		border: none;
	}
	
	.design-item, .design-item:nth-child(1), .design-item:nth-child(3)  {
		width: auto;
		margin: 13%;
	}
	
	.parallax {
		min-height: 350px;
	}
	
	.kicker {
		width: 70%;
		padding-bottom: 5%;
	}
}
