@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Pacifico');

@keyframes slideIn {
    0% {
        transform: translateY(-120%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

*,
.l-page-wrapper * {
    margin: 0 !important;
    padding: 0 !important;
}

html,
body {
    overflow: hidden;
}

body {
    background: white;
}

.l-page {
    position: relative;
    height: 100vh;
    z-index: 999999; /* 3 */
    opacity: 0;
    animation: fadeIn 1s 3s forwards ease;
}

.l-page-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    overflow: hidden;
    overflow-y: scroll;
    color: #444;
}

.l-page-wrapper li {
    font-size: inherit;
    line-height: inherit;
    list-style: none;
}

.l-page-wrapper a {
    text-decoration: none;
}

.l-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1100px;
    padding: 0 40px !important;
}

.l-content {
    max-width: 600px;
}

.l-content-center {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px;
}

.l-content-right {
    margin-left: auto !important;
    max-width: 600px;
}

.l-content-right-with-sidebar-left {
    display: flex;
    max-width: 900px;
    margin-left: auto !important;
}

.l-content-right-with-sidebar-left__sidebar {
    flex-shrink: 0;
    padding-right: 60px !important;
    padding-top: 20px !important;
    width: 300px;
}

@media screen and (max-width: 900px) {
    .l-content-right-with-sidebar-left {
        flex-wrap: wrap;
    }
}

.u-bg-akita {
    background: #ffffff;
}

.u-align-center {
    text-align: center;
}

.u-ts-akita {
    font-family: 'Pacifico', sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    color: #333;
}

.u-ts-beagle {
    font-size: 16px;
    line-height: 26px;
}

.u-ts-collie {
    font-family: 'Pacifico', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    font-weight: 700;
    color: #333;
}

.u-ts-dalmatian {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
}

.u-ts-elkhound {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
}

.u-ts-frenchie {
    font-size: 12px;
    line-height: 25px;
}

.u-anchor {
    display: block;
    position: relative;
    top: calc(150px - (150px * 2));
    visibility: hidden;
}

.l-content * + .u-mt-0 {
    margin-top: 0 !important;
}

.u-content * + * {
    margin-top: 25px !important;
}

.u-content * + br,
.u-content * + a {
    margin-top: 0 !important;
}

.u-content ol,
.u-content ul {
    padding-left: 40px !important
}

.u-content li {
    position: relative;
    padding-left: 15px !important;
}

.u-content ul li:before {
    position: absolute;
    top: 3px;
    left: -25px;
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    background-image: url('https://svgshare.com/i/8hh.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(45deg) scale(1);
    transition: transform 0.25s ease;
}

.u-content ul li:hover:before {
    transform: rotate(60deg) scale(1.2);
}

.u-content * + h1,
.u-content * + h2,
.u-content * + h3 {
    margin-top: 80px !important;
}

.u-content a {
    position: relative;
    display: inline-block;
    color: #de3431;
    text-decoration: none;
}

.u-content a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    //opacity: 0;
    transition: all 0.25s ease;
    border-bottom: 1px dashed #ccc;
}

.u-content a:hover:after {
    opacity: 1;
    width: 100%;
    border-color: #de3431;
}

.u-content .u-ts-frenchie a:after {
    bottom: 3px;
}

.u-content img {
    height: auto;
    width: 100%;
}

.u-circle-image {
    border-radius: 50%;
    height: auto;
    width: 100%;
}

.Overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999; /*2*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: #fff;
    /*animation: fadeIn 0.5s 1s forwards ease;*/
    opacity: 1;
}

.Overlay__ladybug {
    height: 50px;
    width: 50px;
    transform: rotate(45deg);
    animation: wiggle 2s infinite alternate ease;
}

.Bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url('http://i1271.photobucket.com/albums/jj627/keish2012/Tags/bg-stripes.png');
    background-size: 300px 300px;
}

.Bg--two {
    background-image: url('https://svgshare.com/i/8ht.svg'), url('https://svgshare.com/i/8ht.svg');
    background-size: 200px 200px, 200px 200px;
    background-position: 50px 50px, 150px 150px;
}

.Bg--three {
    background-image:
            url('https://svgshare.com/i/8gV.svg'),
            url('https://svgshare.com/i/8gV.svg'),
            url('https://svgshare.com/i/8gV.svg'),
            url('https://svgshare.com/i/8gV.svg'),
            url('https://svgshare.com/i/8gV.svg'),
            url('https://svgshare.com/i/8gV.svg'),
            url('https://svgshare.com/i/8gV.svg');
    background-size: 200px 200px;
    background-position:
            50px 50px,
            1450px 650px,
            1650px 250px,
            450px 450px,
            650px 1250px,
            1250px 650px;
    background-repeat: no-repeat;
}

.Header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px dashed #f5f5f5;
    height: 120px;
    width: 100%;
}

.Header * {
    box-sizing: border-box;
}

.Header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1100px;
    padding: 0 40px !important;
    width: 100%;
}

.Header__logo {
    font-family: 'Pacifico', sans-serif;
    font-size: 28px;
    line-height: initial;
    padding: 0 2px !important;
    background-color: #de3431;
    background-image:
            url('https://svgshare.com/i/8fy.svg'),
            url('https://svgshare.com/i/8fy.svg');
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200px 200px, 400px 400px;
    background-position: 0px 0px, 0px -20px;
    color: transparent;
}


.Header__list {
    display: flex;
    list-style: none;
}

.Header__list li {
    margin: 0 25px !important;
}

.Header__list li:first-child {
    margin-left: 0 !important;
}

.Header__list li:last-child {
    margin-right: 0 !important;
}

.Header__link {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
}

.Header__link:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    content: '';
    display: block;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: all 0.25s ease;
    border-bottom: 2px dashed #de3431;
}

.Header__link:hover {
    color: #de3431;
}

.Header__link:hover:after {
    opacity: 1;
    width: 100%;
}

.Header__sub {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
}

.Header__sub .Header__container {
    justify-content: flex-end;
}

.Header__sub .Header__item {
    font-size: 12px;
    color: #666;
    line-height: 8px;
    margin: 0 10px !important;
}

.Header__sub .Header__link {
    font-size: 12px;
    color: #666;
}

.Header__sub .Header__link:after {
    bottom: -2px;
    border-width: 1px;
}

.Header__sub .Header__link:hover {
    color: #111;
}

.Header__sub .Header__link:hover:after {
    border-color: #111;
}

.Header + * {
    margin-top: 120px !important;
}

@media screen and (min-width: 1140px) {
    .Header__container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 900px) {
    .Header__container {
        flex-wrap: wrap;
        padding: 5px 40px 20px 40px !important;
    }

    .Header__sub .Header__container {
        padding: 0px 40px !important;
    }

    .Header__nav {
        padding-top: 10px !important;
    }

    .Header__sub .Header__nav {
        padding-top: 0 !important;
    }
}

.Banner {
    position: relative;
    display: flex;
    background-color: #000;
    min-height: 650px;
    z-index: -1;
}

.Banner__inner {
    position: relative;
    background-color: rgb(37, 8, 8);
    margin-left: auto !important !important;
    margin-right: auto !important !important;
    max-width: 1400px;
    width: 100%;
    background-image: url('http://i1271.photobucket.com/albums/jj627/keish2012/Tags/banner.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.Banner__inner:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    min-width: 1400px;
    transform: translateX(-50%);
    background-image:
            linear-gradient(to right, #000, transparent 300px),
            linear-gradient(to left , #000, transparent 300px);
}

.Feature {
    display: flex;
    justify-content: space-around;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 60px 0 !important;
    max-width: 700px;
}

.Feature__item {
    flex: 1 0 300px;
    max-width: 300px;
}

.Feature__image {
    position: relative;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.Feature__image--laddie {
    background-image: url('https://cdn.pbrd.co/images/HyEjf4O.jpg');
}

.Feature__image--lady {
    background-image: url('http://i1271.photobucket.com/albums/jj627/keish2012/Lady/300x300_2.jpg');
}

.Feature__image img {
    height: auto;
    width: 100%;
}

.Feature__subtitle {
    margin-top: 40px !important;
}

.Feature__title {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: calc(300px + 22%);
    width: calc(300px + 22%);
    font-family: 'Pacifico', sans-serif;
    font-size: 50px;
    line-height: 640px;
    text-align: center;
    transform: translateY(0);
    border: 1px solid transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-color: #222;
    background-image: radial-gradient(rgb(222, 52, 49) 64.5%, transparent 60.1%);
    background-position: center center;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: transparent;
    transform: translateX(-8.5%) translateY(-9.5%);
}

.Feature__title-text {
    display: block;
    color: black;
    mix-blend-mode: difference;
    -webkit-mix-blend-mode: difference;
    margin-top: 99% !important;
    transform: translateY(-28px);
}

@media screen and (max-width: 900px) {
    .Feature {
        flex-wrap: wrap;
    }

    .Feature__item {
        margin-top: 60px;
    }
}

.Section {
    padding: 200px 0 !important;
}

.Section--half {
    padding: 100px 0 !important;
}

.Separator {
    text-align: center;
}

.Separator__container {
    align-items: center;
    position: relative;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 320px;
}

.Separator__line {
    height: auto;
    width: 100%;
}

@keyframes wiggle {
    0% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(60deg);
    }
}

.Separator__ladybug {
    position: absolute;
    top: 0;
    right: -31px;
    height: 50px;
    width: 50px;
    transform-origin: center center;
    transform: rotate(30deg);
    animation: wiggle 2s infinite alternate ease;
}

.TagsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,180px);
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 60px !important;
}

.TagsGrid img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.TagsGrid * {
    margin: auto !important;
}

.TagsGrid * + * {
    margin: auto !important;
}

.BackToTop:hover span {
    color: #de3431;
}

.BackToTop:hover img {
    transform: rotate(60deg);
}

.Footer__top {
    background-color: rgb(222, 52, 49, 0.8);
    padding: 20px 0 !important;
    color: #fff;
}

.Footer__top a {
    color: #fff;
}

.Footer__top a:hover:after {
    border-color: #333;
}

.Footer__bottom {
    background-color: rgba(0,0,0,0.8);
    padding: 60px 0 !important;
    color: #fff;
}

.s-dark .Bg {
    filter: invert(90%);
}

.s-dark .Bg--two {
    background-image: url('https://svgshare.com/i/8h4.svg'), url('https://svgshare.com/i/8h4.svg');
    filter: invert(0%);
}

.s-dark .Bg--three {
    filter: invert(0%);
}

.s-dark .l-container {
    background: #222;
}

.s-dark .Banner {
    background-color: #000;
}
