@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;700;900&display=swap');

body {font-family: 'Montserrat', sans-serif !important;} 

.navbar {
    transition: background 0.2s;
}

.navbar-brand img {
    margin: 0 2rem 0 0;
    overflow: hidden;
    max-width: 200px;
    max-height: 40px;
}

#hero .wsite-section-content .container {
  padding-top: 90px;
}

#block-nellsmassagesubtheme-content {
    max-width: 1024px;
    margin: 92px auto;
}


button.navbar-toggler {
    color: #fff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h2, .wsite-content-title {
    word-wrap: break-word;
}

h2.wsite-content-title {
    color: inherit;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    font-smooth: always;
    line-height: 1.15;
    margin: 15px auto;
    text-align: center;
}

h2.wsite-hero-title {
    color: inherit;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px;
    font-weight: 100;
    font-smooth: always;
    line-height: 1.15;
    margin: 15px auto;
    text-align: center;
}

h2 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 auto 30px;
}

.bg-light {
    background-color: unset !important;
}
.wsite-header-section {
    text-align: center;
}
body .banner-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.banner-wrap .banner {
    text-align: center;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

body .banner-wrap h2 {
    color: inherit;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 80px;
    font-weight: 300;
    line-height: 1.15;
    margin: 15px auto;
}

#hero {
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50.00% 49.50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    margin-left:-10px;
    margin-right:-10px;
}

@media only screen and  (min-width: 576px) {
  h2.wsite-hero-title {
    font-size: 60px;
  }
  #hero {
    min-height: 350px;
  }
}

@media only screen and  (min-width: 768px) { 
  h2.wsite-hero-title {
    font-size: 80px;
  }
  #hero .wsite-section-content .container {
    padding-top: 188px;
    padding-top: 90px;
  }
  #hero {
    min-height: 500px;
  }
}

ul.navbar-nav.mr-auto li.nav-item {
    border: 1px solid #ddd;
    display: block;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

ul.navbar-nav.mr-auto li.nav-item a.is-active {
    border: 1px solid #ddd;
}

ul.navbar-nav.mr-auto li.nav-item {
    display: block;
    border:none;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero .wsite-section.wsite-header-section.wsite-section-bg-image {
    min-height:500px;
    background-image: url(http://nellschairmassage.weebly.com/uploads/2/4/7/2/24728739/background-images/514333257.jpg);
    background-repeat: no-repeat;
    background-position: 50.00% 49.50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    margin-left:-10px;
    margin-right:-10px;
}
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.99);
}

.navbar-brand a.site-title, .navbar-brand .site-slogan {
    color: #081356;
    color: #f7eca9;
    color: #fffff;
}

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.tps::before {
    font: var(--fa-font-solid);
    content: "\f0c9";
}

.navbar-toggler-icon::before {
    font: var(--fa-font-solid);
    content: "\f0c9";
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.wsite-button .wsite-button-inner {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    background: transparent;
    background-image: none !important;
    color: inherit !important;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}
.wsite-button {
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none !important;
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.topborder {
    border-top: 1px solid #ddd;
}
.bottomborder {
    border-bottom: 1px solid #ddd;
}