﻿/*            BASIC PAGE SETUP & FONTS                */
/* -------------------------------------------------- */
body {
    color: #000000;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    }

body, html {
    height: 100%;
    }

/* --- / FONTS / --- */
@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'), url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'Arial-Black';
    src: url('../fonts/Arial-Black.woff2') format('woff2'), url('../fonts/Arial-Black.woff') format('woff');
    font-weight: 900; font-style: normal; font-display: swap; }

/* --- / HEADER / --- */
#logo { padding: 5px 0px;}
header { background: #ffffff }

/* -- / NAVIGATION / -- */
#menu {
    width: 100%;
    min-height: 30px;   
    border-color: 0px;     
    background-color: transparent;
    background-image: none;
    }
#menu .nav > li { padding: 1px 0px; margin: 1px 0px; }
#menu .nav > li > a {
    color: #000000;
    padding: 30px 15px 10px 15px;
    font-size: 14px;    
    background-color: transparent;
    }
#menu .nav > li > a:hover { color: #ce549c;}
#menu .nav > li.active > a,
#menu .nav > li.active > a:hover,
#menu .nav > li.active > a:focus {
    color: #ce549c;
    }
.navbar { margin-bottom: 0px;}
.navbar .navbar-nav {
    float: none;
    display: inline-block; 
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.navbar .navbar-collapse { text-align: right; }

.navbar-toggle {
    padding: 5px 10px;
    margin-top: 20px;
    border-color: #ffffff;
    background-color: #ce549c;
    }

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #ce549c;
    }

@media screen and (max-width: 640px) { 
    #menu .nav > li > a { text-align: right; }
    }
@media screen and (max-width: 480px) { 
    .navbar-toggle { margin-top: 10px; }
    }

/* --- / CONTENT / --- */
.container { max-width: 1200px; margin-top: 80px; margin-bottom: 0px; }
header .container, .banner .container { margin-top: 0px;}

.banner { min-height: 400px; background-color: #1f61a6; position: relative; background-image: url(../images/AckerMed-banner-home.jpg); background-size:cover; background-position:right center}
.banner_home { background-color: #1f61a6; position: relative; }

.section_pink .container { margin-top: 0px; }

footer {
    padding: 30px 30px 90px 30px;
    margin: 90px 0px 0px 0px;
    background-image: url(../images/AckerMed-footer-bg.jpg);
    }

footer .container  { padding: 0px; }
.credits { background-color: #ce549c; padding: 5px}

.google-maps {
    position: relative;
    padding-bottom: 0%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    min-height: 250px;
    margin: 0px;
    width: 100%;
    margin: 5px 0px;
    border: 2px solid #ffffff;
    }

/* --- / COLOUR BLOCKS & SECTIONS / --- */
.section_pink {
    margin: 0px;
    padding: 20px;
    background-color: #ce549c;
    }

/* --- / HEADINGS / --- */
h1 {
    color: #1f61a6;
    margin: 5px 0px 15px 0px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Arial-Black', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    }
    .banner h1 { 
        color: #ce549c;
        margin: 5px 0px 15px 0px;
        padding: 100px 0px 0px 0px;
        font-size: 60px;
        text-align: left;
        line-height: 60px;
        font-weight: bold;
        font-family: 'Arial-Black', Arial, Helvetica, sans-serif;        
        text-transform: uppercase;
        letter-spacing: 3px;
        }
h2 { 
    color: #ffffff;
    margin: 5px;
    font-size: 40px;
    font-family: 'Arial-Black', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
h3 { 
    color: #ce549c;
    margin: 5px;
    font-size: 36px;
    text-align: center;
    font-family: 'Arial-Black', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;    
    text-transform: uppercase;
    }
h4 {
    width: 100%;
    color: #ffffff;
    margin: 5px 0px 10px 0px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-family: 'Arial-Black', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
footer h4 { text-align: left;}

h5 {
    width: 100%;
    color: #ce549c;
    margin: 25px 0px 10px 0px;
    padding: 0px;
    font-size: 18px;
    text-align: right;
    line-height: 20px;
    font-family: 'Arial-Black', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
h6 {
    color: #ce549c;
    margin: 10px 0px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    }


/* --- / PARAGRAPHS / --- */
p {
    color: #000000;
    margin: 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 16px;
    text-align: center;
    line-height: 24px; 
    letter-spacing: 1px;          
    }
    .banner p { color: #ffffff; text-align: left; }
    .doctors p { color: #ffffff; margin: 0px; padding: 0px 10px ; font-size: 12px; line-height: 18px;  font-weight: bold; text-transform: uppercase;}
    p.service { text-align: left;}
    p.serviceimg { margin: 5px 0px; text-align: left;}

.blocks p { text-align: center; padding: 0px 5px; }
p.logo { text-align: left; margin: 5px 0px; }

footer p {
    color: #ffffff;
    margin: 0px;
    padding: 5px 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    }

p.credits {
    color: #ffffff;
    margin: 10px auto;
    padding: 0px;
    hyphens: auto;
    font-size: 10px;
    max-width: 1200px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    }

ul.service {
    color: #000000;
    margin: 0px;
    padding: 0px 30px 0px 10px;
    hyphens: auto;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 1px;
    }
ul.service li {
    padding: 1px 5px 5px 5px;
    margin: 1px 5px 5px 25px;
    }

hr {
    width: 100px;
    border: 0;
    height: 0;
    margin: 10px auto 25px auto;
    border-bottom: 2px solid #1f61a6; 
    }
hr.full {
    width: 100%;
    border: 0px;
    height: 0px;
    margin: 10px 10px 30px 10px;
    border-bottom: 2px dotted #ce549c
}

/* --- / IMAGES / --- */
img {
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    }
.image, .doctors { position: relative; }
.doctors { margin-bottom: 25px;}           
.image img, .doctors img { width: 100%; height: 100%; border-radius: 10px 10px 0px 0px; }
.image figcaption { width: 100%; top: 30%;  bottom: 50%; position: absolute;  }
.doctors figcaption { width: 100%; bottom: 0%; position: absolute;background: rgba(30, 96, 165, 0.7); padding: 10px 0px 0px 0px}
.corners { border-radius: 10px; margin-bottom: 10px; }

button { 
    width: auto;
    color: #000000;
    border: 0px;
    padding: 5px 15px 10px 15px;
    font-size: 16px;
    border-radius: 10px;
    letter-spacing: 1px;
    background-color: #ffffff;
    }
    button:hover { color: #ffffff; background-color: #000000}

/* --- / COLOURS / --- */
.clr1 { color: #ce549c; } /* pink */
.clr2 { color: #1f61a6; } /* blue */
.clr3 { color: #000000; } /* black */
.clr4 { color: #ffffff; } /* white */

/* --- / LINKS / --- */
a { color: #000000; text-decoration: none;}
a:hover { color: #ce549c; text-decoration: none; }
.credits a, .credits a:hover { color: #ffffff; }
button a:hover { color: #ffffff; }
footer a { color: #ffffff; }


/* --- / RESPONSIVE / --- */
@media screen and (max-width: 991px) {
    .container { margin-top: 30px; }
    }

@media screen and (max-width: 768px) {
    .container { max-width: 96% }
    .banner h1 { 
        margin: 5px 0px 15px 0px;
        padding: 50px 0px 0px 0px;
        font-size: 40px;
        text-align: left;
        line-height: 40px;
        }
    .banner { min-height: 300px; background-image: url(../images/AckerMed-banner-home.jpg); background-size:cover; background-position:right center}
    h2 { font-size: 30px; }
    h3 { font-size: 30px; }
    h5 { text-align: left;}
    footer h4 { margin-top: 40px;}
    hr.full {
        width: 95%;
        border: 0px;
        height: 0px;
        margin: 10px auto 30px auto;
        border-bottom: 2px dotted #ce549c
    }
    }