﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-light .navbar-brand {
    color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    border-color: rgb(255,255,255);
} 

.navbar {
    background-color: blue!important;
}

.navbar-light .navbar-nav .nav-link {
    color: white!important;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../images/kitmikycover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
    background: #007aeb;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width: 100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
    display: block;
    width: 100%;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer-bg-color {
    background-color: black;
}

/*Pricing */
/******************* Pricing Table Demo - 3 *****************/
.demo3 {
    background: #B2B2B2;
    padding: 30px 0
}

.pricingTable3 {
    padding: 25px 10px 70px;
    margin: 0 15px;
    text-align: center;
    z-index: 1;
    position: relative
}

    .pricingTable3:after, .pricingTable3:before {
        content: "";
        position: absolute;
        left: 0
    }

    .pricingTable3 .price-value .amount {
        display: inline-block;
        font-size: 50px;
        font-weight: 700
    }

    .pricingTable3 .price-value .month {
        display: block;
        font-size: 20px;
        font-weight: 500;
        line-height: 10px;
        text-transform: uppercase
    }

    .pricingTable3:before {
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        z-index: -1;
        -webkit-clip-path: polygon(100% 0,100% 85%,50% 100%,0 85%,0 0);
        clip-path: polygon(100% 0,100% 85%,50% 100%,0 85%,0 0)
    }

    .pricingTable3:after {
        width: 70px;
        height: 30px;
        background: #1daa72;
        margin: 0 auto;
        top: 70px;
        right: 0;
        -webkit-clip-path: polygon(50% 100%,0 0,100% 0);
        clip-path: polygon(50% 100%,0 0,100% 0)
    }

    .pricingTable3 .title {
        padding: 15px 0;
        margin: 0 -25px 30px;
        background: #1daa72;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        position: relative
    }

        .pricingTable3 .title:after, .pricingTable3 .title:before {
            border-top: 15px solid #51836d;
            border-bottom: 15px solid transparent;
            position: absolute;
            bottom: -30px;
            content: ""
        }

        .pricingTable3 .title:before {
            border-left: 15px solid transparent;
            left: 0
        }

        .pricingTable3 .title:after {
            border-right: 15px solid transparent;
            right: 0
        }

    .pricingTable3 .price-value {
        margin-bottom: 25px;
        color: #1daa72
    }

    .pricingTable3 .currency {
        display: inline-block;
        font-size: 30px;
        vertical-align: top;
        margin-top: 8px
    }

.price-value3 .amount {
    display: inline-block;
    font-size: 50px;
    font-weight: 700
}

.price-value3 .month {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase
}

.pricingTable3 .pricing-content {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    border-top: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f
}

    .pricingTable3 .pricing-content li {
        font-size: 17px;
        color: #8f8f8f;
        line-height: 55px
    }

.pricingTable3 .pricingTable-signup {
    display: inline-block;
    padding: 10px 30px;
    background: #1daa72;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all .7s ease 0s
}

    .pricingTable3 .pricingTable-signup:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transform: translate(0,100%);
        transition: all .6s ease-in-out 0s
    }

    .pricingTable3 .pricingTable-signup:hover:before {
        opacity: 1;
        transform: translate(0,-100%)
    }

.pricingTable3.blue .pricingTable-signup, .pricingTable3.blue .title, .pricingTable3.blue:after {
    background: #49b0ca
}

    .pricingTable3.blue .title:after, .pricingTable3.blue .title:before {
        border-top: 15px solid #407a88
    }

.pricingTable3.blue .price-value {
    color: #49b0ca
}

.pricingTable3.pink .pricingTable-signup, .pricingTable3.pink .title, .pricingTable3.pink:after {
    background: #f06ace
}

.pricingTable3.pink .price-value {
    color: #f06ace
}

.pricingTable3.pink .title:after, .pricingTable3.pink .title:before {
    border-top: 15px solid #773667
}

@media only screen and (max-width:990px) {
    .pricingTable3 {
        margin-bottom: 30px
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}