@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300|Lato:300,600,800);

/*  page layout */
html {
    line-height: 1.5em;
    position: relative;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}
body {
    margin-bottom: 360px;
    background: #fff;
    overflow-x: hidden;
}

.footer-phone {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.responsive-image{ max-width: 100%; }
.thisTownMap iframe {
    margin-top: 2rem;
    width: 100%;
    height: 350px;
}
.thisTownMap {
    padding: 15px 0;
}

.subHeading {
    font-size: 2rem;
    margin: 2rem;
}







.page-404 .entry {
    text-align: center;
    padding: 40px 0 80px 0;
}

.page-404 .entry h2 {
    font-size: 100px;
    color: #666666;
    font-weight: 700;
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    border: 10px solid #999999;
    color: #999999;
    border-radius: 50%;
    margin: 0 auto 60px auto;
}


ul.areaLinksList {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
    position: relative;
    columns: 2;
}
ul.areaLinksList li {
    padding: 8px;
    background-color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    border-radius: 6px;
}
ul.areaLinksList li a {
    color: #000;
    display: block;
}

.areaLinks {
    text-align: center;
    padding: 30px;
    background: #06f;
    margin-top: 4rem;
    padding-bottom: 70px;
    word-wrap: break-word;
    color: #fff;
}

span.areaLnk {
    margin: 5px;
}

span.areaLnk a {
    color: #fff;
}


.centered {
  text-align: center;
  padding: 60px 0;
}
.top-panel {
    position: relative;
    text-align: center;
    background: #03384c14;
    margin-bottom: 2rem;
}

.contact-form-area {

}

.phoneLead {
    font-size: 25px;
    letter-spacing: -1px;
}

.dark-right {
    padding: 40px;
    /*background-color: #0000000a;*/
    border-top-left-radius: 60px;
}
.dark-left {
    /*background-color: #00000018;    */
    padding: 40px;
    color: #444;
    border-top-right-radius: 60px;    
}
.dark-left h1{
    font-family: 'Lato', sans-serif;
    font-size: 40px; 
    font-weight: 800;  
}
h1 {
    font-size: clamp(5rem,3rem,3rem);
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    background: #06f;
    margin-top: -20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -2px;
    font-weight: 800;
}
h2.headed-frm, h3.headed-frm {
    font-family: 'Lato', sans-serif;
    font-size: clamp(3rem,2rem,2rem);
    font-weight: 800;
}
p {
    margin: 20px 0;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #00255b;
    height: 372px;
    padding: 60px;
}


.footer-container {
    max-width: 1000px;
}


@media (min-width: 1401px){
    .container{
        width: 1400px;
    }


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .logo{ max-width: 100%;}
    h1.carousel-h1{ font-size: 36px;}
    #footer:before{display: none;}
    #footer{
        position: relative;
        height: inherit;
    }   
    .itemTop{
        background-position: 50% 50%;
    }
    .top-panel-header{
         color: #000;
    }
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }   
}


@media (max-width: 1024px){

    .dark-left, .dark-right {
        min-height: initial;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

}
/* Smartphones  ----------- */
@media (max-width: 768px){
    .top-panel-header{
         color: #000;
    }
    .mid-panel{
        text-align: center;
    }
    .logo{ 
        max-width: 100%;
        padding: 20px;
    }
    body{
        margin-bottom: 0;
    }
    #footer{
        position: relative;
        height: inherit;
    }
    .footer_text{
        padding: 0;
    }
    #footer:before{display: none;}
    #pageDetail:before{display: none;}  

    .carousel-caption {
         padding-bottom: inherit; 
         background: none; 
         padding: inherit; 
    }
    .phone{ font-size: 17px;    }
    .itemTop{
        background-position: 50% 50%;
    }   
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }    
}
