/*! 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.
 */

 @import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400&display=swap');

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

   html {
    color: #eee;
    font-size: 1em;
    line-height: 1.4;
    background: #000000;
  }
  
  /*
   * 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
     ========================================================================== */
  
  body {
    background-color: transparent; 
    color: #eee; 
    font-family: 'Hind Siliguri', sans-serif;
    background: url(../img/grunge-wall-texture-bg.jpg);
    background-size: cover;
  }

  a {color: #22669e;}
  a:hover {text-decoration: underline; color: #ccc;}

  h1,h2,h3,h4,h5,h6, #site-footer .footer-copyright p  {font-family: 'Hind Siliguri', sans-serif; font-weight: lighter; text-transform: uppercase;}
  h1, #wrapper > div.content-container > h1 {
    font-size: 2.5em; 
    width: 100%;
    color: #fff;
  }

  h2 {
    font-size: 2.5em; 
    width: 100%;
    color: #fff;
  }

  .main-header {position: relative; z-index: 2; background-color: rgba(40, 40, 40, 1);}
  .logo {max-height: 160px; position: absolute; top: 10px; 
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
  }
  nav {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.5em; 
    font-weight: lighter;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
  }
  .navbar-dark .navbar-nav .nav-link {color: #fff;}
  nav a:hover {color: #fff;}
  .navbar-toggler {margin-top: 1.8%;}
  .fade-panel {
    background: linear-gradient(180deg, rgba(40,40,40,1) 0%, rgba(0,0,0,0) 64%);
    display: block;
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 1;
  }

  #book-now-fixed {
    position: absolute;
    z-index: 10;
    width: 40%;
    background: rgb(0,0,0,0.8);
    right: 30px;
    padding: 30px 20px;
    border-radius: 3px;
    bottom: 40px;
    
}

#book-now-fixed h2 {
  font-size: 1.8rem !important;
  font-family: 'Hind Siliguri';
  text-transform: uppercase;
  text-align: center;
}

  #ovatu_review_widget_container{
    width: 100%;
    height: 360px;
    overflow: scroll;
    border: #777;
    background-color: #777;
    opacity: 0.9;
  }

  #ovatu_reservation_widget_container{
    width: 100%;
    border: #777;
    background-color: #777;
    opacity: 0.9;
  }

  .grunge-top {
    display: block;
    width: 100%;
    height: 75px;
    background-image: url("../img/grunge-top.png");
  }

  .grunge-bottom {
    display: block;
    width: 100%;
    height: 60px;
    background-image: url("../img/grunge-bottom.png");
  }

  .frontpage-content {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .page-content{
    margin-top: 90px;
    margin-bottom: 25px;
  }

  .contact-details{
    background-color: rgb(40,40,40,1);
    padding: 15px 10px;
    margin-top: 25px;
  }

  .contact-details p {
    margin: 0;
  }

  .contact-details .contact-phone svg{
    float: left;
    margin-right: 10px;
  }
  .contact-details .contact-phone .address{
    display: none;
  }

  .contact-details .contact-phone .phone{
    text-decoration: underline;
  }

  .contact-details .contact-phone .title{
    text-transform: uppercase; display: block;
    line-height: 0.4em;
    margin-top: 5px;
  }

  .contact-details .social-media{
    text-align: right;
  }
  
  .menu-style {
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 20px 0;
  }

  .menu-style li {
    margin-left: 0;
  }

  .menu-style li a {
     padding: 6px 0 4px 0 !important;
     line-height: 1;
  }
  .menu-style li a {
    margin-right: 15px;
  }
  .menu-style li:last-child a {
    margin-right: 0px;
  }

  .canvas-image {
    height: 60vh;
    object-fit: cover; 
  }


  .main-image{
      position: absolute;
      top: 0px;
      background-image: url("../img/shop-front.jpg");
  
      /* Full height */
      height: 100%;
      width: 100%;
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -2;
  }

  .image-mens-cut {
      background-image: url("../img/mans-cut.jpg");
  }

  .image-child-cut {
    background-image: url("../img/child-cut.jpg");
  }
  
  .image-kit {
    background-image: url("../img/kit.jpg");
  }

  .image-scissors {
    background-image: url("../img/scissors.jpg");
  }

  nav ul {list-style: none; margin: 0; padding: 0;}
  nav ul li {display: inline; margin-left: 3%;}



 .tag {margin: 30% 0 20% 0;}
 .tag h2 {font-family: 'routenregular'; font-size: 3.5rem; text-shadow: 0px 0px 13px rgba(0,0,0,0.8); color: #eee;}
 .btn {
    color: white;
    background-color: #1a507c;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
  }
    
    article img {max-width: 40%; border: 5px solid #eee;}
    article img.float-left {margin: 4px 25px 5px 0;}
    article img.float-right {margin: 4px 0 5px 25px;} 
  
    .feature  {padding: 15px; background-color: rgba(40, 40, 40, 0.95);}
    .feature img {max-width: 100%; width: 100%;}

  #site-footer {
      background-color: #3c3d41;
      color: white;
      padding-top: 30px;
  }

  #site-footer .footer-logo img {
    max-height: 160px;
  }
  
  #site-footer .footer-copyright {
      background-color: rgba(40, 40, 40, 1);
      padding-top: 3px;
      padding-bottom: 3px;
      text-align: center;
  }
  
  #site-footer .row {
      margin-bottom: 60px;
  }
  
  #site-footer .navbar-brand {
      margin-top: 45px;
      height: 65px;
  }
  
  #site-footer .footer-copyright p {
      margin: 10px;
      color: #ccc;
  }
  
  #site-footer ul {
      list-style-type: none;
      padding-left: 0;
      line-height: 1.7;
  }
  
  #site-footer h5 {
    font-family: 'Hind Siliguri', sans-serif;
    text-transform: uppercase; 
      font-size: 18px;
      color: white;
      font-weight: bold;
      margin-top: 30px;
  }
  
  #site-footer h2 a{
      font-size: 50px;
      text-align: center;
      color: #fff;
  }
  
  #site-footer a {
      color: #d2d1d1;
      text-decoration: none;
  }
  
  #site-footer a:hover,
  #site-footer a:focus {
      text-decoration: none;
      color: white;
  }
  
  #site-footer .social-networks {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 16px;
  }
  
  #site-footer .social-networks a {
      font-size: 32px;
      color: #f9f9f9;
      padding: 10px;
      transition: 0.2s;
  }
  
  #site-footer .btn {
      color: white;
      background-color: #1a507c;
      border-radius: 20px;
      border: none;
      width: 150px;
      display: block;
      margin: 0 auto;
      margin-top: 10px;
      line-height: 25px;
  }

  .carousel{
    width: 100%;
  }
  
  @media screen and (max-width: 991px) {
    #book-now-fixed h2 {
      font-size: 1.3em !important;
    }
    .canvas-image {
      height: 45vh;
    }

    .menu-style{
      width: 50%;
    }

    .page-content{
      margin-top: 120px;
    }

    .btn {
      width: auto;
    }
  }

  @media screen and (max-width: 767px) {
      #site-footer {
          text-align: center;
      }
      .canvas-image {
        height: 30vh;
      }
  }

  /* ==========================================================================
     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 only screen and (max-width: 767px) {
    /* Style adjustments for viewports that meet the condition */
    .footer {height: auto;}

    .footer .location-card {
      position: relative;
      top: 0px;
    }

    .footer .map img {
      width: 100%; 
      margin-left: 0px;
      top: 0px; 
      position: relative;
      border: 5px solid rgba(40, 40, 40, 0.8);
      border-bottom: 30px solid rgba(40, 40, 40, 0.8);
    }

    article img {max-width: 100%; width: 100%; margin: 10px 0;}
  
  }
  
  @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;
    }
  }
  
  