/*Main CSS*/
html, body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    background-image: url(../img/bodyBackground2.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.sectionHeaderPurple {
    font-family: Helvetica;
    font-size: 46px;
    font-weight: 800;
    color: #2E004D;
}

.purpleHeaderLg {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 800;
    color: #2e004d;
}

.lightHeaderLg {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 800;
    color: #848484;
}
.bodyTextDark {
    font-family: Helvetica;
    font-size: 16px;
    color: #424242;
    text-align: justify;
}
.bodyTextLight {
    font-family: Helvetica;
    font-size: 16px;
    color: #848484;
    text-align: justify;
}

.styleContent {
    font-family: Helvetica;
    font-size: 34px;
    color: #2E004D;
}

#textStyle {
    font-family: Helvetica;
    font-size: 26px;
    color: #fff;
    font-style: italic;
}
.container {
    max-width: 1100px;

}
.imgLg {
    border-radius: 10px;
    max-width: 350px;
    box-shadow: 5px 5px 10px rgba(10, 10, 10, 0.5);
}
.spacer50 {
    margin-top: 50px;
}
.spacer25 {
    margin-top: 25px;
}

.spacer10 {
    margin-top: 10px;
}

.mainBodyTextWhite {
    font-family: Helvetica;
    font-size: 16px;
    color: #848484;
    text-align: justify;
}
.bodyDescTextDark {
    font-family: Helvetica;
    font-size: 14px;
    color: #424242;
    text-align: justify;
}

.bodyDescTextLight {
    font-family: Helvetica;
    font-size: 14px;
    color: #848484;
    text-align: justify;
}
/*Nav Bar Style*/
.navbar {
	opacity: 0.9;
	font-variant: small-caps;
	background-color: #290637;
    padding-right: 20px;
}

#topNavBar{
    background-color: #2E004D;
}
#topNavBar a {
    color: #848484;
}
@keyframes topNavieBar {
    from {color: #848484}
    to {color: #424242}
}
#topNavBar a:hover {
    animation-name: topNavieBar;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    color: #848484;
}
#dressNavBar {
    background-color: #424242;
    margin: 0;
    color: #fff;
}
#dressNavBar a {
    color: #fff;
    background-color: #424242;
}
#dressNavBar a:hover {
    background-color: #848484;
}
#dressNavBar a:visited {
    color: #fff;
}




/* Button Styles*/

.btn-default {
    background-color: #2E004D;
    color: red;
}

.topWrapper {
    background-color: #424242;
    position: relative;
    top: 50px;
}
.bioWrapper {
    background-color: #424242;
    min-height: 500px;
    padding: 60px 20px;
}
.servSep {
    position: relative;
}
.serviceWrapper {
    background-color: #848484;
    min-height: 500px;
    padding: 60px 20px;
}

.dressWrapper {
    background-color: #848484;
    background-image: url(../img/dressBackground.jpg);
    background-size: cover;
    min-height: 700px;
    padding: 60px 20px;
}
#mainTartan {
    display: inline-block;
}

#optionHeader {
    font-family: Helvetica;
    font-size: 46px;
    color: #2E004D;
}

.audioWrapper {
    background-color: #848484;
    background-image: url(../img/audioBackground.jpg);
    background-size: cover;
    min-height: 500px;
    padding: 60px 20px;
}
.contactWrapper {
    background-color: #848484;
    background-image: url(../img/contactBackground.jpg);
    background-size: cover;
    min-height: 700px;
    padding: 80px 20px;
}
.footerWrapper {
    background-color: #424242;
    min-height: 300px;
    padding: 60px 20px;
}

#footerLink {
    font-family: Helvetica;
    text-decoration: none;
    color: #848484;
}

#footerLink a {
    color: #848484;
}

.social {
    display: inline-block;
}

/*Services Page*/
.weddingWrapper{
    background-color: #848484;
    min-height: 500px;
    padding: 60px 20px;
}

.memorialsWrapper{
    background-color: #424242;
    min-height: 500px;
    padding: 60px 20px;
}

.eventsWrapper{
    background-color: #2E004D;
    min-height: 500px;
    padding: 60px 20px;
}

.teachingWrapper {
    background-color: #848484;
    min-height: 500px;
    padding: 60px 20px;
}
@media (max-width: 700px) {
    html, body {
        background-color: #492C2F;
    }
}

}
$('body').scrollspy({ target: '#topNavBar' })
