@charset "UTF-8";
/* CSS Document */
/*
Color References:
Ivory: #FCFCDB;
Medium Ivory: #999966;
Dark Ivory: #333300;
Light Green: #336633;
Dark Green: #003300;
*/
body {
  padding-top: 70px;
  background-color: #FCFCDB;
  font-family: 'Merriweather', serif;
}

table td {
  vertical-align: middle !important;
}
/* Bootstrap 4 breakpoints */
/*Extra small devices (portrait phones, less than 576px) */
/*No media query since this is the default in Bootstrap because it is "mobile first"*/
/*Margin Left for Menu*/
#streevaniMenu, #tagLine {
  margin-left: 160px;
}
.carousel .carousel-item {
  height: 200px;
}
.carousel-item img {
  height: 200px;
  width: auto;
  object-fit: cover;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #streevaniMenu {
    margin-left: 170px;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  /* Header Image Container Properties */
  .custom-headerimagecontainer {
    height: 400px;
    overflow: hidden;
  }
  .carousel .carousel-item {
    height: 300px;
  }
  .carousel-item img {
    height: 300px;
    width: auto;
    object-fit: cover;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #streevaniMenu {
    margin-left: 190px;
  }
  .nav-item {
    border-right: thin solid;
    border-color: #336633;
  }
  /*Remove right border for the last menu item*/
  .custom-lastmenu {
    border-right: none !important;
  }
  .carousel .carousel-item {
    height: 400px;
  }
  .carousel-item img {
    height: 400px;
    width: auto;
    object-fit: cover;
  }
}
/* Cursive Text Style */
.custom-cursivetext {
  font-family: 'Arima Madurai', cursive;
}
/*Text style for Streevani Quote*/
.custom-quote-text {
  font-family: 'Arima Madurai', cursive;
  font-size: 1.2rem;
  line-height: 3.1rem;
}
/*Text style for Streevani Quote Header */
.custom-quote-header {
  font-family: 'Arima Madurai', cursive;
  font-size: 1.2rem;
  font-weight: 700;
}
/*Text style for Bottom Quote */
.custom-bottomquote {
  font-family: 'Arima Madurai', cursive;
  font-weight: 700;
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* BG Colors */
.custom-bg-ivory {
  background-color: #FCFCDB;
}
.custom-bg-medivory {
  background-color: #999966;
}
.custom-bg-darkivory {
  background-color: #333300;
}
.custom-bg-lightgreen {
  background-color: #336633;
}
.custom-bg-darkgreen {
  background-color: #003300;
}
/* End BG Colors */
/* Text Colors */
.custom-text-ivory {
  color: #FCFCDB;
}
.custom-text-medivory {
  color: #999966;
}
.custom-text-darkivory {
  color: #333300;
}
.custom-text-lightgreen {
  color: #336633;
}
.custom-text-darkgreen {
  color: #003300;
}
/* End Text Colors */
/* Page Header Image Properties */
.custom-headerimage {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
/* Statment Column Header Image Container Properties */
.custom-statementheaderimagecontainer {
  height: 200px;
  overflow: hidden;
}
/* Page Header Image & Statment Column Header Image Properties */
.custom-statementheaderimage {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: bottom;
}
/* Button Color Properties */


/*
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
  background-color: #333300 !important;
  border-color: #333300 !important;
  font-style: italic !important;
  font-size: .9em !important;
}
.btn-primary:hover {
  background-color: #999966 !important;
  border-color: #999966 !important;
  color: black !important;
}
*/

.custom-button, .custom-button:active, .custom-button:focus, .custom-button:visited {
  background-color: #333300;
  border-color: #333300;
  font-style: italic;
  font-size: .9em;
  color: #FCFCDB;
}
.custom-button:hover {
  background-color: #999966;
  border-color: #999966;
  color: black;
}