@font-face {font-family: "Eurostile";
  src: url("../fonts/5098d1902a65c7826b06461df866c7f9.eot"); /* IE9*/
  src: url("../fonts/5098d1902a65c7826b06461df866c7f9.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/5098d1902a65c7826b06461df866c7f9.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/5098d1902a65c7826b06461df866c7f9.woff") format("woff"), /* chrome、firefox */
  url("../fonts/5098d1902a65c7826b06461df866c7f9.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/5098d1902a65c7826b06461df866c7f9.svg#Eurostile") format("svg"); /* iOS 4.1- */
}

/*
Light Blue: #00ADEF
Purple: #2E3192
Blue: #0064B2;
*/

body * {
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Eurostile", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
    font-weight: bold;
}

h2 {
    font-size: 2.3rem;
    font-weight: bold;
}

h3 {
    font-size: 1.6rem;
    font-weight: bold;
}

h3.holding {
    text-align: center;
}

button, input[type=submit], input[type=button] {
    font-family: "Eurostile", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-radius: 0px;
    background-color: #00ADEF;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
    background-color: #0064B2;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], 
[type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], 
[type=week], textarea {
    border-radius: 0px;
    box-shadow: none;    
}

select, textarea {
    border-radius: 0;
}

/*** LAYOUT ***/

/*** CONTENT ***/

.topbar {
    font-family: "Eurostile", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-color :#0064B2;
    color: #FFF;
    font-size: 1.1rem;
    border-bottom: 4px solid #00ADEF;
    padding: 0.5rem 0;
}

    .topbar-right {
        text-align: right;
        color: #D9D9D9;
    }

    .topbar a {
        font-weight: bold;
        color: #FFF;
        font-size: 1.3rem;
    }

    .topbar button {
        color: #FFFFFF;
        width: 30px;
        height: 100%;
        background: none;   
        cursor: pointer; 
        margin-top: 3px;    
    }

    .topbar button::before { content:'\2630'; font-size: 30px; }

.header {
    background: url(/images/water-kitchen-black-design.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

    .header img {
        margin-bottom: 1rem;
    }

    .header p {
        font-family: "Eurostile", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 1.4rem;
        line-height: 1.8rem;
        text-align: left;        
    }

    .header p.intro {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 2.2rem;
    }

    .header p.logos { text-align: center; }

    .header p.logos img {
        max-height: 90px;
        margin: 0 1rem;
    }

.services {    
    margin-top: 1rem;
}

.services img {
    margin-bottom: 1rem;    
    padding: 1rem;
    border: 1px solid #D9D9D9;
}

.services h2 {
    color: #0064B2;
}
.services h3 {
    color: #00ADEF;
}

.services li {
    list-style-type: none;
    padding-left: 0;
}

    .services li::before {
        content: "\27A4";
        margin: 0 10px 0 -20px;
        color: #999;
    }

.why {
    background-color: #0064B2;
    color: #FFF;
    padding-top: 1rem;
    border-bottom: 8px solid #00477F;
}

.contact {
    background: #D9D9D9;
    padding-top: 1rem;
    border-top: 4px solid #999;
}

    .contact h2 {
        text-align: center;
    }

.footer {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem;
}

    .footer img.logo {
        max-width: 300px;
        width: 100%;
    }

.sticky-back {
    width: 40px;
    height: 40px;
    background: #00ADEF;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 999;
    cursor: pointer;
}

    .sticky-back a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #FFF;
    }

    .sticky-back a::before {
        content: '\2303';
        font-size: 36px;
        font-weight: bold;
    }

@media screen and (max-width: 39.9375em) {
    h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 0;
    }

    h3 {
        font-size: 1.4rem;
    }

    .header p {
        text-align: center;
    }

}