
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {font-size:4vw;} /*1rem = 16px*/
h5 {font-size:2vw;}

/* Carousel base class */
.carousel {


  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 60px;

  background-color:#222222;
}

/* remove "Continue reading..." bit */
.more-link{
    display:none;
}


p{font-size: 16px;
  margin: 5px;}

#background {
  text-align:left;
   font-family: 'IM Fell French Canon SC', serif;
   font-size:86px;
   background-color:#E4DAC0;
   color: #f8f7f3;
   position: absolute;
   top: 0px;
   left: 50px;
   bottom: 0;
   right: 0;
   z-index: -1;
   overflow: hidden;
}

#background img{
  margin-top:-48px;
}

#namaste{
  background-color:#E4DAC0;
  text-align:center;
  padding-top:10px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:10px;
  margin-bottom: 40px;
  font-family: 'Lora', serif;
  font-size:16px;
  position: relative;
  z-index: 1;
}

