    /* <!-- */


    /* General styles */

    body {
        font-family: lato, arial, sans-serif;
        margin: 0;
        border: 0;
        /* This removes the border around the viewport in old versions of IE */
        width: 100%;
        background: url(images/background.png) repeat-y center 600px;
        background-size: 100%;
        font-size: 90%;
        line-height: 25px;
        color: #444;
    }
    #logo {
        text-align: center;
        margin: 200px 0 0 0;
    }
    #logo img {
        border: none;
        border-radius: 0;
    }

    /* --------------------------------------------------------------
    general link formatting
    ----------------------------------------------------------------*/

    a:link, a:visited {
        color: black;
    }
    a:hover {
        color: white;
        text-decoration: none;
    }
    a.selected {
        color: hotpink;
    }

a:visited{
    color: hotpink;
}
a:hover{
    color: hotpink;
}
    #navcontainer {
        position: fixed;
        top: 0;
        padding: 10px 0;
        width: 100%;
        font-size: 130%;
        text-align: center;
        background: hotpink;
        color: #fff;
        z-index: 200;
    }
    #navcontainer a {
        text-decoration: none;
        color: #fff;
        padding: 0 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
    #navcontainer a:hover {
        color: #efefef;
    }
    #links a:hover {
        color: hotpink;
    }

.faq_click {
    
}
    /* --------------------------------------------------------------
    image formatting
    ----------------------------------------------------------------*/

    .image_1 img {
        float: left;
        margin: 10px 0 0 0;
        
        border-radius: 50%;
    }
    .image_2_interior img {
        float: right;
        margin: 10px 0 0 0;
       
        border-radius: 50%;
    }
    .image_exterior img {
        float: left;
        margin: 10px 0 0 0;
        
        border-radius: 50%;
    }
    #image_patti_hands {
        margin: 30px auto;
        max-width: 500px;
    }

 #image_patti_hands img{
        width: 100%;
     height: auto;
    }

    #image_patti_scooter{
        float: left;
    }

    #contact img {
        margin-top: 10px;
    }

    img.border {
        border: 5px solid hotpink;
    }

    img.image-left {
        float: left;
        margin: 0 40px 20px 0;
    }
    img.image-right {
        float: right;
        margin: 0 0 20px 40px;
    }

    /* --------------------------------------------------------------
    general formatting
    ----------------------------------------------------------------*/



    .module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; /*row | row-reverse | column | column-reverse;*/
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; /*nowrap | wrap | wrap-reverse;*/
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; /*flex-start | flex-end | center | space-between | space-around;*/
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; /*flex-start | flex-end | center | baseline | stretch;*/
        margin: 0 0 20px 0;
    }

    .module .image {
        width: 40%;

    }

    .module:nth-child(2) .image {
        order: 2;
    }

    .module .image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 50%;
    }

    .module .text {
        width: 50%;

    }

    .module .text p {
        font-size: 18px;
        line-height: 30px;

    }

    #image_1_p {
        margin: .4em 0 .8em 0;
        padding: 140px 30px 0 492px;
    }
    #image_2_p {
        padding: 270px 470px 0 0;
    }
    #image_exterior_p {
        padding: 350px 0 0 490px;
    }
    h1 {
        text-align: center;
        color: white;
        background: hotpink;
            font-size: 410%;
        padding: 40px 0;
        max-height: 100%;
    }
    #top_page {
        text-align: center;
    }
    h2 {}
    h3 {
        margin: 2em 0 .2em 0;
        padding: 0 0 30px 0;
    }
    h4 {
        font-size: 150%;
        text-align: center;
        /*    margin-top: 250px*/
    }
    #about, #FAQ, #contact, #top_page {
        padding-top: 40px;
        width: 90%;
        margin: 0 auto;
        
    }


    .appointment {
        background-color: hotpink;
        font-size: 180%;
        padding: 30px 0;
        text-align: center;
        width: 100%;
        margin: 40px 0;
    }

    .appointment a {
        color: hotpink;
        text-decoration: none;
        padding: 8px 30px;
        border-radius: 20px;
        display: block;
        width: 350px;
        margin: 15px auto 0 auto;
        background: #fff;
        text-transform: uppercase;
        font-size: 20px;
        border: solid 2px transparent;
    }

    .appointment a:hover {
        color: #fff;
        background: hotpink;
        border: solid 2px #fff;
    }

    #contact {
        text-align: center
    }
    #patti_doyle_title {
        font-size: 200%;
        margin: -23px 0 -46px 0;
    }
    p {
        margin: .4em 0 .8em 0;
        padding: 0;
        /*        max-width: 950x;*/
    }

    #hours{
        font-size: 130%;
        padding: 0 0 0 0;
}
   

    /* Header styles */

    #header {
        width: 100%;
        height: 99vh;
    }
    #header p, #header h1, #header h2 {
        padding: .4em 15px 0 15px;
        margin: 0;
    }
    #header ul {
        clear: left;
        float: left;
        width: 100%;
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }
    #header ul li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #header ul li a {
        display: block;
        float: left;
        margin: 0 0 0 1px;
        padding: 3px 10px;
        text-align: center;
        background: #eee;
        color: #000;
        text-decoration: none;
        position: relative;
        left: 15px;
        line-height: 1.3em;
    }
    #header ul li a:hover {
        background: #369;
        color: #fff;
    }
    #header ul li a.active, #header ul li a.active:hover {
        color: #fff;
        background: #000;
        font-weight: bold;
    }
    #header ul li a span {
        display: block;
    }

    /* 'widths' sub menu */

    #layoutdims {
        clear: both;
        background: #eee;
        border-top: 4px solid #000;
        margin: 0;
        padding: 6px 15px !important;
        text-align: right;
    }

    /* column container */

    .colmaskwwwww {
        /*position:relative;*/
        /* This fixes the IE7 overflow hidden bug */
        clear: both;
        float: left;
        width: 100%;
        /* width of whole page */
        overflow: hidden;
        /* This chops off any overhanging divs */
    }

    /* Full page settings */

    .fullpage {
        max-width: 80%;
        margin: auto;
    }
    .fullpage .col1 {
        width: 96%;
        /* page width minus left and right padding */

        /* page left padding */
    }
    .google-maps {
        position: relative;
        padding-bottom: 30%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
        margin: 40px 0;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    /*    padding: 30px 0;*/

    }

    /* --------------------------------------------------------------
    footer content formatting
    ----------------------------------------------------------------*/

    .footer {
        background: hotpink;
        text-align: center;
        clear: both;
        float: left;
        width: 100%;
        border-top: 1px solid #000;
    }
    .footer p {
        padding: 10px;
        margin: 0;
    }

 /* --------------------------------------------------------------
    media screen formatting
    ----------------------------------------------------------------*/

    @media screen and (max-width: 800px) {
        
        
        
    h1 {
      
        font-size: 30px;
        margin-top: 90px;
    }


    .module {
        display: block; 
        margin: 0 0 50px 0;
    }

    .module .image {
        width: 100%;
        margin: 0 auto 25px auto;
        max-width: 300px;
    }


    .module .text {
        width: 100%;
        text-align: center;

    }    

    } /* closes 800px */


    @media screen and (max-width: 600px) {
        
         #navcontainer a {
        text-decoration: none;
        color: #fff;
        padding: 0 15px;
        font-size: 15px;
        text-transform: uppercase;
             display: block;
    
    }
        
.marker
        {display: none;}

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

.appointment a {
     
        
        width: 80%;
        font-size: 12px;
    padding-right: 0;
    padding-left: 0;   
    }

         #about, #FAQ, #contact, #top_page {
        padding-top: 80px;
        width: 90%;
        margin: 0 auto;    
    }
        .img appointment{
            padding: 140px 0 0 0;
        }  
/*
        #h3{
            margin-top: 400px;
        }
*/

        #logo img {
        border: none;
        border-radius: 0;
            margin-top: 140px;
            padding: 0;
    }
        
} /* closes 600px */

@media screen and (max-width: 350px) {
    h1 {
        font-size: 18px;
    }
    
    .contact.img{
        max-height: 50%;
        max-width: 50%;
        padding-top: 30px;
    }
}


