@charset "utf-8";
/* CSS Document */

body{
	
	background-color:white;
	font-family:Tomorrow;
}



.top{
	
	background-color:#B4C8FF;
	padding:25px;
	margin-left:-8px;
	margin-right:-8px;
	margin-top:-40px;
	margin-bottom:-12px;

}

#img{
	display:flex;
	position:fixed;
	text-align:left;
}

#nav2{
	text-align:center;
	font-family:Handjet;
	font-size:25px;
	
	
}

a:link{
	text-decoration: none;
	color:#6f6bed;
}
a:visited{
	color:#d28dfc;
}

#nav1{
	margin-top:40px;
	float:right;
	display:flex;
	text-align:right;
}

.footnote{
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
	font-family:Tomorrow;
	background-color:#3B3838;
	position:sticky;
	margin-bottom:-90px;
}

#footer-content{
	display:flex;
	float:right;
	margin-right:120px;
	margin-top:10px;
	font-size:7px;
	
}

.search{
	
	padding:50px;
	background-color:#b68cfa;
	margin-left:-12px;
	margin-right:-12px;
}

.content{
	
	color:black;
	display:flex;
	margin-left:320px;
	
	
}

.story{
	font-size:20px;
	margin:20px;
}


.content2{
	margin-top:18px;
	display:flex;
	text-align:left;
	border-bottom: solid black;
	border-top:solid black;
}

#text{
	font-size:30px;
	display:flex;
	margin:50px;
	text-align:center;

}

.join{
	float:left;
	text-align:left;
	font-size:20px;
	margin-right:90px;
	padding:10px;
}

.subscribe{
	float:right;
	width:45%;
	padding: 10px;
}

.order{
	float:right;
	padding:40px;
	border-radius:60px;
	background-color:#bbb3fc;
	margin-top:10px;
	margin-bottom:10px;
}

.perfumes{
margin:40px;
	padding:10px;
	display:flex;
	justify-content:center;
}

form{
	display:flex;
	flex-direction: column;
	margin-left:150px;
	margin-right:150px;
	margin-bottom:-50px;
	margin-top:30px;
}






* {box-sizing: border-box;}
body {font-family: Tomorrow;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  
  position: relative;
  margin-left:80px;
	margin-right:50px;
	margin-top:15px;
	justify-content: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}