body{
font-size: 16px;
font-weight: normal;
font-weight: 400;
}
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;
-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: 'Syncopate', sans-serif;
}
.is-wrapper a, .is-wrapper button{
font-family: 'Oswald', sans-serif;
}
.is-wrapper blockquote, .is-wrapper cite, .is-wrapper blockquote > p{
font-family: 'Raleway', 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: #33211B;
}
.is-wrapper .is-light-text *[class*="is-title"],
.is-wrapper .is-light-text a:not([class*="btn-"]){
color: #ffffff;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #000000;
    border: 1px solid #000000;
    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: #ffffff;
    	background-color: #000000;
    	border: 1px solid #000000;
    }
    /* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #fff;
    	background-color: transparent;
    	border: 1px solid #fff;
}
    .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:#000000;
    	border: 1px solid #000000;
    	background-color: #ffffff;
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
}
    .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: #666666;
        border: 1px solid #666666;
        background: transparent;
    }
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: #666666;
    border: 1px solid #666666;
    background-color: #fff;
}
    .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: #fff;
    	background-color: transparent;
    	border: 1px solid #fff;
    }
@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;
}
}