/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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
 *
 * These selection rule sets have to be separate.
 * 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #111111;
    padding: 0.2em 0;
}





/* ==========================================================================
   General styles
   ========================================================================== */

body{
    font: 400 15px/24px 'Roboto', sans-serif;
    color: #000000;

    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
}

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

h1{
    font-size: 46px/48px;

}

h2{
    font-size: 33px/43px;   
}

h3{
    font-size: 30px/32px;   
}

h4{
    font-size: 18px/24px;
   
}

img{
    max-width: 100%;
    height: auto;
}

a:link,
a:visited{
    text-decoration: none;
}

.sr-only{
    display: none;
}

.text-center{
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
}


input,
textarea{
    width: 100%
}


/* ==========================================================================
   Header
   ========================================================================== */
.site-header{
    border-bottom: 1px solid #43ae90;
    background: #fff;
    padding: 20px 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-collapse ul{    
    margin-top: 10px;
}


.logo{
    text-indent: -9999px;
    width: 270px;
    height: 62px;
    padding-left: 5px;
    margin: 0;
}

h1.logo a{
    background: url(img/logo.png) 0 center no-repeat;
    display: block;
    width: 270px;
    height: 62px;
}


.nav > li > a {
    font: 400 16px/32px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #000;
    padding: 5px 15px;
    margin-right: 10px;
}


.nav > li > a:hover,
.nav > li > a.current {
    background: none;
    color: #43ae90;
}

.book{
    display: inline-block;
    margin-top: 5px;
    padding-left: 10px;
}

.navbar-toggle{
    margin-right: 0;
    margin-top: 12px;

}

.navbar-toggle .icon-bar {
    background: #111111;
    border-radius: 2px;
}




/*************************************************************
 Home-page
**************************************************************/

.home-page{   
    background: #fff url(img/banner.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


    


/*************************************************************
 Services-page
**************************************************************/

.services-body{
    padding: 80px 0;
    line-height: 30px;
}


.services-body h3{
    color: #43ae90;
    font-weight: 700;
}


.work-time{
    padding: 35px 0;
    font-size: 22px;
    color: #535353;
    line-height: 33px;
}


.book-btn{
    padding-top: 230px;
}

.book-btn h2{
    font-weight: 500;
    color: #111111;
    margin-bottom: 25px;
}




/*************************************************************
 About-page
**************************************************************/
.about .row{
    padding: 100px 0 0;
}

.about h2{
    text-transform: uppercase;
    color: #43ae90;
    letter-spacing: 1px;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
}

.person-img{
    padding-left: 10px;    
}


.left-contents{
    padding-right: 10px;
    font-weight: 300;
    line-height: 28px;
}
.left-contents p{
    margin-bottom: 25px;
}

.dotteds{
    padding-left: 32px;
    margin: 25px 0;
    line-height: 32px;
}


/*Bullet-list*/
.dotteds li{    
    position: relative;
}
.dotteds li:before{
    content: ".";
    position: absolute;
    left:-32px;
    top: -13px;
    font-size: 40px;
    line-height: 30px;
}







/*************************************************************
 Contact-page
**************************************************************/
.contact-form{
    padding-top: 120px;
}


/*  CSS for <iframe> responsive Google Map */
.map{
    position: relative;    
    padding-bottom: 36.6666667%; 
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.contact-form h3{
    font-weight: 300;
}

.facebook{
    color: #345189;
    font-size: 30px;
    font-weight: 300;
}

.ph-number{
    color: #43ae90;
}

#form-entry li{
    margin-bottom: 10px;
}

#form-entry li{
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea,
input[type="submit"]{
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    outline: none;
    font: 400 18px/24px 'Roboto', sans-serif;
    color: #acacac;
    -webkit-border-radius: 2px;
    -mox-border-radius: 2px;
    border-radius: 2px;

}
textarea{
    height: 140px;
}

input[type="submit"]{
    color: #ffffff;
    background: #43ae90;
    border: none;
    font-weight: 500;
}

input[type="submit"]:hover{
    background: #49bd9d;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea[name="message"]:focus{
    -webkit-box-shadow: 0 0 1px rgba(67, 174, 144, .5);
    -moz-box-shadow: 0 0 1px rgba(67, 174, 144, .5);
    box-shadow: 0 0 1px rgba(67, 174, 144, .5);
}

.warning{    
    color: #E86258;
}

.seccess{
    color: #4BAF47;
    text-align: center;
}




/*************************************************************
 Footer
**************************************************************/
.site-footer{
    padding: 60px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;    
}





/*************************************************************
 Responsive styles Less-than-767px
**************************************************************/
@media screen and (max-width: 767px){ 
  

    /*Services-page*/
    .services-body{
        padding: 30px 0;
    }

    .services-body h3{
        font-size: 130%;
        font-weight: 500;
    }

    .work-time{
        padding: 20px 0;
    }

    .book-btn{
        padding-top: 20px;
    }

    .book-btn h2{
        font-size: 140%;
        margin-bottom: 20px;
    }  

    .site-footer{
        padding: 30px 0;
        font-size: 110%;    
    } 



    /*About-page*/
    .about .row{
        padding: 30px 0;
    }
    
    .about h2{     
        font-size: 190%;
        margin-bottom: 20px;
    }



    /*Contact-page*/
    .contact-form{
        padding-top: 30px;
    }
    .contact-form h3,
    .facebook{
        font-size: 130%;
    }

    .work-time{
        font-size: 110%;
    }

    input[type="text"],
    input[type="email"],
    textarea[name="message"],
    input[type="submit"]{
        font-size: 100%;
    }
}


@media screen and (max-width: 480px){

    /*Services-page*/
    .work-time{
        font-size: 83%;
    }

    .contact-form h3{
        font-size: 120%;
    }


}


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

@media screen and (min-width: 768px) and (max-width: 991px){
    .navbar-right {
        float: none !important;
    }

    .logo{        
        margin: 10px auto;
    }

    .nav > li > a {        
        margin-right: 15px;
    }
    
    
    /*Services-page*/
    .services-body{
        padding: 30px 0;
    }

    .work-time{
        padding: 30px 0;
        font-size: 115%;
    }

    .book-btn{
        padding-top: 30px;        
        text-align: left;
    }

    .book-btn h2{
        font-size: 160%;
    } 


    
}

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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    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: " "; /* 1 */
    display: table; /* 2 */
}

.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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}
