body{
    font-size: 16px;
    line-height: 1.625em;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.is-wrapper h1, .is-wrapper h2, .is-wrapper h3, .is-wrapper h4, .is-wrapper h5, .is-wrapper h6 {
    font-family: 'Frank Ruhl Libre', serif;
    font-variant-ligatures: common-ligatures;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #ffffff;
    border: 2px solid #7092bf;
    background: #7092bf;
    padding: 3px 15px;
}
    .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: #7092bf;
    	background-color: #fff;
    	border: 2px solid #7092bf;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #-btn-ghost1;
    background-color: transparent;
    border: 2px solid -btn-ghost1;
    padding: 3px 15px;
}
    .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: #ffffff;
        border: 2px solid #7092bf;
        background-color: #7092bf;
    }
.menubar.menubar-transparent:not(.scroll), 
.menubar.menubar-dark.menubar-transparent:not(.scroll), 
.menubar.menubar-light.menubar-transparent:not(.scroll) {
    background: #4168e1;}
.is-section .sec-c15 .jumbotron{
    border: 1px solid  #7092bf; 
    background: #7092bf;
    padding: 15px 25px;
}
.is-section .sec-c15 .jumbotron p {
    letter-spacing: 0px;
    line-height: 2;
    font-size: 24px;
}
.is-section h1.is-section-title{
    font-size: 3rem;
    line-height: 1.2;
}
.is-section h2.is-section-title{
    font-size: 2.5rem;
    line-height: 1.2;
}
.is-section h3.is-section-title{
    font-size: 1.5rem;
    line-height: 1.2;
}
@media (max-width: 768px){
   .is-section .sec-c15 .jumbotron p {
        line-height: 1.7;
        font-size: 14px;
    } 
    .is-section h1.is-section-title{
        font-size: 2.5rem;
    }
    .is-section h2.is-section-title{
        font-size: 2rem;
    }
}
