/*******************************
 * fn: style.css
 * by: danConcepcion
 * dt: 24AUG25@1748h
 * co: Bloomfield Barber
 * pr: release and relocation
 *******************************/
body { font: 16px/24px Arial; background: #013454; color: #efefef; position: relative; }

#bizHours { /* TABLE */
  background: white;
  border-collapse: collapse;
  color: #013454;
  cursor: pointer;
  font: 13px Arial;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  top: 102px;
  transition: height 0.35s ease-out;
  width: 230px;
  z-index: 100;
}
  #bizHours .head {
    background: #8f9a9e;
    border-top: 2px solid #000;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  #bizHours .col0 { border-left: 2px solid black; font-weight: bold; width: 65px; }
  #bizHours .col1 { width: 111px; text-align: center; }
  #bizHours.open {
    height: 374px;
    transition: height 0.45s ease-in;
  }
  #bizHours span {
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    display: inline-block;
    margin: 0px;
    padding: 12px;
  }
  #bizHours #btnRow { background: #013454; border: 0px; }
        #bizHours #btnRow .adj { 
          background: silver;
          border: 2px solid black;
          border-radius: 54%;
          display: block;
          font-size: 32px;
          height: 34px;
          left: 182px;
          margin: 3px;
          position: relative;
          width:34px;
        }
          #bizHours #btnRow strong { position: relative; top:-2px; left:8px; }

#btnCloseMenu {
  background: #013454;
  border: 2px solid #013454;
  border-radius: 50%;
  color: #013454;
  cursor: pointer;
  display: none;
  font-size: 24px;
  /* position: relative;
  left: 234px;
  top: -185px;   */
  height: 29px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
  #btnCloseMenu .adj {
    position: relative;
    top: -2px;
  }

.decor img { height: auto; margin: 100px auto 0px auto; width: 100%; }

footer { margin: 25px 0; padding: 20px; text-align: center; }
    footer p { margin-bottom: 12px; }
    footer span { font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}
    h1 { font-size: 46px; padding: 12px 0 27px 0; }
    h2 { font-size: 32px; line-height: 55px; }
    h3 { font-size: 24px; line-height: 40px; font-weight: normal; }
    /* h4 { font-size: 2rem; }
    h5 { font-size: 1.5rem; }
    h6 { font-size: 1.2rem; } */
    h1, h2, h3 { margin: 20px 0; }
    h2 { margin: 40px 0; }

header {
  background: #fff;
  padding: 14px 20px;
  text-align: right;
}
    header a, small {
        color: #013454;
        font: 16px Arial;
        font-weight: bold;
        text-decoration: none;
    }
        header small { font-size: 12px; }

main { padding: 0 50px 100px 50px; }
    main img { display: block; height: auto; margin: auto 0; width: 100%; }

#menu { position: absolute; top: 111px; right: 50px; }
    #menu a {
        color: #fff;
        display: inline-block;
        margin: 0 10px;
        text-decoration: none;
        text-transform: uppercase;
    }
        #menu a:nth-child(5) { margin-right: 0; }
        #menu a.selected,
        #menu a:hover { text-decoration: underline; }

#menuBtn {
    background: #fff;
    border: 1px solid #013454;
    border-radius: 7px;
    color: #013454;
    display: none;
    font: bold 1.53rem "Courier New";    
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 107px;    
}

#splash { margin: 25px 0 100px 0; }

#status {
    height: 135px;
    right: 50px;
    position: absolute;
    top: 146px;
    transform: rotate(16deg);
    width: 250px;
}
  #status img:nth-child(1) { display: block; }
  #status img:nth-child(2) { display: none; }
    #status.closed img:nth-child(1) { display: none; }
    #status.closed img:nth-child(2) { display: block; }

.threeItemBox {
    border: 1px solid #efefef;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: baseline;
    margin: 0 auto 100px auto;
    max-width: 1000px;
    padding: 50px;
}
    .threeItemBox .item {
        align-self: self-start;
        display: inline-block;
        width: 300px;
    }
        .threeItemBox .item:nth-child(2) {
            padding: 0 50px;
        }

@media only screen and (max-width: 1300px) {
    #menuBtn { display: block; }

    #menu { 
      background: grey;
      height: 225px;
      padding-top: 46px;
      right: -400px !important;     
      top: 77px; 
      transition: right .35s ease-out;
      width: 275px;
      z-index: 50;
    }
    #menu a {
      display: block;
      padding: 10px 15px;
      margin: 0 5px;
      text-decoration: none !important;
    }
      #menu a:hover,
      #menu a.selected {
        background: white;
        color: #013454;
      }
      #menu a:nth-child(5) { margin-right: 5px; }
    #menu.open {
      right: 0px !important;
      transition: right .55s ease-out;
    }

    #status img { width: 75%; }
}

@media only screen and (max-width: 980px) {
    #splashH2 { font-size: 28px; line-height: 32px; }
  
    #status img {
      left: 100px;
      position: relative;
      width: 130px;
    }
}

@media only screen and (max-width: 950px) {
    .col h2 {  font-size: 24px; font-weight: normal; line-height: 36px; }
}

@media only screen and (max-width: 915px) {
    .threeItemBox .item:nth-child(2) {
        padding: 0px;
    }
}

@media only screen and (max-width: 700px) {
    h1 { font-size: 36px; line-height: 29px; }
}

@media only screen and (max-width: 700px) {
    h1 { font-size: 36px; line-height: 29px; }
    #splash { margin-bottom: 25px; }
}

@media only screen and (max-width: 450px) {
    #status { right: 25px; top: 164px; }
    #splashH2 { font-size: 24px; }
    .col h2 { font-size: 18px; }
    footer { text-align: left; }
    h3 { font-size: 18px; }
    .threeItemBox { margin-bottom: 40px; }
}
