html {
    font-size: 100%;
}

body {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 0;
}

.topspace {
    margin-top: 40px;
}
/*********************************************************************


                            Navigation in header


**********************************************************************/
.navbar {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    width: 100%;
    margin-bottom: 0;
}

.navbar.stick {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 99;
}

.navbar-collapse {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-family: 'Siddhanta', "Open sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-collapse .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-collapse .navbar-nav > li > a {
    padding: 20px 30px;
    line-height: 60px;
}

@media (max-width: 600px) {
  .navbar-collapse .navbar-nav > li {
    display: block;
  }
  .navbar-collapse .navbar-nav > li > a{
    padding: 5px 15px;
    line-height: 30px;
  }
}

.dropdown ul.dropdown-menu {
    top: 85%;
    text-align: left;
}

.dropdown ul.dropdown-menu > li > a {
    padding: 5px 30px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #cccccc;
}

.navbar-default .navbar-nav > li > a {
    color: #454545;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000000;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
}

.navbar-default .dropdown ul.dropdown-menu > li > a {
    color: #454545;
}

.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eeeeee;
    color: #000000;
}

.navbar-default .navbar-toggle {
    border-color: #666666;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333333;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #cccccc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #000000;
}
/****************************************************************************************


                                     Sidebar special Nav


*****************************************************************************************/
.nav-side {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: -0.37em;
}

.nav-side > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #f392b4;
}

.nav-side > li > a:hover {
    color: #bd1550;
    background: none;
}

.nav-side > li.active > a {
    color: #bd1550;
}
/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
ul,
ol {
    line-height: 1.6em;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 30px;
    border-left: 5px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /*font-family: "Open sans", Helvetica, Arial, sans-serif;*/
    font-weight: 400;
    color: #333333;
}

h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 36px;
    font-size: 2.25rem;
}

h3 {
    font-size: 30px;
    font-size: 1.875rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

.lead {
    font-weight: 300;
    font-size: 21px;
    font-size: 1.3125rem;
}

.text-msg {
    line-height: 1.7em;
    color: #b3b3b3;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: -0.23em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
/*********************************************************************


                                HEADER


**********************************************************************/
#head {
    background: #f4f4f4 url(../images/bg_head.jpg) top center;
    background-size: cover;
    padding: 30px 0 35px 0;
    text-align: left;
}

#head img.img-circle {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    /*border: 9px solid rgba(0, 0, 0, 0.05);*/
    margin: 0 auto;
}
#head #logo{
    margin-top: 0;
}
#head .title {
    font-family: 'Siddhanta';
    color: #FFF;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

#head .title a {
    text-decoration: none;
    color: #333333;
}

#head .tagline {
    font-family: "Raleway";
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
    color: #FFF;
    margin: 5px 0 0 20px;
}

#head .tagline b {
    font-weight: normal;
}

#head .tagline a {
    color: #eee;
}

.home #head {
    padding: 200px 0 40px 0;
}

.home #head .title {
    font-size: 80px;
}

.home #head .tagline {
    font-size: 16px;
    margin: 15px 0 0;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}
.fixJump{
    padding-top: 80px;
}

/*//////////////////////////////////////////////////////////////////////
Custom styles
//////////////////////////////////////////////////////////////////////*/
.video-container{
    overflow:hidden;
    display:block;
    height: 440px;
    text-align: center;
}
video#bgvid { 
    z-index: -100;
    margin: -150px 0 0 0;
    background: url(../images/bg_head.jpg) no-repeat;
    background-size: cover; 
}
.activities{
    margin: 0px 0 30px;
    text-align: center;
    line-height: 40px;
}
.activities:last-of-type{
    margin-bottom: 100px;
}
.activities a{
    background-color: #FFF;
    margin: 10px 70px;
    text-align: center;
    display: inline-block;
    color: #555;
    font-size: 16px;
}
.activities a i{
    font-size: 100px !important;
    color: #EEE !important;
    -webkit-transition: 0.2s ease-in-out color;
    -moz-transition: 0.2s ease-in-out color;
    -o-transition: 0.2s ease-in-out color;
    transition: 0.2s ease-in-out color;
}
.activities a:hover i{
    color: #e5ae47 !important;
    -webkit-transition: 0.2s ease-in-out color;
    -moz-transition: 0.2s ease-in-out color;
    -o-transition: 0.2s ease-in-out color;
    transition: 0.2s ease-in-out color;
}
.events{
    margin: 0px 0 30px;
}
.events .event-card{
    padding: 30px;
}
.events .event-card p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.events .event-card h3{
    font-size: 16px;
    font-weight: 700;
}
.collage{
    margin: 0px;
}
.collage figcaption{
    margin: 5px 0;
}
.works{
    padding: 50px;
    font-size: 18px;
    font-family: 'Siddhanta';
    border: 5px solid rgba( 0, 0, 0, 0.03 );
    background-color: rgba( 0, 0, 0, 0.02 );
    color: #AAA;
}
.works li a{
    color: #ee3827;
}
.visual-slide{
    background-color: #F7F7F7;
    width: 100%;
    padding: 50px;
    column-count: 3;
    /*min-height: 500px;*/
    /*text-align: center;*/
}
.shloka{
    margin: 75px 0;
    font-family: 'Siddhanta';
    color: #3F51B5;
}
.shloka p{
    font-size: 21px;
    text-align: center;
    margin: 40px 0;
}
.shloka i{
    cursor: pointer;
    color: #CCC;
}
.news h1{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news p{
    padding: 20px 20px 20px 0;
}

/*side lines*/
.fancy {
    font-size: 24px;
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 60px;
}
.fancy span {
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 15px;
    border-bottom: 1px solid #0091EA;
    border-top: 1px solid #0091EA;
    top: 0;
    width: 200px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

.verse {
    font-size: 18px;
    line-height: 36px !important;
    padding-bottom: 10px;
}

h3.adhyaya_title {
    font-size: 28px !important;
    margin-bottom: 2em !important;
}

.brihadaranyaka {
    position:fixed;
    align-items: start;
    justify-content: flex-start;
}


.navbar-nav {
    display: inline-block !important;
}

/* .navbar-nav > li {
    display: inline-block;
} */

@media(max-width: 768px) {
  .topbar {
    position: fixed;
    bottom: unset;
    top: 2.5em;
    width: 100%;
  }
}

@media(max-width: 400px) {
    .li {
        font-size: 15px;
    }
}

/* .aitareya_brahmana {
    font-size: 22px !important;
    font-weight: 600;
    margin-top: 1em!important;
    margin-left: 1em;
}

.aitareya_brahmana_bhashya {
    font-size: 22px !important;
    margin-top: 1em!important;
    margin-left: 1em;
} */


#navbar {
    position: relative;
  }

.simple-list-example-scrollspy .active {
    background-color: #007bff;
    color: white;
    font-weight: bold;
  }
