/* *{
  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/flowers.png);
  background-size: cover;
  background-attachment: fixed;
}

.box{
  width: 500px;
  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;
  position: absolute;
  right: 5%;

}


.column {
  float: left;
  width: 33.333%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* CONTACT FORM */

.contact-title {
  transition: all 4s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
color: white;

  /* color: #fff; */
}

form {
  margin-top: 50px;
  transition: all 4s ease-in-out;
}

.form-control {
  width: 400px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  /* color: #fff; */
  font-size: 18px;
  margin-bottom: 16px;

}

input {
  height: 45px;
}

form .submit {
  background: #ffb3ff;
  border-color: transparent;
  color: #fff;
  font-size:: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
}

form .submit:hover {
  background-color: #ff4dff;
  cursor: pointer;
}

#entire-form {
  position: fixed;
  top: 17%;
  left: 4%;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: white !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: white !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: white !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: white !important;
opacity: 1;
}



/* #black-box-contact {
  position: absolute;
  top: 4%;
  left: -10%;
  width: 120%;
} */

/* CONTACT FORM FINISHED */
