body {
		background-color: white;
	}
	.wire {
	width: 80%;

	margin:auto;
}
.section-wireframe {
	
	display:flex;
	justify-content: center ;

}

	#navbar{
		display: flex;
		justify-content: right;
		
		margin-bottom: 20px;
}

	#navbar > a {
		width: 125px;
		height: 50px; 
		display: block;

		text-align: center;
		line-height: 50px;
		margin-left: 15px;
		margin-right: 15px;

		color: #000;
		text-decoration: none; 
	}

	#navbar a:hover {
	color: #ffa07a;

	} 
	#logo{
		
		height: 45px;
		float: left;
	}



.footer-navbar {
	margin-top: 100px;
}

	.linked-footer, .mail-footer {
		height: 30px;

		margin: 5px 15px;
		
	}
	.links-footer{
		float: left;
		background-color: #7f1330;
		height: 80px;
	}
	.tabs{
		display: flex;
		justify-content: right;
		background-color: #7f1330;
		height: 80px;
}

	.tabs > a {
		display: block;

		text-align: center;
	
		margin-left: 15px;
		margin-right: 30px;
		margin-top:30px;

		color: white;
		text-decoration: none; 
	}

	.tabs a:hover {
	color: #ecd9ba;

	} 

	button {
		background-color: #faaa8d;
		border: none;
		padding: 15px 32px;
		text-align: center;
		display: inline-block;
		font-size: 16px;
		border-radius: 8px;
		margin-top: 10px;
	}

	.sc-button {
		display: flex;
	 	justify-content: center; 
	 	margin-top: 75px;
	 	margin-bottom: 50px;
	 
	}

	.button-group{
		display:flex;
		justify-content: center;

	}
	.scbutton {
		margin-left: 250px;
		margin-right: 250px;
	}

	* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5{display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: #faaa8d;
}


.section {
			max-width: 100%;
			margin: auto;
		}
		
		iframe {
			width: 70%;
			height: 600px;
			display:flex;
			margin-left: auto;
			margin-right: auto;
	
		}

 .sec1 {
	 	
	 	background-color: #ffeee3;
	 	margin-bottom: 30px;

	 	display: flex;
	 	justify-content: center;
	 }
	 
	 .h1 {
	 	text-align: center;
	 	margin-top: 50px;
	 }

	.dynamic{
		margin-bottom: 100px;
	}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.descriptor {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.arrow {
	width: 40px;
}
.item {
	padding:10px;
	background-color: #faaa8d;
	border-radius: 5px;
}

	.row2{
	 	display: flex;
	 	justify-content: center; 
	 	
	}
	.beforeafter {
		width: 380px;
	}
.img-duo {
	width:250px;
	height:auto;
	margin: 10px;
}
.DRAFT {
		height: 450px;
		
	}

	.drafty, #section-uno, #section-dos {
		display: flex;
		justify-content: center;
	}

	   #container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto; 
    max-width: 1200px; 
}

.dress-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 10px;
    width: calc(25% - 20px); 
    box-sizing: border-box; 
}

.dress-link img {
    width: 100%; 
    height: auto; 
    height: 400px;
}

.description,
.price {
    text-align: center;
    margin-top: 5px; 
    color: black;
}

