
                

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display" !important;
    font-weight: 400 !important;
}

h2, h3 {
    font-size: 45px !important;
}

p {
    font-family: "Open Sans" !important;
    line-height: 1.47em !important;
    /*color: #777 !important;*/
    font-size: 17px !important;
    font-weight: 300 !important;
    
}

.btn{
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2.5px;
    font-weight: 700;
}

.navbar .navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand {
    height: 95px !important;
} 

.navbar-right {
    padding: 20px 0 0 32px;
}                                                                                               
.navbar-brand img {
    height: 100%;
} 

.color-primary {
    color: #262b38 !important;
}

.price-desc{
    color: #262b38 !important;
}

.price-feature{
    color: #262b38 !important;
}

/*Custom css to order boxes properly on mobile devices*/
@media screen and (max-width: 767px) {
    .custom-boxes { 
        display: flex !important; 
        flex-flow: column; 
    }
    .indexone { order: 2; }
    .indextwo { order: 1; }
    .indexthree { order: 2; }
    .indexfour { order: 1; }
}