/* CSS Document */
html, body{background: url(../images/site-bg_01.jpg) no-repeat top center #003300; font-family: 'Hind Vadodara', sans-serif;}
html, body{min-height: 100%; height: 100%;}
.container, .row {height: 100%;}
.indexContainer{margin-top: 33px;min-height:22px;}
.logo{color: white; font-size: 21px; text-align:center; margin-top: 31px;}
.logo span{font-size: 15px;}
.col-sm-9.col-lg-9.whiteBg.right-side.stretch{font-size: 14px!important;font-weight: normal;}
.featuredImg {margin: 20px 0;}
.whiteBg{background: #fff;min-height: auto;padding-bottom: 33px;}
.blackBg{background: #002626;}
.footer{background: url(../images/bootstrap3-1170px_04.jpg) no-repeat top center #fff; min-height: 673px;   -webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover;background-size: 1173px;max-height: 467px;}
.navigationBar ul{display: block; width: 100%; float: left;padding: 0;}
.navigationBar ul li{ list-style-type:none;padding: 0;}
.navigationBar ul li a{color: white;padding: 6px 12px;display: block; text-decoration:none;}
.navigationBar ul li a:hover{  background-color: #195555; cursor: pointer; -webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out;transition: background-color 1s ease-out;}
.navigationBar ul li a.current{background-color:#195555;}
#equalheight{background: #002626; height:auto;}
.right-side img{float: left; margin: 0 20px 20px 0;}
.right-side img.floatRight{float: right; margin: 0 0 20px 20px;}
h2{font-size: 22px; font-weight:lighter;}
.right-side .blue{color: blue;}
.meditationTitle{text-transform: capitalize;}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
     .logo, .logo p{margin-top: 0px;padding: 15px 0 10px 0;font-size: 19px;}
	 .container .row h1{font-size: 28px!important;/* margin:  0; */padding: 22px 0;}
	 p{font-size: 14px;font-weight: lighter;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.logo p{margin-top: 0; padding: 0;}
    }