<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* prevents offscreen whitespace */
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

:root {
    --font-small: 16px;
    --font-medium: 22px;
    --font-large: 30px;
    --font-xlarge: 40px;

    --color-light-purple: #8624E0;
    --color-dark-purple: #4A0FB3;
    --color-off-white: #F6F6F6;
    --color-off-black: #282828;
    --color-gray: #707B8E;
    --color-green: #36E39F;
    --color-light-yellow: #FBD75E;
    --color-dark-yellow: #F6B137;
    --color-red: #D03777;

    --margin-document: 100px;
    --margin-spacer: 40px
}

.paddingleft {
    margin-left: var(--margin-document);
}

.paddingright {
    margin-right: var(--margin-document);
}

.paddingtop {
    margin-top: var(--margin-spacer);
}

.paddingtopoffset {
    margin-top: 120px;
}

.flexend {
    align-self: flex-end;
}

.flexcenter {
    align-self: center;
}

.flexstart {
    align-self: flex-start;
}

:target::before {
    content: '';
    display: block;
    height:      60px;
    margin-top: -60px;
}

a,
button {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

body {
    font-family: 'Lato', sans-serif;
}

.betaimage {
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 320px;
    max-width: 100px;
    height: auto;
}

#overlaydiv {
    position: relative;
}

#overlaydivbottom {
    position: relative;
}

#primaryHeader {
    height: 60px;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-image: linear-gradient(90deg, #8624E0, #4A0FB3);
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.container span {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.container span:nth-of-type(1) {
    text-align: left;
}

.container span:nth-of-type(2) {
    text-align: center;
}

.container span:nth-of-type(3) {
    text-align: right;
}

.handwritten {
    font-family: 'Pacifico', sans-serif;
    font-size: 24px;
    color: #fff;
}

.container ul {
    display: flex;
    list-style-type: none;
}

.container ul &gt; li {
    display: flex;
    flex-direction: column;
    justify-content: center;

    font-size: 18px;
    min-width: 120px;
    text-align: center;
}

#primaryLinks li {
}

#primaryLinks &gt; li a:hover {
    text-decoration: underline #fff solid;
    text-underline-position: under;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
}

#secondaryLinks li a {
    color: #fff;
    font-size: 16px;
}

#secondaryLinks li {
    min-width: 130px;
}

#secondaryLinks li:hover {
    background-color: #444;
}

#companies {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

    background-color: #f4f4f4;
}

#companies img {
    opacity: 0.5;
    height: 50px;
    width: auto;
    margin-top: 40px;
}

.apiDocsButton {
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #f4f4f4;
    display: inline-block;
    color: var(--color-light-purple);

    text-align: center;
    vertical-align: middle;

    margin-top: 30px;
    padding: 0.6rem 1.25rem;
    cursor: pointer;
}

#rightArrow {
    padding-left: 8px;
}

#contactSection {
    background: #f4f4f4;

    padding-top: 70px;
    padding-bottom: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#contactSection .actionbutton {
    width: 120px;
    margin-top: 0px;
    margin-left: 20px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #8624E0, #4A0FB3);
    color: #f4f4f4;
    box-shadow: 1px 2px #333333;
    cursor: default;
}

#contactSection .actionbutton:hover {
    background: #8624E0;
    color: #fff;
}

.playbutton {
    position: relative;
    left: 10px;
    height: 80px;
}

.playbuttonbottom {
    position: relative;
    left: 18px;
    height: 90px;
}

.applebutton {
    position: relative;
    left: 20px;
    top: -12px;
    height: 55px;
}

.applebuttonbottom {
    position: relative;
    left: 20px;
    top: -12px;
    height: 60px;
}

input {
    height: 40px;
    width: 360px;
	background: #fff;
	color: var(--color-off-black);
    font: inherit;
    text-align: center;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
	border: 0;
	outline: 0;
	padding: 22px 18px;
}

input::placeholder {
    color: #CCC;
}

#buttonContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#largeDonateButton {
    border: #333 2px solid;
    border-radius: 4px;
    font-size: 1.1rem;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

#largeDonateButton:hover {
    background-color: #333;
    color: #fed300;
}

#heroSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;

    height: 75vh;
    background-image: linear-gradient(90deg, #8624E0, #4A0FB3);
}

#heroSection.devHeight {
    height: 35vh;
}

.mainlogo {
    width: 42px;
    height: 42px;
    margin-right: 30px;
}

.sendbutton {
    background-color: #FBD75E;
    width: 100px;
    margin-left:130px;
    color: #4A0FB3;
    text-align: center;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    letter-spacing: 2px;
    cursor: default;
    /*text-shadow: 1px 1px #888888; */
    background: linear-gradient(90deg, #FBD75E 0%, #F6B137 100%);
    border-radius: 3px;
    box-shadow: 1px 1px #333333;
}

.sendbutton:hover {
    background: #FBD75E;
    color: #8624E0;
}


.actionbutton {
    margin-top: 30px;
    background-color: #FBD75E;
    width: 165px;
    color: #4A0FB3;
    text-align: center;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    letter-spacing: 2px;
    cursor: default;
    /*text-shadow: 1px 1px #888888; */
    background: linear-gradient(90deg, #FBD75E 0%, #F6B137 100%);
    border-radius: 3px;
    box-shadow: 1px 2px #333333;
}

.actionbutton:hover {
    background: #FBD75E;
    color: #8624E0;
}

.fullwidth {
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.row {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
}

.smallcard {
    max-width: 250px;
}

.herodevice {
    /* width: 60%; */
    height: auto;
    max-height: 600px;
}

#missionHeader {
    width: 100%;
    line-height: 1.5;
    text-align: left;
    font-size: 40px;
    color: #fff;
}

#devHeader {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

#devBody {
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 0.01em;
    color: #fff;
    max-width: 800px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    line-height: 1.9;
}

#missionBody {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-right: 50px;
    text-align: left;
    line-height: 1.9;
}

#servicesSection {
    background-color: #f4f4f4;
    padding-top:40px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#spacerSection {
    background-color: #f4f4f4;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#servicesSection img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

#skillsSection {
    background-color: #fff;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#skillsSection img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

#horizontalDogCards {
    display: flex;
    justify-content: center;
}

#ourDogs {
    background-color: #fed300;
    padding-bottom: 50px;
}

h1 {
    width: 100%;
    font-size: 30px;
    text-align: left;
    padding-top: 40px;
    line-height: 1.5;
    color: #282828;
}

#contactSection h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#contactSection p {
    margin-top: 30px;
    letter-spacing: 2px;
}

h2 {
    width: 100%;
    font-size: 20px;
    text-align: left;
    padding-bottom: 40px;
    color: #707B8E;
    padding-top: 20px;
    font-weight: 300;
    line-height: 1.8;
}

#horizontalCards {
    display: flex;
    flex-direction: column;
}

.dogCard {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
    letter-spacing: 0.01em;
    margin: 10px;

    padding: 22px;

    width: 240px;
    height: 230px;
    /* a card style */
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#skillsSection .dogCard {
    background-color: #f4f4f4;
    width: 200px;
    height: 200px;
}

#imageSection {
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.showmobile {
    visibility: hidden;
}

#imageSection {
    height: 0;
}

#imageSection img {
    align-self: center;
}

#skillsSection .dogCard:hover {
    background: linear-gradient(90deg, #8624E0, #4A0FB3);
}

.dogCard:hover {
    background: linear-gradient(90deg, #FBD75E 0%, #F6B137 100%);
    color: #fff;

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

.dogCard:hover p {
    color: #fff;
}

.dogCard i {
    margin-top: 0px;
    margin-bottom: 5px;
}

#servicesSection .dogCard h3 {
    letter-spacing: 0.025em;
    color: #282828;
}

.bottomButtons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomBeta {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: relative;
}

.dogCard h3 {
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-top: 12px;
    line-height: 1.5;
}

#subscript {
    color: #282828;
    font-size: 13px;
    letter-spacing: 0.01em;
    font-weight: 400;
    left: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.dogCard p {
    /* align-self: flex-start; */
    padding-top: 4px;
    font-weight: 200;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
}

.dogCard img {
    width: 100%;
}

.dogCard span {
    align-self: flex-start;
    margin-top: 0px;
    font-size: 20px;
}

#footer {
    background: linear-gradient(90deg, #8624E0, #4A0FB3);
}

#footer h2 {
    color: #fff;
}

#footerContainer {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

#footerContainer img {
    width: 35px;
    height: 35px;
    margin-left: 30px;
    margin-right: 30px;
}

#charityNotice {
    font-size: 16px;
    text-align: center;
    margin-left: 15vw;
    margin-right: 15vw;
    line-height: 2;
    /* padding-top: 0px;
    padding-bottom: 40px; */
    color: #fff;
    padding-bottom: 10px;
}

.burger {
    display: none;
    font-size: 26px;
    margin-right: 20px;
}

.mobileContainer {
    display: none;
}

/* #FED300 = yellsow */
/* #333 = grey */
/* #FFF = white */
/* #F5F5F6 = nice white grey */
</pre></body></html>