body{
    font-size: 16px;
    font-weight: 600;
}

strong, b {
    font-weight: bold;
}
:focus, *:focus {
    outline: none !important;
    box-shadow: none !important;
}
.menubar.menubar-mobile .menubar-toggler span, 
.menubar.menubar-mobile .menubar-toggler span:before, 
.menubar.menubar-mobile .menubar-toggler span:after {
    background: #111;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Raleway', sans-serif;
}
.is-wrapper h1, .is-wrapper h2, .is-wrapper h3, .is-wrapper h4, .is-wrapper h5, .is-wrapper h6 {
    font-variant-ligatures: common-ligatures;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.is-wrapper a, .is-wrapper button{
    font-family: 'Raleway', sans-serif;
    white-space: normal;
    line-height: 1.2;
}
.is-wrapper blockquote, .is-wrapper cite, .is-wrapper blockquote > p{
    font-family: sans-serif;
    font-style: italic;
    color: #212326;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
}
.is-wrapper blockquote {
    font-size: 2rem;
    font-weight: normal;
}
.is-wrapper cite {
    font-size: 1.25rem;
    font-weight: normal;
}
.is-wrapper .is-dark-text *[class*="is-title"],
.is-wrapper .is-dark-text a:not([class*="btn-"]){
    color: rgb(68, 68, 68);
}
.is-wrapper .is-light-text *[class*="is-title"],
.is-wrapper .is-light-text a:not([class*="btn-"]){
    color: #fff;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #ee9fbc;
    border: 1px solid #363533;
    background: transparent;
}
.is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
    color: #ee9fbc;
    background-color: #363533;
    border: 1px solid #363533;
}
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
color: #ee9fbc;
    background-color: bcbec0;
    border: 1px solid #363533;
}
.is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
    color:#ee9fbc;
    border: 1px solid #363533;
    background-color: #363533;
}
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #ee9fbc;
    border: 1px solid #363533;
    background-color: #363533;
}
.is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
    color: #ee9fbc;
    border: 1px solid #363533;
    background: transparent;
}
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: #ee9fbc;
    border: 1px solid #363533;
    background-color: #363533;
}
.is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
    color: #ee9fbc;
    background-color: transparent;
    border: 1px solid #363533;
}
@media (max-width: 992px){
.is-wrapper blockquote {
    font-size: 1.375rem;
}
.is-wrapper cite {
    font-size: 1.125rem;
}
.is-wrapper .align-right-responsive{
    text-align: left;
}
}
.menubar.menubar-mobile .menubar-toggler span, .menubar.menubar-mobile .menubar-toggler span:before, .menubar.menubar-mobile .menubar-toggler span:after { background: rgb(245, 102, 238); }