body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
}

body {
  box-sizing: border-box;
}

body {
  color: #333;
}

a {
  color: #f1f1f1;
}

h2 {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.2em;
}

p.float-right {
  position: relative;
  left: 550px;
}

/*section stlying*/

section.head h2, section.head p {
  font-size: 20px;
}

section.content {
  width: 100%;
  min-width: 800px;
  height: 800px;
  margin: auto;
  padding: 80px;
  box-sizing: border-box;
  background-color: #fefefe;
}


section.head.content {
  height: 710px;
}

section.history.head.content {
  background-color: #b2b3a3;
  color: #f1f1f1;
}

section.slow-fashion.head.content {
  background-color: #b69a5b;
  color: #f1f1f1;
}

section.materials.head.content {
  background-color: #d5c4a1;
  color: #f1f1f1;
}

section.designers.head.content {
  background-color: #c9b96f;
  color: #f1f1f1;
}

section.organizations.head.content {
  background-color: #d5c4a1;
  color: #f1f1f1;
}

section.future.head.content {
  background-color: #d5c4a1;
  color: #f1f1f1;
}

section.controversy.head.content {
  background-color: #b69a5b;
  color: #f1f1f1;
}

section.index.head.content {
  background-image: url('../images/landing-page.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  color: #f1f1f1;
  height: 750px;
}



/*section#novelline {
  background-image: url('../images/novelline.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
}*/

/*section#tammam {
  background-image: url('http://www.tammam.co.uk/img/pageCollection/adornments/tiesBGw.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #f1f1f1;
}*/

/*section#thtc {
  background-image: url('../images/thtc.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #f1f1f1;
}*/


/*styling elements in sections*/

h1 {
  padding: 0;
  margin: 0;
  width: 70%;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 100px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
}

div.info {
  padding: 0;
  margin: 0;
  /*float: right;*/
  width: 500px;
}

section.head.content div.info {
  margin-top: 130px;

}

/*navigation styling*/

nav {
  float: right;
  padding: 100px 80px;
  font-size: 50px;
  overflow: hidden;
  z-index: 10;
  font-family: "Barlow", Arial, sans-serif;
}

i.fa-bars {
  font-size: 50px;
}

nav a {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}



/*split background color*/
section.content {
  position: relative;
  z-index: -10;
}

div.splitBackground1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
  background-color: #ddd;
  height: 800px;
  width: 80%;
}

div.splitBackground2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
  background-color: #ddd;
  height: 800px;
  width: 100%;
}

div.splitBackground3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
  background-color: #ddd;
  height: 800px;
  width: 50%;
}

div.info {
  position: relative;
  z-index: -9;
}

/*DROPDOWN STYLING*/

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  /*color: #222;
  font-weight: 600;*/

}

.dropdown-content {
  display: none;
  position: absolute;
  right: 80px;
  min-width: 160px;
  z-index: 100;
}

.dropdown-content a {
  float: none;
  color: #f1f1f1;
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-align: right;
  border-bottom: 2px solid hsla(360, 100%, 100%, 0);
}

.dropdown-content a:hover {
  /*text-decoration: underline;*/
  border-bottom: 2px solid #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
