body html {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background-image: url(../images/OnlyBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

.header-sect {
    text-align: center;
}

img.logo {
    height: 100px;
    vertical-align: middle;
}

.chakra {
    float: left;
}

.shanka {
    float: right;
}

.chakra, .shanka {
    height: 100px;
}

.brand-name {
    color: #ffffff;
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
}

.navbar {
    background-color: #FDFDD9 !important;
}

.navbar .navbar-brand {
    color: #800000 !important;
    font-size: medium;
}

.navbar .short_text {
    color: #800000 !important;
    font-size: small;
}

.navbar-nav li a {
    color: #800000 !important;
    font-size: large;
}

.navbar-nav li.active > a {
    color: white !important;
    background-color: #800000;    
}

.navbar-nav > li > a:hover {
    color: white !important;
    background-color: #800000;
}

.card {
    background-color: transparent;
}

.para_content {
    background-color: #FDFDD9;
    color: #800000;
}

.mText {
    color: white;
}

/* Jeernodhara Carousel START */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

/* Jeernodhara Carousel END */

/* Events Calendar Start */
.event_calendar {
    background-color: #FDFDD9;
}

.event_head_title {
    color: #800000;
}

table tr.head {
    background-color: #800000;
    color: white;
}

table tr.tablecell {
    color: #000000;
}

table.table-bordered{
    border:1px solid #7d6363;
}

table.table-bordered > thead > tr > th{
    border:1px solid #7d6363;
}

table.table-bordered > tbody > tr > td{
    border:1px solid #7d6363;
}

/* Events Calendar End */

/* Upcoming Events News Ticker Start */
.upeve {
    background-color: #FDFDD9;
    text-align: center;
    color: #800000;
}
/* Upcoming Events News Ticker End */

/* Applying No Gutter Between The Rows */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Address Start */
.footer {
    background-color: #FDFDD9 !important;
    color: #800000;
    font-size: medium;
}

.cont_1 {
    text-decoration: underline;
    font-weight: bold;
}

a.copy_footer {
    color: #800000;
}

a.copy_footer:hover {
    color: #800000;
}
/* Address End */

/* Social Media Icons */
.fa {
    padding: 20px;
    width: 50px;
    text-align: center;
    margin: 5px 2px;
  }
  
  .fa:hover {
    color: white;
    text-decoration: none;
  }
  
  .fa:visited {
    color: white;
    text-decoration: none !important; 
  }
  
  .fa-facebook {
    background: #800000;
    color: white;
  }

  .fa-instagram {
    background: #800000;
    color: white;
  }
/* End Of Social Media Icons */

/* Contact Us Page Start */
#contatti {
    background-color: #FDFDD9;
    letter-spacing: 2px;
}

#contatti a{
    color: #fff;
    text-decoration: none;
}
  
  
@media (max-width: 575.98px) {
  
#contatti {padding-bottom: 800px;}
#contatti .maps iframe {
      width: 100%;
      height: 450px;
}
}
  
  
@media (min-width: 576px) {
  
#contatti{padding-bottom: 800px;}
  
#contatti .maps iframe{
       width: 100%;
       height: 450px;
}
}
  
@media (min-width: 768px) {
  
#contatti{padding-bottom: 350px;}
  
#contatti .maps iframe{
      width: 100%;
      height: 850px;
}
}
  
@media (min-width: 992px) {
#contatti{padding-bottom: 200px;}
  
#contatti .maps iframe{
       width: 100%;
       height: 700px;
    }
}
  
  
#author a {
    color: #fff;
    text-decoration: none;
}


/* Code By Joel For Contact Section */
.contact_form {
    color: #800000;
}

.form_contct2 {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #800000;
    outline: none;
}

.form_contct2:focus {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #800000;
    box-shadow: 0 0 2px #000000;
}

/* Contact Us Page End */

/* Gallery Start */
.gallery_section {
    background-color: #FDFDD9;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }


/* Gallery End */


/* Launch  */
.launch {
    text-align: center;
}

.img_launch {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Launch  */


/*Live video in index page*/
.live_video{
	border:none;
	overflow:hidden;
	width:560px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .live_video{
		height:200px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .live_video{
		height:275px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .live_video{
		height:375px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .live_video{
		height:510px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.live_video{
		height:610px;
	}
}

/*Live video in index page ends */


