html, body {
	background-color: #88bc8e;
	color: #FFF;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	height: 100vh;
	margin: 0;
}

a {
	color:#ffffff;
}

.full-height {
	height: 100vh;
}

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

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
    right: 10px;
    top: 18px;
}

.content {
	text-align: center;
}

.title {
	font-size: 24px;
	border-bottom: solid 1px #ffffff;
	margin:20px 0;
}

.systemfailure {
	margin:10px;
	padding:0;
	text-align:left;
}

.systemfailure a{
	margin:10px;
	padding:0;
	text-align:left;
	text-decoration:underline;
}

.sitterUser {
	margin:10px 10px 50px 10px;
	padding:0;
	text-align:left;
}

.sitterUser p{
	padding:10px 5px 10px 14px;
}

.sitterUser h5 {
	margin:0 0 0 0.5rem;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px rgba(255,255,255,0.5);
}

.sitterBusiness {
	margin:10px 10px 50px 10px;
	padding:0;
	text-align:left;
}

.sitterBusiness p{
	padding:0 5px 0 14px;
}

.codeRequest {
	margin:10px;
	padding:0;
	text-align:left;
}
.codeRequest p{
	padding:0 5px 0 14px;
}


.page-link {
	margin:10px 5px;
	background-color:#88bc8e;
	padding: 0.75rem 1.5rem;
	color:#fff;
}


.page-link:hover {
	z-index: 2;
	color: #88bc8e;
	text-decoration: none;
	background-color: #fff;
	border-color: #fff;
}

.links a{
	color:#fff
}

.links > a {
/*      color: #636b6f;
        padding: 0 25px;
        font-size: 13px;
        font-weight: 600;
*/
	letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
	margin-bottom:20px;
}

.contact {
	padding:10px 0 0 0;
}

.contact a {
	font-weight:bold;
	color:#ffffff;
}

.logo {
	font-size: 40px;
	margin:0 0;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
        cursor: default;
        text-decoration: none;
		color:#ffffff;
    }
}

#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -238px
}
path,polygon {
    fill: none;
    stroke: #fff; /*???ﾌ色???w?閧ｷ??*/
    stroke-dasharray: 2000;/*???ﾌ間隔???w?閧ｷ??*/
    stroke-dashoffset: 0;/*???ﾌ位置???w?閧ｷ??(IE?ﾍ�????ﾈ�?????)*/
    stroke-width: 1;/*???ﾌ�??????w?閧ｷ??*/
    -webkit-animation: hello 3s ease-in forwards;
    animation: hello 3s ease-in forwards;
}
 @-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*????*/
}
 50% {
 fill:transparent; /*????*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#333;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*????*/
}
 50% {
 fill:transparent; /*????*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}
