body {
font-family: "Lato", "Source Sans Pro", Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
}

.home .homeheight {
    min-height: 50vh;
}

.homethin {
    height:40vh;
}
.home {
    background-image: url('/img/home.jpg');
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 50%;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
}


h1, h2 {
    color: #363636;
    padding: 20px;
}

h3, h4 {
    color: #363636;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
p {
    color: #4a4a4a;
    padding-left: 20px;
    padding-right: 20px;
}

dl, ol, ul {
    color: #4a4a4a !important;
}
.quote {
    font-size: 14pt;
    font-style: italic;
}
.home h1 {
    font-weight: 600;
}

.heading {
    color: #fff;
    font-size: 36pt;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tagline {
    color: #fff;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rapdark {
    background-color: #573351;
    color: #fff;
}

.rapdark h1, .rapdark h2, .rapdark h3, .rapdark h4 {
    color: #fff;
}

.rapdark p.testimonial {
    color: #c4abc0;
    font-style: italic;

}
.rapdark, .quoteheight {
    min-height: 30vh;
}

img {
    padding: 10px;
}
.rapdark p {
    color: #fff;
    font-size: 14pt;
}

.card {
    margin: 10px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.05);
    padding: 0px;
    border: 5;
    margin: 20px;
}
.package {
    border-radius: 2px;
    border-style: solid;
    border-color: #ff9
}

.sameheight {
    height: 100%;
}

.card-shape {
    position: absolute;
    overflow: hidden;
    bottom: 0;
}

.nooverflow {
    overflow: hidden;
    max-width: 100%;
}

.lead {
    color: #4a4a4a;
    font-weight: 400 !important;
}

.btn {
    background: #b73a7d;
    color: #fff;
    border-color: #c74a9d;

}

a, a:hover {
    color: #c74a8d;
}
a.btn:hover {
    color: #fff;
    text-decoration: underline;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    background: #c74a8d;
    border-color: #e76aad;
}

._html-code p {
    padding-left: 0;
}


.ca-text {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
}


.card-footer {
    background-color: #fff;
    border-top: 0px;
}

.example-badge {
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    padding: 0px;
    margin-top: 50px;
    max-width: 80%;
}

.example-badge-text {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
}

@media (max-width: 992px) {

    .example-badge {
        margin-top: 10px;
    }
    .example-badge-text {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

@media (max-width: 667px) {
    button {
        font-size: 14px !important;
    }
    .heading {
        font-size: 28pt;
    }
    .tagline {
        font-size: 18pt;
    }
    .example-badge-text {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }
}

@media (max-width: 400px) {

    .heading {
        font-size: 24pt;
    }
    .tagline {
        font-size: 16pt;
    }

    .lead {
        font-size: 14pt;
    }

}
