/* *{
  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-background2/cherry_grandfather.png);
  background-size: cover;
  background-attachment: fixed;
}

.border {
  width: 180px;
  height: 4px;
  /* black line under words */
  background: #333;
  /* adjusts spacing between black line and words */
  margin: 40px auto;
}

.column1 {
  float: left;
  width: 50%;
  text-align: center;
}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
}

.column {
  float: left;
  width: 50%;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  text-align:

}


.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;
}

.top {
  text-align: center;

}

i {
  color: #F6727F;
}

/* GALLERY */
.box2 {
  width: 1100px;
  background: rgba(255,255,255, 0.6);;
  padding: 40px;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;

  color: black;
  font-family: 'Century Gothic',sans-serif;
  z-index: -1;
}



.gallery-image {
  width: 250px;
  height: auto;
}

.gallery-section {
  width: 100%;
  padding: 10px 0;
  position: relative;
  margin-top: 100px;
  padding-top: 0px;
  border: 0px;
  top: -80px;
  /* background color? Set as White */
  color: white;
  z-index: 1;
}

.inner-width {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 0px;
}

.gallery-section h3 {
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.border {
  width: 180px;
  height: 4px;
  /* black line under words */
  background: #333;
  /* adjusts spacing between black line and words */
  margin: 40px auto;
}

.gallery-section .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-section .image{
  flex: 25%;
  overflow: hidden;
  cursor: pointer;
}

.gallery-section .image img{
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.gallery-section .image:hover img{
  transform: scale(1.4) scale(1,1);
}

@media screen and (max-width:960px) {
  .gallery-section .image{
    flex: 33.33%;
  }
}
