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


                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 24% 50px 24%;
    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: 800;
    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: auto;
    padding: 0;
    width: 100%
    height: 20px;
}

#logo-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;
}


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


              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: appointment


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














