/*
 * For India pages
 * Globals
 */

/* Links */
a {color: #AAAAAA; text-decoration: none; border-bottom: 1px dotted #FF9933;}
a:active {color: #333333;}    
a:hover {background: #FF9933; color: White;}


a img:hover {
  opacity: 0.5;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #f6f1cd;
}
body {
  color: #AAAAAA; 
  text-align: center;
 /* text-shadow: 0 .05rem .1rem rgba(0,0,0,.5); */
  font-family:Lucida Blackletter, Century Schoolbook, Times New Roman, serif;
}
h1 { 
	font-size:4rem;
	color: #660000;
	margin:0.25rem; padding-top: 0.5rem; padding-bottom: 0.5rem;
	border-top: 1px solid #999999; border-left: 1px solid #999999;
    border-bottom: 1px solid White; border-right: 1px solid White;
 }
h2 {/*font-size:1.5em; */
color: #FF9933; text-align:left; margin-top: 10px; font-style:italic;}

h3 {font-family: Times New Roman, serif; color:#FF9933; background-color: #f6f1cd;
	margin:0.25rem;  padding: 1px; text-align:center;
	border-top: 1px solid #999999; border-left: 1px solid #999999;
	border-bottom: 1px solid White; border-right: 1px solid White;}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
/*  box-shadow: inset 0 0 5rem rgba(0,0,0,.5); */
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* Padding for spacing */
.inner {
  padding: 2rem;
}


/*
 * Header
 */

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: #ccaced;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: normal;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 28em) {
  .masthead-brand {
    float: left;
	/* 48em */
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cover-banner {
	width: 100%; 
	height: auto;
}

.black-semi {background: rgba(0, 0, 0, 0.5); padding:5px;}

/*
 * Foto cards
 */

.card {
  margin-bottom: 2rem;
  border: 0;

}

.card > img {
  margin-bottom: 0;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;	
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
	 text-shadow: none;
}
.card-text {
  font-size: 85%;
  text-shadow: none;
}

.card-left{
	padding-left:30px;
/*	padding-right:1px; */
}

.card-right{
	padding-right:30px;
/*	padding-right:0; */
}

/* Bespoke */
.h1bgrd { margin: 0px auto;
      border-top: 1px solid White; border-left: 1px solid White;
      border-bottom: 1px solid #999999; border-right: 1px solid #999999;
      background-image: url(../img/india2.gif);
      width: 270px;}
.h3bgrd {margin: 0px auto; 
      border-top: 1px solid White; border-left: 1px solid White;
      border-bottom: 1px solid #999999; border-right: 1px solid #999999;
      min-width: 160px; margin-top: 1rem; margin-bottom: 1rem;}

.div-bck-1 {
	background-image: url(../img/india1.gif);
}
.div-bck-2 {
	background-image: url(../img/india2.gif);
}


.info-text {
font-family: Verdana, Arial, sans-serif;
font-size: 0.75rem;
background-color: White;
text-align: center;	
padding:1rem;  
}

.auhoverdescription{
  position:relative;
 /*   float:right; 
    padding:0.5em 0.25em 0.5em 0;
	bottom:45px; 
	bottom:3.5em; */
    }
.auhoverdescription .icon{
	 border-bottom: 1px dotted #FF9933;
    /*    display:block;
        width:18px;
        height:18px;
		padding:0;
        overflow:hidden; */
        }
.auhoverdescription.auhovericonhover .icon{background-position:0 -18px; }
.auhoverdescription .auhoverdetails{
     background:#ffffff; 
		background:rgba(255,255,255,0.8);
        position:absolute;
        bottom:1.75em;
        right:0px;
        min-width:175px;
        min-height:75px;
        padding:1em;
        color:#404041;
        display:none;
		font-size:0.9em;
        line-height:125%;
		border: 1px solid #CCCCCC;
		-moz-border-radius: 10px; border-radius: 10px;
        }
.auhoverdescription .auhoverdetails a:hover {color:#FFD700; }





/*
 * Footer
 */

.mastfoot {
/*  color: rgba(255,255,255,.5); */
  border-top: 2px solid #fff;
  margin-top: 2rem;
}


/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Pull out the header and footer
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  } */

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
/*  .masthead,
  .mastfoot,*/
  .cover-container {
   max-width: 46rem;  /*  or .container max-width: 60rem;  width: 42rem;*/
  }
}

@media (min-width: 62em) {
  .img-600 {
   max-width: 50rem;
  }
}