@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:active{
	color: #cc9ca6;
}

.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-home{
	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-about{
	background-image:url("images_rewear/pexels-brett-sayles-1073069.jpg");
	background-color: #749377;
	background-blend-mode:multiply;
	background-size: cover;
	background-attachment: fixed;
 	background-position: top center;
 	background-repeat: no-repeat;
	position: relative;
	width:100%;
	height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}


.hero-box-brand{
	background-image:url("images_rewear/closet-pexels-polina-tankilevitch-3735641.jpg");
	background-color:#594949;
	background-blend-mode:soft-light;
	background-size: cover;
	background-attachment: fixed;
 	background-position: center 0px;
 	background-repeat: no-repeat;
	position: relative;
	width:100%;
	height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hero-box-sustainability{
	background-image:url("images_rewear/pexels-cottonbro-6770981.jpg");
	background-color:#b7b0ad;
	background-blend-mode:multiply;
	background-size: cover;
	background-attachment: fixed;
 	background-position: center -350px;
 	background-repeat: no-repeat;
	position: relative;
	width:100%;
	height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hero-box-tips{
	background-image:url("images_rewear/pexels-alina-blumberg-5908251.jpg");
	background-color:#594949;
	background-blend-mode:soft-light;
	background-size: cover;
	background-attachment: fixed;
 	background-position: center 0px;
 	background-repeat: no-repeat;
	position: relative;
	width:100%;
	height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hero-box-inner{
	display:block;
	height:auto;
	position: absolute;
	bottom: 100px;
	left: auto;
	right: 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;
	top:300px;
	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;
}

h4 {
	color:#cc9ca6;
	margin:0 0 -15px 0;
}

a {
	color:#749377;
}
.intro-text {
	white-space: nowrap;
	width: 75%;
	margin:100px auto;
}


.text-container {
 display: inline-block;
width:75%;
  /**width: calc (75%-400px-50px); /** containers width - img width - margin-left **/
  margin-left: 50px;
  white-space: normal;
  vertical-align: middle;
}

.text-container-full {
 display: inline-block;
width:100%;
  /**width: calc (75%-400px-50px); /** containers width - img width - margin-left **/
  margin-left: 50px;
  white-space: normal;
  vertical-align: middle;
}



.bio-image {
	display:inline-block;
	width:300px;

	vertical-align: middle;
}

.button {
	width:300px;
	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 {
}