body {
    background: url('img/wallpaper.png') repeat;
}

.topLine {
    height: 1px;
    background-color: #3b3a3a;
    border-bottom: solid 2px #3b3a3a;
}

.navbar {
    background: url('img/wallpaper.png') repeat;
}

.navbar-brand {
    margin: 0 0 0 30px;
    background: url('img/salon1708_logo.png') no-repeat;
    width: 170px;
    height: 134px;
}

.nav-link {
    margin: 0 5px 0 5px;
    font-size: 24px;
}

.fa-facebook-square {
    color: white;
    font-size: 36px;
}

.fa-instagram {
    color: white;
    font-size: 38px;
}

#carouselOuter {
    padding: 20px 0 20px 0;
    background-color: white;
    border-top: solid 2px #3b3a3a;
    border-bottom: solid 2px #3b3a3a;
}

.carousel-inner {
    margin: 0;
    border: solid 2px #3b3a3a;
}

.carouselText {
    margin: 0 0 -20px 0;
}

.carouselText p {
    margin: 20px 0 0 0;
    font-size: 16px;
}

.carouselText h3 {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
}

.carouselText h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
}

.carouselText a {
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 30px 0;
    border: solid 2px #97548f;
    background-color:#cd9fc8;
}

.card {
    margin: 30px 5px 30px 5px;
    border: solid 3px white;
}

.card a {
    background-color: #cd9fc8;
    border: solid 1px white;
    font-weight: bold;
    color: black;
    border: solid 2px #97548f;
}

.card-header {
    background-color: #cd9fc8;
    margin: 0;
    padding: 1px;
    text-align: center;
    border-bottom: solid 3px white;
}

.about_melissa_outer {
    padding: 20px 0 20px 0;
    background-color: white;
}

.about_melissa_outer img {
    height: auto;
    width: 100%;
    border: solid 2px #3b3a3a;
}

.melissa__text p {
    margin: 5px 0 0 0;
    font-size: 16px;
}

.melissa__text h3 {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
}

.melissa__text h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
}

.footer {
    border-top: solid 3px white;
    height: 370px;
    background-color: #2a262a;
}

.footerlogo{
    width: 100%;
    height: 80px;
    margin: 16px 0 0 0;
    text-align: center;
    background-image: url('img/salon_1708_footer_logo.png') no-repeat;
}

.footerlinks {
    width: 100%;
    text-align: center;
}

.footerlinks ul {
    margin: 0 0 0 -30px;
    list-style-type: none;
}

.footerlinks li {
    margin: 0 10px 0 10px;
    display: inline;
}

.footerlinks a {
    font-size: 20px;
    color: white;
}

.footertext {
    padding: 5px;
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
}

.footertext p {
    font-size: 20px;
    color: white;
}

.facegramlinks {
    width: 100%;
    text-align: center;
    margin: -10px 0 0 -24px;
}

.facegramlinks ul {
    list-style-type: none;
}

.facegramlinks li {
    display: inline;
    margin: 0 20px 0 20px;
}

.footeraddress {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.footeraddress p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: white;
}


