h1,
h2,
h3,
h4,
h5,
h6 {
    color: #009999;
}

body {
    background: url(/img/pw_pattern.png) repeat 0 0;
    font-family: 'Nunito', cursive;
}


/*Header*/

.header-title {
    margin: 0 auto;
    text-align: center;
    font-size: 6em;
    color: #00DDDD;
    padding: 0 0 30px 0;
    cursor: default;
}

.header-title-text {
    font-weight: 700;
    cursor: pointer;
}

.header-subtitle {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
}

.header-phone {
    margin: 25px auto;
    text-align: center;
    font-size: 1.5em;
}


/*Index Content*/

.site-links {
    list-style-type: none;
    padding-left: 0px;
}

.site-links li {
    margin: 20px 0 0 0;
    font-size: 2em;
    color: #00DDDD;
}

.site-link li a {
    min-height: 34px;
    color: #00DDDD;
}

.site-link:link,
.site-link:visited {
    color: #00CCCC;
    text-decoration: none;
}

.site-link:hover {
    color: #008888;
}

.back {
    text-decoration: none;
}

.back:link,
.back:visited {
    color: #044;
    font-size: 1.5em;
}

.back:hover {
    color: #088;
    text-decoration: none;
}

.psList {
    padding-left: 0px;
    list-style-type: none;
}

.psItemTitle {
    color: #333;
    font-size: 14px;
}

.psItemSubtitle {
    color: #333;
}