/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

  /*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    a[href]::after {
      content: " (" attr(href) ")";
    }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Italic.woff2') format('woff2'),
  url('../fonts/karla/Karla-Italic.woff') format('woff'),
  url('../fonts/karla/Karla-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Regular.woff2') format('woff2'),
  url('../fonts/karla/Karla-Regular.woff') format('woff'),
  url('../fonts/karla/Karla-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-BoldItalic.woff2') format('woff2'),
  url('../fonts/karla/Karla-BoldItalic.woff') format('woff'),
  url('../fonts/karla/Karla-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-ExtraBold.woff2') format('woff2'),
  url('../fonts/karla/Karla-ExtraBold.woff') format('woff'),
  url('../fonts/karla/Karla-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Bold.woff2') format('woff2'),
  url('../fonts/karla/Karla-Bold.woff') format('woff'),
  url('../fonts/karla/Karla-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Italic_1.woff2') format('woff2'),
  url('../fonts/karla/Karla-Italic_1.woff') format('woff'),
  url('../fonts/karla/Karla-Italic_1.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-ExtraLightItalic.woff2') format('woff2'),
  url('../fonts/karla/Karla-ExtraLightItalic.woff') format('woff'),
  url('../fonts/karla/Karla-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-ExtraLight.woff2') format('woff2'),
  url('../fonts/karla/Karla-ExtraLight.woff') format('woff'),
  url('../fonts/karla/Karla-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-LightItalic.woff2') format('woff2'),
  url('../fonts/karla/Karla-LightItalic.woff') format('woff'),
  url('../fonts/karla/Karla-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Light.woff2') format('woff2'),
  url('../fonts/karla/Karla-Light.woff') format('woff'),
  url('../fonts/karla/Karla-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-ExtraBoldItalic.woff2') format('woff2'),
  url('../fonts/karla/Karla-ExtraBoldItalic.woff') format('woff'),
  url('../fonts/karla/Karla-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Medium.woff2') format('woff2'),
  url('../fonts/karla/Karla-Medium.woff') format('woff'),
  url('../fonts/karla/Karla-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-MediumItalic.woff2') format('woff2'),
  url('../fonts/karla/Karla-MediumItalic.woff') format('woff'),
  url('../fonts/karla/Karla-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-SemiBoldItalic.woff2') format('woff2'),
  url('../fonts/karla/Karla-SemiBoldItalic.woff') format('woff'),
  url('../fonts/karla/Karla-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-SemiBold.woff2') format('woff2'),
  url('../fonts/karla/Karla-SemiBold.woff') format('woff'),
  url('../fonts/karla/Karla-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla/Karla-Regular_1.woff2') format('woff2'),
  url('../fonts/karla/Karla-Regular_1.woff') format('woff'),
  url('../fonts/karla/Karla-Regular_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




@font-face {
  font-family: 'titleFont';
  src: url('../fonts/audiowide/Audiowide-Regular.woff2') format('woff2'),
  url('../fonts/audiowide/Audiowide-Regular.woff') format('woff'),
  url('../fonts/audiowide/Audiowide-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: bodyFont;
  src: url(../fonts/quicksand/Quicksand-VariableFont_wght.ttf);

}

.body {
  overflow: hidden;
  font-family: Karla;
  font-min-size: medium;
  line-height: 250%;
  font-weight: normal;

}

#container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: url(../img/gate-boundry.png) no-repeat;*/
  /*background-size: 100% 100%;*/
  width: 65%;
  height: 650px;
}

.center-div {
  position: absolute;
  margin: 20px auto auto;
  top: 70px;
  right: 20px;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 550px;
  border-radius: 3px;
}

#innerDiv {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: -1;
}

.banner-background {
  background: url(../img/thoranam-min.png) no-repeat;
  background-size: 100% 100%;
}

#banner {
  height: 100%;
  /*border: solid 3px #006baf;*/
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.doorText {
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  position: absolute;
  top: 50%;
  padding: 0 0 0 20px;
  left: 1px;
  right: 1px;
  margin-top: -22.5px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}

.doorHoverLeft {
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  width: 50%;
  transition: 3s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}

.doorHoverRight {
  position: absolute;
  right: 0%;
  top: 0;
  bottom: 0;
  width: 50%;
  transition: 3s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}

#banner:hover .doorHoverLeft {
  transition-delay: 1s;
  left: -50%;
}

#banner:hover .doorHoverRight {
  transition-delay: 1s;
  right: -50%;
}

.btngetstarted {
  border: 0px none;
  border-radius: 25px;
  padding: 13px 25px;
  color: #fff;
  font-size: 14px;
  background-color: #0E5094;
}

.headerbg {
  background: url("../img/gradientbg.png") no-repeat 0 0;
  width: 100%;
  background-size: cover;
  height: 100px;
}

#menuul {
  list-style-type: none;
  display: flex;
}

  #menuul li {
    padding-right: 20px;
    padding-left: 20px;
  }

    #menuul li a {
      color: #fff;
    }

.footerul {
  list-style-type: none;
  padding-left: 0px;
  line-height: 25px;
  margin-top: 15px;
}

  .footerul li a {
    color: #fff;
  }

.underlay {
  display: inline-block;
  margin: 0;
  padding: 0;
  max-height: 350px;
  max-width: 340px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.nav-tabs {
  width: 700px !important;
  margin: 0px auto !important;
  border-bottom: 0px !important;
}

.nav-tabs>li.active>a {
  border-bottom: 1px solid #666 !important;
  border-bottom-color: #666 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.bookswrapper {
  width: 210px;
  height: 415px;
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
}

.bookimgHeight {
  height: 230px;
}

.paragraph{
  font-family: "Karla";
  font-size: medium;
  font-style: normal;

}

.breadcrumb {
 background-color: transparent !important;
  margin-bottom: 0px !important;
}


/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;

}
#cards_landscape_wrap-2 .container{
  padding-top: 10px;
  padding-bottom: 32px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease;
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000000;
  line-height: 20px;
  font-weight: bold;
  font-family: Karla;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: titleFont;
  letter-spacing: 2px;
  color: #00acc1;
  font-family: titleFont;
}

.miscellanyWrapperDiv {
  width: 700px;
  height: auto;
  margin: 0px auto;
}

.photofit{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 12%;
}
