/* *{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} */

/* NAV */
#banner-link:hover {
  color: #ff4dff;
}

#banner-link:active {
  color: #ff4dff;
}



#banner {
  z-index: 3;
  position: fixed;
}
.nav {
  font-family: georgia;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 1.5em 0 1.5em 0;
  z-index: 4;
  overflow: hidden;
  z-index: 3;
}

.nav > ul:before {
      left: 100%;
      margin-left: 1px;
}
.nav > ul:after {
      right: 100%;
      margin-right: 1px;
}
.nav > ul > li {
      display: inline-block;
      margin: -9px 0.5em 0 0.5em;
      border-radius: 0.5em;
      padding: 0.85em;
      border: solid 1px transparent;
      -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
      -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
      -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
      transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
.nav > ul > li.active {
        border-color: rgba(192, 192, 192, 0.35);
}
.nav > ul > li > a, .nav > ul > li > span {
        display: block;
        color: inherit;
        text-decoration: none;
        border: 0;
        outline: 0;
}
.nav > ul > li > ul {
        display: none;
}
/* FASHION CITY LOGO */
#Fashion-City-Logo {
  height: 75px;
  top: 2%;
  left: 1%;
  position: fixed;
  z-index: 3;
}
/* BANNER BACKGROUND COLOR */
#Banner-Background-Image {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0.9;
  height: 90px;
  width: 100%;
  z-index: 3;
}
/* NAV FINISHED */


body{
  margin: 0;
  padding: 0;
  background: url(img-background/store-background2.png);
  background-size: cover;
  background-attachment: fixed;
}
.box{
  width: 800px;
  background: rgba(255,255,255, 0.7);;
  padding: 50px;
  text-align: center;
  margin: auto;
  margin-top: 10%;
  color: black;
  font-family: 'Century Gothic',sans-serif;
}

.box h1{
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 100;
}
.box h5{
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 100;
}
.box p{
  text-align: center;
  line-height: 25px;
}


ul{
  margin: 0;
  padding: 0;
}
.box li{
  display: inline-block;
  margin: 6px;
  list-style: none;
}
.box li a{
  color: white;
  text-decoration: none;
  font-size: 60px;
  transition: all ease-in-out 250ms;
}
.box li a:hover{
  color: #b9b9b9;
}


body{
  margin: 0;
  padding: 0;
  background: url(img-background2/warehouse_interior.png);
  background-size: cover;
  background-attachment: fixed;
}
.box{
  width: 900px;
  background: rgba(255,255,255, 0.7);;
  padding: 50px;
  text-align: center;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  color: black;
  font-family: 'Century Gothic',sans-serif;
}


h4,h3{
  font-size: 25px;

}

.border {
  width: 180px;
  height: 4px;
  /* black line under words */
  background: #333;
  /* adjusts spacing between black line and words */
  margin: 15px auto;
}

#motto-description {
  color: black;

}

#motto-description2 {
  color: black;

}
