/* fonts ------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon|Roboto');
/*


    font-family: 'Roboto', sans-serif;

    font-family: 'Exo 2', sans-serif;


*/
/* http://typecast.com/blog/a-more-modern-scale-for-web-typography */

body{
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6{
  font-size-adjust: 0.5;
}

body{
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em){
  body{
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

h1,h2,h3,h4{
    font-family: 'Do Hyeon', sans-serif;
}

h1{
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  padding-bottom:10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}
h1 small{
    font-size: 65%;
}

@media (min-width: 43.75em){
  h1{
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em){
  h1{
    font-size: 2.625em;
    /* 2.625 x body copy size = 42px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2{
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em){
  h2{
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em){
  h2{
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3{
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em){
  h3{
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em){
  h3{
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4{
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em){
  h4{
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote{
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em){
  blockquote{
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

/* fonts ------------------------------------------------------------ [END] */

/* common ---------------------------------------------------------------- */

    html{
        background-color: rgba(0,0,0,0.85);
    }
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    h1{
        font-weight: 100;
    }

    .img-fluid{
        width:100%;
    }

    /* Use the following CSS to prevent Skype from formatting phone numbers */
    span.skype_pnh_container{
        display: none !important;
    }

    span.skype_pnh_print_container{
        display: inline !important;
    }
    .container-stretchy{/* container override for mobile */
        min-width: 100%;
        padding:0;
    }
    .thanks{
        position: absolute;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .grecaptcha-badge {
        display: none;
    }

/* common ---------------------------------------------------------- [END] */

/* main-nav ------------------------------------------------------------------ */
    
    
    .navbar{
        border-bottom:7px solid #cf2333;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        font-family: 'Do Hyeon', sans-serif;
        font-size:1.7em;
        padding:1rem 1rem 0;
    }
    .navbar .navbar-toggler{
        border:none;
    }

/* main-nav ------------------------------------------------------------ [END] */

/* about-page ------------------------------------------------------------------ */



/* about-page ------------------------------------------------------------ [END] */


/* service-packages-page ------------------------------------------------------------------ */

    /*.services{
        background-image: url('../img/common/bespoked-bicycle-workshop-mechanic.jpg');
        background-repeat: no-repeat;
        background-position: 90% 90%;
        background-size: 70%;
    }*/
    .services ol img{
        padding:3px;
        border:1px solid #333;
        vertical-align: sub;
    }
/* service-packages-page ------------------------------------------------------------ [END] */

/* shop-page ------------------------------------------------------------------ */



/* shop-page ------------------------------------------------------------ [END] */

/* contact-page ------------------------------------------------------------------ */



/* contact-page ------------------------------------------------------------ [END] */


/* footer ------------------------------------------------------------------ */

    .footer {
      background-color: rgba(0,0,0,0.85);
    }

    .footer > .container {
      padding-right: 15px;
      padding-left: 15px;
    }
    .footer > .container p,
    .footer > .container a{
        color: rgba(255,255,255,0.7);
    }
    .footer > .container a:hover{
        color:#fff;
    }
    .footer .social a{
        margin-right:12px;
    }

/* footer ------------------------------------------------------------ [END] */









/* media queries --------------------------------------------------------- */

/* /////////////////////////////////////////////////////////////////////// */
/* LARGE DESKTOP ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (min-width:1200px){

    }

/* /////////////////////////////////////////////////////////////////////// */
/* LARGE DESKTOP /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */


 

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (min-width:768px) and (max-width:991px){}

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */

 


/* /////////////////////////////////////////////////////////////////////// */
/* SMALL TABLET & MOBILE ///////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width:767px){
        .container-stretchy{/* container override for mobile */
            min-width: 540px;
            padding:0 15px;
        }
    }

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL TABLET & MOBILE /////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////// */
/* IPAD PORTRAIT ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */


    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}

/* /////////////////////////////////////////////////////////////////////// */
/* IPAD PORTRAIT /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */
    

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP & MOBILE COMBINED /////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width:991px){}

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP & MOBILE COMBINED ///////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////// */
/* MOBILE //////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width:576px){
        .container-stretchy{/* container override for mobile */
            min-width: 100%;
        }
    }



/* /////////////////////////////////////////////////////////////////////// */
/* LANDSCAPE PHONES AND DOWN ///////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width:480px){}

/* /////////////////////////////////////////////////////////////////////// */
/* LANDSCAPE PHONES AND DOWN /////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */




/* /////////////////////////////////////////////////////////////////////// */
/* mobile only background images ///////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width:600px){}

/* /////////////////////////////////////////////////////////////////////// */
/* mobile only background images /////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */

/* media queries --------------------------------------------------- [END] */




/* ==========================================================================
Print styles.
========================================================================== */

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

    .no-print{
        display:none;
    }

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

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

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

    /*
    * Don't show links for images, or javascript/internal links
    */

    a[href^="javascript:"]:after,
    a[href^="#"]:after{
        content:"";
    }

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

    thead{
        display:table-header-group;
    }

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

    img{
        max-width:100% !important;
    }

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

    h2,
    h3{
        page-break-after:avoid;
    }
}
