/****************************************


                GENERAL


*****************************************/
a {
    text-decoration: none;
}

img{
    max-width: 100%;
}








/***************************************


                HEADER


***************************************/


/* header black*/
header{
    background: white;
}


/* black header using the Tailory's logo*/
#logo{
    margin: 80px 20% 50px 20%;
    padding: 0 5%
}


/* nav links black */
nav{
    background: white;
}

nav ul{
    list-style: none;
    margin: 20px 50% 20px 15px;
    padding: 0;
    text-align: center;
}

nav li{
    display: inline-block; 
}

/* nav link and visited link white*/
nav a{
    font-weight: 700;
    padding:  15px;
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 1.1em;
}
nav a, nav a:visited {
    color: black;
}

nav a.selected, nav a:hover{
    color: grey;
}

/***************************************


              PAGE: HOME


***************************************/
#selector{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
}


#break-1{
    display: block;
    /*margin: 0 50px 0 50px;*/
    padding: 0;
    width: 90%
    height: 20px;
}

img{
    width: 100%;
    vertical-align: bottom;
}








/***************************************


                FOOTER


***************************************/

footer{
    font-size: 0.8em;
    text-align: center;
    clear: both;
    padding: 20px 20px;
    color: #ABB2B9;
    margin: 50px;
    overflow: hidden;
    margin-bottom: 100px
}

.social-icon{
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.contact-info{
    list-style: none;
    text-align: left;
}




/***************************************


              PAGE: ABOUT


***************************************/

h2{
    padding: 30px 0 5px 0;
    font-family: 'Raleway', 'sans-serif';
    font-weight: normal;
    color: black;
}
#placeholder{
    margin: 30px 100px auto 0;
}

#main-content-about{
    margin: 30px 10px 0 160px;
    font-size: 15px;
    font-family: 'Raleway','sans-serif';
    width: 40%;
    color: black;
    flex-direction: row;
    text-align: justify;
}
.about_content{
    width: 100%;
    overflow: hidden;
  }

.about_content img{
    margin-right: 15px;
    float: right;
    max-width: 400px;
}
.about_content p: last-child{
    margin-bottom: 0;
}
/***************************************


              PAGE: career


***************************************/


#about-us{
    margin: 30px 10px 0 180px;
    font-size: 15px;
    font-family: 'Raleway','sans-serif';
    width: 40%;
    color: black;
    text-align: justify;
}

#h3{
    font-family: 'Raleway','sans-serif';
    color: black;
}

#myPhoto{
  margin: 20px 10%;
  width: 80%;
  height: 600px;
}

* {box-sizing:border-box}

/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/*On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators  */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}     

/***************************************


              PAGE: contact


***************************************/

#contact-img{
    height : 20%;
    width: 100%;
    -webkit-filter: brightness(20%);
    filter:brightness(40%);
    position: relative;
    top: 0;
    left: 0;
    bottom: 270px;
    margin-bottom: 100px;
}


.contact-content{
    color: black;
    font-size: 15px;
    font-family: 'Raleway', 'sans-serif';
}

#contact{
    text-align: center;
    margin-bottom: 140px ;
    margin-top: 60px;
}

/***************************************


              PAGE: lookbook


***************************************/


.wrap {
   overflow: hidden;
   margin: 10px;
}
.box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 20%;
}
.boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;
   bottom: 10px;
   overflow: hidden;
}
.boxInner img {
   width: 100%;
}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}

/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: black;
    /*padding: 16px;
    font-size: 16px;*/
    border: none;
    cursor: pointer;
}


.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:300');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #e5e5e5;
} */

.gallery {
  width: 840px;
  margin: 0 10% 0 19%;
  /*padding: 5px;*/
  background: #fff;
  /*box-shadow: 0 1px 2px rgba(0,0,0,.3);*/
}

.gallery > div {
  position: relative;
  float: left;
  padding: 30px;
}

.gallery > div > img {
  display: block;
  width: 210px;
  transition: .3s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 10;
}

.gallery > div:hover > img {
  transform: scale(2.0,2.0);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}



@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .box {
      width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 33.3%;
      padding-bottom: 33.3%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 25%;
      padding-bottom: 25%;
   }
}



/***************************************


              PAGE: Shop


***************************************/

.atitle{
  padding: 30px 0 5px 0;
  margin-left: 14%;
  font-size: 20px;
  font-family: 'Raleway', 'sans-serif';
  font-weight: normal;
  color: black;

}

























