body {
    background-color: #000;
    color: #FFF;   
    margin: 0px;
    font-family: Arial;
}

header {
    margin-left: 20%;
    margin-right: 20%;
}

/* === HEADER, LOGO, & BANNER SECTION === */ 
#TopBar {
    background-color: #000;
    height: 83px;
    position: fixed;
    z-index: 3;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#MainLogo{  
    padding-top: 10px;
    float: left;
    position: fixed;
    margin-left: 20.5%;
}

#MainNav ul {
    top: 10px;
    position: fixed;
    right: 20%;
    overflow: hidden;
    padding-left: 0px;
  	margin-top: 22px;
}

#MainNav li {
    list-style: none;   
    float: left;
}

#MainNav a:visited {
    color: #FFF;
}

#MainNav a:hover {
    color: #000;
    background-color: #FFF;
}

#MainNav li a {
    display: block;
    text-decoration: none;
    padding-top: 19px;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.4em;
    -moz-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

#MainBanner {
    background-image: url("//cdn-west.sqhk.co/midcitysalon/2017/6/gehgdig/NailStudio2.jpg");  
}

#MainBanner, #StylistBanner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    height: 500px;
    background-position: center;
    margin-top: 10px;
    z-index: 1;
}

/* MAIN CONTENT */
main {
    margin-left: 20%;
    margin-right: 20%;
}

#FirstZone{
    display: inline;
}

.HeaderBlock{
    margin-top: -135px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 3.8em;
    float: left;
    background-color: #000;
}

#FirstParagraph {
    margin-top: 40px;
    display: block;
    margin-bottom: 50px;
}

.Basic {
    background-color: #000;
}

.ShowcaseImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* === STYLIST GALLERY ===*/
#StylistBanner {
    background-image: url("//cdn-west.sqhk.co/midcitysalon/2017/6/0hiicD1/GroupShot4.jpg");
}

#StylistBlackBox {
    margin-top: -90px;
}

#StylistGallery {
    overflow-y: auto;
    max-width: 1030px;
    padding-left: 20px;
    padding-right: 20px;
}

.Stylist{
    display: inline;
    width: 210px;
    float: left;
    margin-left: 3%;
    overflow: hidden;
}

.Stylist p {
    width: 210px;
    margin-bottom: 30px;
    height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}

.Stylist h1 {
    margin-top: -30px;
}

#StylistGallery button {
    font-size: 2em; 
}

#StylistGallery h5 {
    font-weight: bold;
}

#StylistSection #StylistGallery { 
    margin: 0 auto;
}


/* === SERVICES SECTION === */
.ServicesOffered, .RightAlignedService img {
    float: left; 
}

.LeftAlignedService {
    direction: rtl;
    text-align: left;
}

.ServicesOffered {
    height: 407px;
    overflow-y: auto;
}

#ServicesSection table {
    border-collapse: collapse;
    width: 500px;
}

#ServicesSection tr:nth-child(even) {
    background-color: #333333;
}

#ServicesSection tr:nth-child(odd){
    background-color: #212121;
}

#ServicesSection th, #ServicesSection tr, #ServicesSection td {
    padding: 5px 10px;
}

#ServicesSection th {
    text-align: center;
    font-size: 1.5em;
}

#ServicesSection {
    margin-bottom: 5%;
}

/* === FOOTER === */
footer {
    display: block;
}

#GoogleMap {
    width: 525px;
    height: 350px;
    float: left;
    margin-top: 1%;
    margin-bottom: 5%;
    margin-right: 4%;
}

footer div {
    float: left;
    padding: 1% 3%;
    font-size: 1.6em;
}

#SocialMediaSection{
    padding-top: 4%;
    margin-left: 30px;
}

.SocialMediaLink {
    text-decoration: none;
}

.SocialMediaLink img{
    margin-top: 21px;
    margin-bottom: 20px;
}