@charset "utf-8";
/* CSS Document */

body {
	background:#faf8f7;
	margin:0;
	font-family: futura-pt, sans-serif; 
	font-size: 18pt;
}

header {
}

.navbar nav {
	overflow:auto;
}

.navbar ul {
	padding: 0;
	width: 100%;
	list-style: none;
}

.navbar li {
	float:right;
}

.navbar li a {
	width:"100px";
	display: block;
	padding: 40px 50px 40px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	color:black;
	
}

.navbar a:hover{
	color: #cc9ca6;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 30px;  
  border: none;
  outline: none;
  color: black;
  padding: 40px 50px 40px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #cc9ca6;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
text-align: center;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.logo img {
	position: absolute;
	top: 25px;
	left: 25px;
}


.hero-box{
	background-image:url("images_rewear/jeansgrad-pexels-karolina-grabowska-4210863.png");
	background-size: cover;
	background-attachment: fixed;
 	background-position: center;
 	background-repeat: no-repeat;
	position: relative;
	width:100%;
	height: calc(100vh - 150px);
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hero-box-inner{
	display:block;
	background-color:#b7b0ad;
	height:auto;
	min-width: 500px;
	max-width: 700px;
	padding: 50px;
	margin: auto;
}

.hero-box-inner h2{
	color:white;
	font-size: 30px;
	line-height: 0;
	text-align: center;
	font-family: utopia-std-subhead, serif;
	font-weight: 600;
	font-style: italic;

}

.hero-box-inner h1{
	margin:0;
	color:white;
	font-size: 60px;
}

.hero-box-inner h3{
	color:white;
	font-size: 20px;
	line-height: 0;
	text-align: right;
	font-family: futura-pt, sans-serif;
}

.hero-box-inner a{
	color:white;
}

.hero-box-inner a:hover{
	color:#749377;
}

.stroke div {
	border:medium;
	border-width: 3px;
	border-color: white;
	border-style:solid;
}
.paper {
	width: 100%;
	overflow:hidden;
	display: flex;
	position:absolute;
	bottom:-50px;
	left:0;
}

.paper img {
	width:100vw;
}

section {
	display: block;
}

h1 {
	font-family: utopia-std-subhead, serif;
	font-weight: 600;
	font-style: italic;
	color: #594949;
}

h2 {
	font-family: 'segoe-script-bold', sans-serif;
}

.intro-text {
	width: 75%;
	margin:60px auto;
}

.button {
	width:200px;
	height:50px;
	margin:50px auto;
}

.button a {
	text-decoration: none;
	color: white;
	background-color: #cc9ca6;
	border-radius: 5px;
	padding:10px 20px 10px 20px;
	
}

.button a:hover{
		background-color: #76495A;
}

/* .closet-banner {
	background-image: url("images_rewear/closetbanner.png");
	background-attachment: fixed;
 	background-position:bottom;
 	background-repeat: no-repeat;
	background-size:contain;
	width:100%;
	overflow:hidden;
	height:200px;
	margin-top: 100px;
	margin-bottom: 0px;
}
*/
footer {
	background-image: url("images_rewear/greyknit-pexels-engin-akyurt-1487692.png");
 	background-position:center;
 	background-repeat: no-repeat;
	background-size:cover;
	background-blend-mode:multiply;
	width:100%;
	overflow:hidden;
	height:50px;
	margin-top: 100px;
	margin-bottom: 0px;
	text-align: center;
	padding-top:50px;
	padding-bottom:20px;
	background-color: #b7b0ad;
	color:white;
}

.footer div {
}