/* CSS Document */

body{
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

footer h3:after{
    margin-right: auto;
    margin-left: auto;
}

.alt-font, h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito', sans-serif;
}

.blog-grid-text p, .blog-grid-text h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h1-seo{
    font-size: 13px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" !important;
    text-align: center;
    margin: 5px;
    font-weight: 300;
}

.h2-seo{
    font-size: 13px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" !important;
    text-align: center;
    font-style: oblique;
    margin: 5px;
    font-weight: 300;
}

.h3-seo {
    margin-bottom: 0 !important;
    font-weight: inherit!important;
    font-size: inherit !important;
    display: inline !important;
    color: inherit !important;
    text-transform: inherit!important;
    font-family: inherit !important;
}

.navbar-brand{
    font-family: 'Yeseva One', cursive;
}

@media (max-width:1550px){
    .flower{
        opacity: 0.2;
    }
}

@media (max-width:768px){
    .h1-seo{
        display: none;
    }
}