:root {
    --highlight: #FFB600;
    --background: #ffffff;
    --foreground: #000000;
}

body {
    background-color: var(--background);
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: var(--foreground);
}

.fab span {
    display: none;
}

i.material-icons, fab {
    max-width: 24px;
    max-height: 24px;
    overflow: hidden;
}

header address {
    position: fixed;
    background-color: var(--foreground);
    color: var(--background);
    height: 40px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    transition: height 0.35s;
    z-index: 1000;
}
header address[open] {
    height: 310px;
}
header address .expander {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
}
header address .expander i[open], header address[open] .expander i[close] {
    display: inline-block;
}
header address[open] .expander i[open], header address .expander i[close] {
    display: none;
}
header address a {
    color: var(--background);
}
header address > [name] {
    display: block;
    min-width: 160px;
    height: 25px;
    margin-top: 8px;
    text-decoration: none;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 20px;
}
header address > [name] {
    display: none;
}
header address[open] > [name], header address > [name=telephone], header address > [name=facebook], header address > [name=linkedin] {
    display: block;
}
header address > [name] [itemprop] {
    vertical-align: super;
    margin-left: 5px;
}
header address > a[name=facebook], header address > a[name=linkedin] {
    position: absolute;
    min-width: unset;
    width: 30px;
    font-size: 24px;
    left: 0;
    top: 0;
    margin-right: 0;
}
header address > a[name=facebook] {
    left: 30px;
}

header > nav {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    height: 100px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}
header > nav img, header nav a {
    display: inline-block;
    margin-top: 5px;
}
header > nav img {
    float: left;
    width: 260px;
    margin-left: calc(50% - 130px);
}
header > nav a {
    display: none;
    color: var(--foreground);
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 20px;
}
header > nav a {
    color: var(--foreground);
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    text-decoration: none;
}
header > nav a:hover span {
    border-bottom: 2px solid var(--highlight);
    color: var(--highlight);
}
header > nav a:before {
    content: '\f106';
    font-family: 'FontAwesome';
    transform: rotate(-45deg);
    display: inline-block;
    color: transparent;
    text-align: super;
    vertical-align: super;
    margin-right: 3px;
    position: relative;
    top: -3px;
}
header > nav a:hover:before {
    color: var(--highlight);
    text-decoration: none;
}

header address .expanded {
    display: none;
}
header address[open] .expanded {
    text-align: center;
    display: block;
}
header address[open] .expanded nav {
    margin-top: 40px;
}
header address[open] .expanded nav a {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: var(--background);
    font-weight: bold;
    font-size: 18px;
}

header address[open] .expanded nav a[itemprop=areaServed] {
    white-space: normal;
    border-top: 1px solid #ffffff33;
    padding-top: 15px;
    font-size: 95%;
}

footer {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-size: 20px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    border-bottom: 2px solid var(--highlight);
}

aside.gallery {
    width: 100%;
    height: 60vw;
    max-height: 600px;
    max-width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    position:relative;
    left:50%;
    transform:translateX(-50%);
}
aside.gallery strong {
    display: inline-block;
    width: 100%;
    height: 1.5em;
    padding-top: calc(100% - 1.5em);
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    text-align: center;
    transition: margin-left 1s;
    color: var(--background);
    cursor: default;
}

main, section {
    width: 100%;
    max-width: 1000px;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    z-index: 0;
}

main > section {
    display: block;
    margin-top: 50px;
}

main > section > section {
    display: inline-block;
    margin-top: 30px;
    position: unset;
    left: unset;
    transform: unset;
}

main > section > section > section {
    display: inline-block;
    width: 100%;
    min-width: 480px;
    position: unset;
    left: unset;
    transform: unset;
}

h1, h2, h3, h4, h5, h6, .content {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);    
}

.testimonial {
    color: #666666;
    font-size: 80%;
    line-height: 120%;    
}
.testimonial > span {
    display: block;
    text-align: justify;
    font-style: italic;
    margin-bottom: 5px;
}
.testimonial > cite {
    display: block;
    font-weight: bold;
    text-align: right;
    padding-right: 50px;
    position: relative;
}
.testimonial > span:before {
    content: '\275D';
    float: left;
    font-size: 50px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-top: 15px;
}
.testimonial > cite:after {
    content: '\275E';
    font-size: 50px;
    float: right;
    position: absolute;
    right: 8px;
    bottom: -2px;
}

@media (min-width: 800px) { 
    header address {
        text-align: left;
    }
    header address[open] {
        text-align: left;
    }
    header address .expanded {
        text-align: center;
    }
    header address > [name] {
        display: inline-block;
    }
    header > nav a {
        display: inline-block;
    }
    header > nav img {
        margin-left: 10px;
    }
    header address > a[name=facebook], header address > a[name=linkedin] {
        font-size: 24px;
        left: unset;
        right: 10px;
    }
    header address > a[name=facebook] {
        left: unset;
        right: 50px;
    }
    header address .expander {
        display: none;
    }
    header address[open] .expander {
        display: inline-block;
        top: unset;
        bottom: 10px;
    }
    header address[open] {
        height: 250px;
    }
    header address[open] .expander {
        display: block;
    }
    header address[open] > [name] {
        display: inline-block;
    }
    header address .expanded nav a:not([itemscope]) {
        display: inline-block;
        margin: 20px;
    }
    .half {
        float: left;
        width: 49%;
        height: 300px;
    }
    .half:last-of-type:after {
        content: ' ';
        display: block;
        clear: both;
    }
    .half > h4 > span > span {
        display: none;
    } 
    
    
}


@media (min-width: 1000px) { 
    header address {
        text-align: center;
    }
    header address[open] {
        text-align: center;
    }
    header address .expanded {
        text-align: center;
    }
}