/*
 * Dark purple: #7B1FA2
 * Light purple: #9C27B0
 * Accent blue: #536DFE
 * 
 * Dark grey: #212121;
 * Med grey: #757575;
 * Light grey: #BDBDBD;
 * 
    font-family: 'Quattrocento', serif;
    font-family: 'Quattrocento Sans', sans-serif;
 * 
 * 
 * */
* {
    margin: 0px; 
    padding: 0px;
    transition: 0.2s;
}
html, body {height: 100%;}
body {
    font-family: 'Quattrocento Sans', serif;
    font-size: 120%;
    color: #212121;
    background: #f7f7f7;
}
a {
    color: #808080;
    /*text-decoration: none;*/
}
a:hover {color: #7B1FA2;}
td {padding: 5px;}
h1, h2, h3, h4 {
    font-family: 'Quattrocento', sans-serif;
    /*font-weight: normal;*/
}
h1, h2 {
    color: #7B1FA2;
}
h1 {
    padding: 0px 0px 30px;
    font-size: 175%;
}
h1 .header-part-two {
    color: #212121;
    font-size: 70%;
    font-style: italic;
}
h2 {
    padding: 10px 0px;
    font-size: 150%;
}
h3, h4 {
    padding: 20px 0px;
}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
hr {
    clear: both;
    margin: 30px auto;
    width: 80%;
    height: 0px;
    border: none;
    border-bottom: 1px solid #BDBDBD;
}
iframe {
    width: 100%;
    height: 100%;
}
img {
    border: none;
    max-width: 100%;
}
img.float {
    max-width: 40%;
    margin: 10px;
    border-top: 5px solid #7B1FA2;
    border-bottom: 5px solid #7B1FA2;
}
li {
    padding-bottom: 10px;
    margin-left: 50px;
}
input, select, textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px;
    font-family: inherit;
    font-size: 90%;
    background: #fafafa;
    border: 1px solid #BDBDBD;
    /*border: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input[type=submit] {
    width: auto;
    border: none;
}
input:focus, select:focus, textarea:focus {
    background: #fff;
    border: 1px solid #9C27B0;
    box-shadow: 0 0 10px #EFE1F3;
}

input[type=submit]:focus {border: none;}
.input-error {
    background: #ffd7d7;
    border: 1px solid red;
}
p {padding: 10px 0;}
textarea {
    height: 150px;
    font-size: 80%;
}

.full-display {display: block;}
.mobile-display {display: none;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.l-float {float: left;}
.r-float {float: right;}
.clear {clear: both;}
.rel {position: relative;}
.spacer {padding-top: 30px;}
.spacer-bottom {padding-bottom: 30px;}
.spacer-around {padding: 30px;}
.indent {margin-left: 50px;}
.x-large {font-size: 120%;}
.large {font-size: 110%;}
.small {font-size: 90%;}
.x-small {font-size: 80%;}
.italic {font-style: italic;}
.overflow {overflow: visible;}
.link {cursor: pointer;}
.no-wrap {white-space: nowrap;}
.no-pointer {cursor: default;}
.no-border {border: none;}
.flex {display: flex;}
.flex.equal, .flex-persist {flex-direction: row;}
.flex.equal div, .flex-persist div {flex: 1;}
.landscape {display: block;}
.portrait {display: none;}
.label {
    color: #757575;
}
img.icon {
   height: 100px; 
}
.content-section {
    clear: both;
    padding: 150px 0;
}
.content-section-image {padding: 0;}
.content {
    position: relative;
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.content-narrow {
    max-width: 1000px;
}
.content-x-narrow {
    max-width: 800px;
}
.content-xx-narrow {
    max-width: 800px;
}
.dark-overlay {
    padding: 50px 0;
    background: url(images/black-trans.png);
    color: #f7f7f7;
    border-top: 5px solid #7B1FA2;
    border-bottom: 5px solid #7B1FA2;
    font-family: 'Quattrocento Sans', sans-serif;
    text-align: center;
}
.dark-overlay h2 {color: inherit; font-family: 'Quattrocento Sans', sans-serif;}
.button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #7B1FA2;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 90%;
}
.button:hover, input[type=submit]:focus {
    background: #536DFE;
    color: #fff;
}
.border-top {border-top: 5px solid #7B1FA2;}
.accordion {
    padding: 0 20px;
    /*border: 1px solid #b8b8b8;*/
    /*border-top: none;*/
}
.accordion-indent > * {padding-left: 30px;}
/*.accordion:nth-child(1) {border-top: 1px solid #b8b8b8;}*/
.accordion h3 {position: relative; cursor: pointer;}
.accordion h3:hover {color: #7B1FA2;}
.accordion-arrow {
    content: " ";
    margin-bottom: 7px;
    margin-right: 15px;
    border: solid #2D282A;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.accordion-arrow-close {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
.expand-accordion-container {
    overflow: hidden;
    transition: .5s;
}
.expand-accordion {padding: 0 0 30px 30px;}
.video-div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video-div iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#container {
    height: 100%;
}
#nav {
    position: fixed;
    width: 100%;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    background: #fff;
    color: #757575;
    box-shadow: 0px -2px 10px #000;
    z-index: 1;
}
#nav a, #expand-menu  {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    color: #757575;
}
body.home #nav a.home, body.about #nav a.about, body.services #nav a.services, body.resources #nav a.resources, body.xero #nav a.xero, body.contact #nav a.contact {
    color: #7B1FA2;
    font-weight: bold;
}
#nav a:hover, #expand-menu:hover {color: #212121;}
#nav .menu-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0;
    background-color: #7B1FA2;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.15s;
}
#nav .menu-item:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#nav .content {
    display: flex;
    justify-content: space-between;
    text-align: right;
}
#nav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
#nav-content #big-menu {display: block;}
#nav-content #small-menu {display: none;}
#expand-menu {
    position: relative;
    cursor: pointer;
    background: #fff;
}
#expand-menu .accordion-arrow {
    border: solid #212121;
    border-width: 0 1px 1px 0;    
}
#expand-menu:hover .accordion-arrow {
    border: solid #212121;
    border-width: 0 1px 1px 0;    
}
.menu-open .accordion-arrow , .expand-menu:hover .accordion-arrow {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#expanded-menu {
    display: block;
    position: absolute;
    top: -15em;
    right: 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20vw;
    /*min-width: 50vw;*/
    background: #fff;
    opacity: 0;
    z-index: -1;
}
#expanded-menu a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-open #expanded-menu, .expand-menu:hover #expanded-menu {
    top: 100%;
    opacity: 1;
}
.splash {
    position: relative;
    height: 700px;
    height: 100%;
    color: #fff;
    overflow: hidden;
    animation-name: fade-in-blur;
    animation-duration: 1s;
}
#splash-home {
    background: url(images/woman-on-mountain.jpg) 25% 50% fixed no-repeat;
    background-size: cover;
}
#splash-about {
    background: url(images/couple-hiking.jpg) center fixed no-repeat;
    background-size: cover;
}
#splash-services {
    background: url(images/man-in-flower-shop.jpg) center top fixed no-repeat;
    background-size: cover;
}
#splash-resources {
    background: url(images/reviewing-finances.jpg) center fixed no-repeat;
    background-size: cover;
}
#splash-xero {
    background: url(images/laptop-at-beach.jpg) center bottom fixed no-repeat;
    background-size: cover;
}
#splash-contact {
    background: url(images/woman-on-phone.jpg) right center fixed no-repeat;
    background-size: cover;
}
#splash-review {
    background: url(images/friends-having-coffee.jpg) fixed no-repeat;
    background-size: cover;
}
.page-value-container {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    border-top: 2px solid #7B1FA2;
    font-size: 200%;
    animation-name: slide-in-left;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.page-value-description {
    width: 100%;
    padding: 40px 10px 0;
    background: url(images/black-trans.png);
    opacity: 0;
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.page-value-description p:nth-child(2) {
    opacity: 0;
    animation-name: fade-slide-in-right;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
.scroll-arrow-div {
    position: relative;
    height: 30px;
    font-size: medium;
}
.scroll-arrow {
    position: absolute;
    animation-name: scroll-arrow-bounce;
    animation-duration: 2s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
.page-links {
    /*position: relative;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 50px 20px 0;
    padding: 20px;
    /*border: 1px solid #9C27B0;*/
    border-radius: 10px;
    background: #efe1f3;
    text-align: center;
    box-shadow: 0px 0px -5px #757575;
}
.page-links:hover {
    box-shadow: 3px 3px 10px #757575;
}
/*.page-links .button {
    position: absolute;
    bottom: 0;
}*/

#countdown-section {
    background: url(images/pocketwatch.jpg) fixed no-repeat;
    background-size: cover;
}
#testimonials {
    background: url(images/friends-having-coffee.jpg) fixed no-repeat;
    background-size: cover;
}
#hourly-rate{
    background: url(images/man-doing-taxes.jpg) fixed no-repeat;
    background-size: cover;
}
.countdown {
    padding: 50px 0;
}
.countdown-number {font-size: 300%;}
.testimonial-section {
    column-count: 2;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
}
.testimonial-div {
    margin: 0 20px 40px;
    padding: 20px;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.signature {
    display: block;
    text-align: right;
    font-family: 'Marck Script', cursive;
    font-size: 150%;
}
#example-packages {
    max-width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#example-packages tr:nth-child(even) {background: #EFE1F3;}
.pricing-desktop-only {
    font-size: 75%;
    font-style: italic;
}
.table-category {
    background: #9C27B0;
    color: #fff;
    font-style: italic;
}
.table-icon {
    height: 30px;
}
.calendar-widget {
    border-bottom: 5px solid #666A73;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
}
#footer {
    position: relative;
    margin-top: -50px;
    height: 20vw;
    background: url(images/theme-hills.png) no-repeat;
    background-size: cover;
}
#copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    color: #D8C1DE;
    font-size: 80%;
}
#copyright a {color: inherit;}
#copyright a:hover {color: #fff;}

@keyframes slide-in-left {
    from {right: 100%;}
    to {right: 0;}
}
@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fade-in-blur {
    from {opacity: 0; filter: blur(20px);}
    to {opacity: 1; filter: blur(0px);}
}
@keyframes fade-slide-in-right {
    from {opacity: 0; margin-right: -200px;}
    to {opacity: 1; margin-right: 0;}
}
@keyframes scroll-arrow-bounce {
    0% {top: 0;}
    60% {top: 0;}
    80% {top: 15px;}
    100% {top: 0;}
}

@media only screen and (max-width: 1920px) { 
    #splash-home {
        background: url(images/woman-on-mountain-1920.jpg) 25% 50% fixed no-repeat;
        background-size: cover;
    }
    #splash-about {
        background: url(images/couple-hiking-1920.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #splash-services {
        background: url(images/man-in-flower-shop-1920.jpg) center top fixed no-repeat;
        background-size: cover;
    }
    #splash-resources {
        background: url(images/reviewing-finances-1920.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #splash-xero {
        background: url(images/laptop-at-beach-1920.jpg) center bottom fixed no-repeat;
        background-size: cover;
    }
    #splash-contact {
        background: url(images/woman-on-phone-1920.jpg) right center fixed no-repeat;
        background-size: cover;
    }
    #countdown-section {
        background: url(images/pocketwatch-1920.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #testimonials {
        background: url(images/friends-having-coffee-1920.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #hourly-rate{
        background: url(images/man-doing-taxes-1920.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #footer {
        background: url(images/theme-hills-1920.png) no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1366px) { 
    #splash-home {
        background: url(images/woman-on-mountain-1366.jpg) 25% 50% fixed no-repeat;
        background-size: cover;
    }
    #splash-about {
        background: url(images/couple-hiking-1366.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #splash-services {
        background: url(images/man-in-flower-shop-1366.jpg) center top fixed no-repeat;
        background-size: cover;
    }
    #splash-resources {
        background: url(images/reviewing-finances-1366.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #splash-xero {
        background: url(images/laptop-at-beach-1366.jpg) center bottom fixed no-repeat;
        background-size: cover;
    }
    #splash-contact {
        background: url(images/woman-on-phone-1366.jpg) right center fixed no-repeat;
        background-size: cover;
    }
    #countdown-section {
        background: url(images/pocketwatch-1366.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #testimonials {
        background: url(images/friends-having-coffee-1366.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #hourly-rate{
        background: url(images/man-doing-taxes-1366.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #footer {
        background: url(images/theme-hills-1366.png) no-repeat;
        background-size: cover;
    }
    #logo-div img {max-height: 50px;}
}

@media only screen and (max-width: 1000px) { 
    hr {margin: 20px auto;}
    .content-section {padding: 100px 0;}
    .content-section-image {padding: 0;}
    #nav {
        font-weight: normal;
        font-size: 90%;
    }
    #nav .content {padding: 0;}
    #nav a {padding: 5px 10px;}
    #logo-div img {max-height: 40px;}
    #nav .menu-item:before {bottom: 0;}
    .page-value-container {font-size: 175%;}
    .page-value-description {padding: 20px 10px 0;}
    .scroll-arrow-div img {max-width: 30px; margin-left: -15px;}
    .page-links-div {flex-wrap: wrap;}
    .page-links {min-width: 33%;}
    #copyright {color: #edd4f4;}
}

@media only screen and (max-width: 800px) { 
    h1 {font-size: 160%;}
    h2 {font-size: 140%;}
    .page-value-container {font-size: 140%;}
    .scroll-arrow-div img {max-width: 20px; margin-left: -10px;}
    .countdown-number {font-size: 250%;}
    .content-section {padding: 65px 0;}
    .content-section-image {padding: 0;}
    #nav {font-size: 80%;}
    #nav .content {padding: 0 5px;}
    #nav a {padding: 5px 5px;}
    #logo-div img {max-height: 30px;}
    .page-value-description {padding: 15px 10px 0;}
    .flex.equal {flex-direction: column;}
    .flex.equal div {padding-top: 30px;}
    .flex.equal div:nth-child(1) {padding-top: 0;}
    .flex.equal img {max-width: 60%;}
    .border-top {border-top: 3px solid #7B1FA2;}
    img.float {
        border-top: 3px solid #7B1FA2;
        border-bottom: 3px solid #7B1FA2;
    }
    .testimonial-section {
        column-count: 1;
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
    }
    #example-packages {font-size: 90%;}
}

@media only screen and (max-width: 700px) { 
    h1 {font-size: 150%}
    h2 {font-size: 135%}
    .page-value-container {font-size: 135%;}
    .countdown-number {font-size: 200%;}
    .page-value-description {padding: 10px 10px 0;}
    #example-packages {font-size: 80%;}
    /*#splash-home {
        background: url(images/woman-on-mountain-700.jpg) 25% 50% fixed no-repeat;
        background-size: cover;
    }
    #splash-about {
        background: url(images/couple-hiking-700.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #splash-services {
        background: url(images/man-in-flower-shop-700.jpg) center top fixed no-repeat;
        background-size: cover;
    }
    #splash-resources {
        background: url(images/reviewing-finances-700.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #splash-xero {
        background: url(images/laptop-at-beach-700.jpg) center bottom fixed no-repeat;
        background-size: cover;
    }
    #splash-contact {
        background: url(images/woman-on-phone-700.jpg) right center fixed no-repeat;
        background-size: cover;
    }*/
    #countdown-section {
        background: url(images/pocketwatch-700.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #testimonials {
        background: url(images/friends-having-coffee-700.jpg) center fixed no-repeat;
        background-size: cover;
    }
    #hourly-rate{
        background: url(images/man-doing-taxes-700.jpg) center fixed no-repeat;
        background-size: cover;
    }
    /*#footer {
        background: url(images/theme-hills-700.png) no-repeat;
        background-size: cover;
    }*/
}

@media only screen and (max-width: 625px) { 
    #nav-content #big-menu {display: none;}
    #nav-content #small-menu {display: block;}
    #nav {font-size: 100%;}
    #nav a {padding: 10px;}
    .example-large-display {display: none;}
    #copyright {
        padding: 5px 10px; 
        font-size: 60%;
        text-align: center;
    }
}

@media screen and (max-width: 700px) and (min-aspect-ratio: 1/1) {		/*mobile landscape*/
}
