﻿body {
    padding-top: 25px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.voffset2 {
    margin-top: 2px;
}

.voffset5 {
    margin-top: 5px;
}

.voffset10 {
    margin-top: 10px;
}

.voffset15 {
    margin-top: 15px;
}

.voffset30 {
    margin-top: 30px;
}

.voffset40 {
    margin-top: 40px;
}

.voffset60 {
    margin-top: 60px;
}

.voffset80 {
    margin-top: 80px;
}

.voffset100 {
    margin-top: 100px;
}

.voffset150 {
    margin-top: 150px;
}

.pink-button {
    background-color: #ea0391;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.violet-button {
    background-color: #854d96;
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.text-pink {
    color: #ea0391;
}

.text-blue {
    color: #4e238f;
}

.title1 {
    font-size: 32px;
    line-height: 50px;
}

.title2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
}

.title3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.t1 {
    font-size: 32px;
    color: #4e238f;
}

.t2 {
    font-size: 20px;
    color: #4e238f;
}

.bg-white {
    background-color: white
}

.bg-offwhite {
    background-color:#ffe1e1
}

.bg-pink {
    background-color: #f4b9d0
}

.big-content {
    font-size: 20px;
    line-height: 30px;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar-inverse {
    background-color: #854d96;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: #31749b;
    }
    .navbar-inverse .navbar-text {
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #31749b;
    }