/*
Theme Name: Nisarg Child
Theme URI: https://falgunidesai.com/Nisarg
Description: Nisarg Child Theme
Author: Falguni Desai
Author URI: https://falgunidesai.com
Template: Nisarg
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pink,orange,blue,green,yellow, gray, white,black,light,two-columns, right-sidebar, responsive-layout, theme-options, custom-background, custom-header, custom-colors, custom-menu, featured-images,  post-formats, sticky-post, translation-ready, rtl-language-support,threaded-comments
Text Domain: nisarg-child
*/



/**
 * navbar-brand changed to replace text with site logo. 3/1/2018
 * ----------------------------------------------------------------------------
 */
.navbar-brand{
   font-size: 0px;
   width:235px; /*width of your image*/
   height:39px; /*height of your image*/
   /* background-image:url('https://youcanknowgod.org/wp-content/uploads/2018/03/2018-Yellow-on-Blue-235x48.jpg'); */
   background-image:url('https://youcanknowgod.org/wp-content/uploads/2018/03/Small-Logo-Flat-235x39p.jpg');
   margin:5px; /* If you want no margin */
   padding:0px; /*if your want to padding */
}
/**
 * site-title changed to yellow, bigger, tighter and first letter caps. 3/1/2018
 * ----------------------------------------------------------------------------
 */
.site-title {
    color: #ffff00;
    font-size: 5em;
    font-weight: 700;
    text-transform: capitalize; 
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}
/**
 * site-description changed to yellow, bigger and tighter. 3/1/2018
 * ----------------------------------------------------------------------------
 */
.site-description {
    color: #ffff00;
    font-size: 35px;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}
/**
 * size of title and description fonts changed to fit better on tablet. 3/1/2018
 * ----------------------------------------------------------------------------
 */
@media (max-width: 767px) {
    body{
        font-size: 16px
    }
    .site-header{
        position: relative;
        width: 100%;
        min-height: 170px;
        margin-bottom: 2em;
    }

    .site-title {
        font-size: 4em;
        letter-spacing: 1px;  
    }

    .site-title::after{
        background-color: #fff;
        content:"";
        height: 1px;
        display: block;
        width: 20%;
        margin: 5px auto;
    }

    .site-description {
        font-size: 25px;
        letter-spacing: 1px; 
    }

    .site-footer{
        font-size: 14px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-top: none;
    }    
}
/**
 * size of title and description fonts changed to fit better on phone. 3/1/2018
 * ----------------------------------------------------------------------------
 */
@media (max-width: 400px) {
    .site-header{
        position: relative;
        width: 100%;
        min-height: 100px;
        margin-bottom: 1.5em;
    }

    .site-title {
        font-size: 2.0em;
        letter-spacing: 1px;  
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .site-title ::after{
        margin: 2px auto;
    }

    .site-description {
        font-size: 14px;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 2px;
    }
}