
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

html,body {
    background-color: #83B5BB; /* #ECEFF5; */
    background-image: url('bg/bg.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: contain;
    color: #052E42;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.96px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Bitter', serif;
}

h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    font-family: 'Bitter', serif;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    font-family: 'Bitter', serif;
    text-transform: uppercase;
    margin: 10px 0;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: 'Bitter', serif;
    text-transform: uppercase;
    margin: 10px 0;
}

li .fa-check {
    font-size: 0.7em;
    margin-right: 10px;
}

.header-icon {
    width: 154px;
    font-size: 48px;
    display: inline-block;
    text-align: center;
    color: #1F6386;
    vertical-align: text-top;
}

.header-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 20px;
    font-family: 'Bitter', serif;
    text-transform: uppercase;
}

.header-area {
    display: inline-block;
    width: 800px;
    vertical-align: text-top;
}

.subheader-text {
    color: #647087;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
}

.subheader-text p {
    font-size: 14px;
    line-height: 22px;
}

#content {
    width: 100%;
}

#top-area {
    text-align: center;
    border-bottom: none;
}

#top-logo {
    background: #052E42;
    width: 512px;
    height: 284px;
    background: url('logo.png') center center no-repeat;
    background-size: contain;
    
    box-shadow: 1px 1px 5px;
    display: inline-block;
}

#top-stock {
    height: 60px;
}

#why {
    background: white;
}

.talking-point {
    margin: 40px 0;
}

.icf-text {
    text-align: center;
}
.icf-text a {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 18px;
    height: 74px;
}


.communication-methods {
    margin-top: 20px;
}

.communication-header {
    font-size: 22px;
    margin: 15px 8px;
}

.communication {
    height: 25px;
    padding: 8px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

a {
    /*color: #052E42;*/
    color: #174963;
    border-radius: 2px;
    text-decoration: none;
}

a:hover {
    color: #3575D3;
    text-decoration: none;
}

a .no-select {
    margin-right: 15px;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


section {
    background-color: rgba(255,255,255,0.7);
    border-bottom: 1px solid #D1D8E3;    
    margin: 0 auto;
    width: 1024px;
    padding: 15px;
}

.options {
    text-align: center;
}

button {
    margin: 10px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 10px;
    color: #444;
}

button.selected {
    background-color: #052E42;
    border: 1px solid #91D2D8;
    border-radius: 10px;
    color: #91D2D8;
}

.pool-display {
    text-align: center;
    height: 400px;
    transition: opacity .35s ease-in-out;
    opacity: 0;
}

.pool-area {
    position: relative;
    display: inline-block;
    width: 800px;
    height: 400px;
    vertical-align: middle;
    text-align: center;
}

.pool {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('pool\ icon.png') no-repeat center center;
    background-size: contain;
    
    transition: width 0.5s;
}

.custom-pool-display {
    text-align: center;
    height: 520px;
    transition: opacity .35s ease-in-out;
    opacity: 0;
}

.custom-pool-area {
    margin-top: 15px;
    position: relative;
    display: inline-block;
    width: 1000px;
    height: 560px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 1px 1px 5px black;
}

.custom-pool {
    display: hidden;
    width: 100%;
    height: 100%;
    background: url('custom-pool.jpg') no-repeat center center;
    background-size: cover;
}


.configurable {
    display: none;
}

.configurable.selected {
    display: block;
}

.configurable.inline.selected {
    display: inline-block;
}

.size {
    vertical-align: middle;
    font-size: 32px;
}

.note {
    padding: 10px 15px;
    background: #f5deb3;
    border: 1px solid #b3a07c;
    border-radius: 2px;
    margin: 25px;
    line-height: 20px;
    font-size: 14px;
}

#examples {
    padding-bottom: 40px;
}

.thumbs {
    display: inline-block;
    width: 218px;
    vertical-align: text-top;
}

.showcase {
    display: inline-block;
    width: 770px;
    height: 697px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1F6386;
    background-size: contain;
    box-shadow: 1px 1px 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.thumbs img {
    display: block;
    border: 4px solid white;
    margin: 5px;
    border-radius: 2px;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.thumbs img:hover {
    border: 4px solid #3575D3;
}

.thumbs img.selected {
    border: 4px solid #1F6386;
}

#suppliers {
    background: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#suppliers img {
    width: 235px;
    padding: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#suppliers a {
    box-shadow: 1px 1px 5px #666;
    border-radius: 3px;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    width: 235px;
    height: 226px;
    position: relative;
}

#suppliers a:hover {
    box-shadow: 1px 1px 15px #3575D3;
}

.pentairlogo {
    background-color: #fff;
}

.foxblockslogo {
    background-color: #373737;
}

.poolboyzlogo {
    background-color: #052E42;
}

.looploclogo {
    background-color: #fff;
}

.coverstarlogo {
    background-color: #E5E5E6;
}

#servicing {
    background-color: whitesmoke;
    padding-top: 40px;
    padding-bottom: 30px;
}

#servicing a {
    font-weight: bold;
}

.fa-canadian-maple-leaf {
    color: #834;
}

.service-preamble {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 38px 18px 18px 18px;
}

.service-areas {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    margin: 18px;
    letter-spacing: 0.1px;
    font-weight: bold;
}

#contact {
    background: #052E42;
    color: #8FCED5;
    margin-bottom: 40px;
    border-bottom: none;
    background-image: url('logo.png');
    background-position: top right;
    background-repeat: no-repeat;
}

#contact a {
    color: #8FCED5;
    font-weight: 500;
    border-bottom: 1px solid #8fced556;
    width: 250px;
    margin-bottom: 5px;
    height: 40px;
}

#contact a:hover {
    color: #3575D3;
    text-decoration: none;
}

.copyright {
    font-size: 14px;
    margin-top: 120px;
    text-align: center;
}

.attribution {
    font-size: 12px;
    margin-top: 20px;
    opacity: 0.4;
    text-align: center;
}


/* TODO: 
print css 
favicon
*/
