body{
    font-size: 14px;
    font-weight: 300;
}
strong, b {
font-weight: bold;
}
:hover, *:hover, :focus, *:focus {
outline: none !important;
box-shadow: none !important;
text-decoration: none !important;
}
.is-wrapper p, .is-wrapper input, .is-wrapper textarea, .is-wrapper select,
.is-wrapper h1, .is-wrapper h2, .is-wrapper h3, .is-wrapper h4, .is-wrapper h5, .is-wrapper h6 {    
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.is-wrapper p, .is-wrapper input, .is-wrapper textarea, .is-wrapper select {
    font-size: 18px;
}
.is-wrapper *[class*="is-title"] {
    font-family: 'Nixie One', cursive;
    line-height: 1.4;
}

.is-wrapper .is-dark-text *[class*="is-title"],
.is-wrapper .is-dark-text a:not([class*="btn-"]){
color: #232323;
}
.is-wrapper .is-light-text *[class*="is-title"],
.is-wrapper .is-light-text a:not([class*="btn-"]){
color: #ffffff;
}
.is-btn-ghost1, .is-btn-ghost2 {
    border-width: 1px !important;
    border-radius: 0px;
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 14px;
}
.is-btn-ghost1:hover, .is-btn-ghost1:focus,
.is-btn-ghost2:hover, .is-btn-ghost2:focus {
    text-decoration: none;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #2b2f33;
    border: 2px solid #2b2f33;
    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: #fff;
    	background-color: #2b2f33;
    	border: 2px solid #2b2f33;
    }
    /* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #fff;
    	background-color: transparent;
    	border: 2px 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: #2b2f33;
    	border: 2px solid #2b2f33;
    	background-color: #fff;
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #fff;
    border: 2px solid #2b2f33;
    background-color: #2b2f33;
}
    .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: #2b2f33;
        border: 2px solid #2b2f33;
        background: transparent;
    }
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: #2b2f33;
    border: 2px solid #2b2f33;
    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: 2px solid #fff;
    }