* {
    box-sizing: border-box;
}

header,
section {
    overflow-x: hidden;
}

header {
    background-color: rgba(220, 230, 241, 0.9)/*rgb(206, 228, 228, 0.5)*/;
}

header a {
    color: black;
}

/* header .navbar {
    background-color: whitesmoke;

} */

header .nav-item:last-child {
    padding-right: 2em;
}

header .nav-item {
    font-family: "Poppins", normal;
    font-size: 2.5vmin;
    padding: 0.9em;

}

header .navbar-brand {
    font-family: "Poppins", normal;
    padding-left: 1rem;
    font-size: 3.3vmin;
}

header .nav-link:hover {
    color: grey;
}

header .row .col-md-5 {
    padding-right: 7vmin;
    padding-left: 7vmin;
}

header img {
    max-width: 100%;
    max-height: 100%;
}

header h1 {
    font-family: "Patua One", normal;
    font-size: 5.9vmin;
}

header h4 {
    font-family: "Poppins", normal;
    font-size: 2.9vmin;
}

header h2 {
    font-size: 4.5vmin;
    font-family: "Patua One", normal;
}

header .card {
    margin-top: 4em;
    background-color: #85a0a5;
    border-color: none;
}

main {
    background-color: rgba(245, 248, 252, 0.8)/*rgba(234, 243, 243, 0.4)*/;
}

main h1 {
    font-size: 7vmin;
}

main h2 {
    font-size: 3.5vmin;
}

main h3 {
    font-size: 3rem;
    font-weight: 300;
    color: #333;
}


main p {
    font-size: 2.5vmin;
}

main table {
    table-layout: fixed;
    width: 72%;
    font-size: 2.5vmin;
    border-collapse: separate;
    border-spacing: 0 3vmin;
    margin-left: auto;
    margin-right: auto;
}

/* main table td {
    border-bottom: 1px solid black;
} */

main ul {
    font-size: 2.5vmin;
    margin-left: 2em;
}

main h4 {
    font-size: 2vmin;
    margin-left: 2em;
}


main li {
    padding-bottom: .8em;
}

/* main .participants {
    max-width: 90vmax;
    font-family: "Poppins", normal;
}

main .participants ul {
    list-style-type: none;
} */

main div.container.venue {
    margin-left: 7em;
    min-width: 85vmax;
}

/* main .carousel-inner>.active {
    height: 60vmin;
} */

/* main .carousel-inner>.item>img {
    width: 60px;
    height: 360px;
} */

main .img-center {
    display: table-cell;
    text-align: center;
    justify-content: center;
    border-color: red;
}

main .desc {
    max-width: 90vmax;
    font-family: "Poppins", normal;
}

main .desc p {
    font-size: 3vmin;
}

main .desc ul {
    list-style-type: "- ";
    font-size: 3vmin;
    margin-left: 2em;
}

main .desc li {
    margin-bottom: .8em;
}

main img.img-fluid-4 {
    width: 95%;
    height: auto;
    float: inline-start;
    margin-bottom: 30px;
}

main img.img-fluid-5 {
    width: 95%;
    height: auto;
    float: inline-start;
}

main img.img-fluid-6 {
    width: 75%;
    height: auto;
    margin-top: 2em;
}

main img.img-fluid-7 {
    width: 70%;
    height: auto;
    margin-top: 1em;
}

footer .footer-cols > [class*="col-"] {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

footer {
    background-color: whitesmoke;
    padding: 3vmin 5vmin;
}

/* footer h1 {
    font-size: 1.4rem;
}

footer p {
    font-size: 1rem;
} */

footer h1 {
    font-size: 3.5vmin;
}

footer ul {
    list-style: none;
    font-size: 1em;
    padding-left: 0;
}

footer p {
    font-size: 1.2em;
}

footer img.img-fluid {
    width: 90%;
    height: auto;
    float: inline-start;
}

footer img.img-fluid-2 {
    width: 85%;
    height: auto;
    float: inline-start;
}

footer img.img-fluid-3 {
    width: 100%;
    height: auto;
    float: inline-start;
}

footer img.img-fluid-4 {
    width: 110%;
    height: auto;
    float: inline-start;
}

footer img.img-fluid-5 {
    width: 200%;
    height: auto;
    float: inline-start;
}
footer img.img-fluid-6 {
    width: 90%;
    height: auto;
    float: inline-start;
}

.border-radius {
    border-radius: 0px 0px 600px 600px
}
.rqi-logo {
    max-height: 150px;
    width: auto;
}



.card-big-shadow {
    margin-top: 4vmin;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;   /* center the card on all screens */
    position: relative;
}


.card[data-radius="none"] {
    border-radius: 0px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(120, 140, 165, 1)/*rgba(204, 197, 185, 0.5)*/;
    color: #252422;
    margin-bottom: 8vmin;
    position: left;
    z-index: 1;
}


.card[data-background="image"] .title,
.card[data-background="image"] .stats,
.card[data-background="image"] .category,
.card[data-background="image"] .description,
.card[data-background="image"] .content,
.card[data-background="image"] .card-footer,
.card[data-background="image"] small,
.card[data-background="image"] .content a,
.card[data-background="color"] .title,
.card[data-background="color"] .stats,
.card[data-background="color"] .category,
.card[data-background="color"] .description,
.card[data-background="color"] .content,
.card[data-background="color"] .card-footer,
.card[data-background="color"] small,
.card[data-background="color"] .content a {
    color: #363535;
}

.card.card-just-text .content {
    padding: 30px 55px;   /* smaller padding -> more room for names */
    text-align: left;
}


.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

main .card h1 {
    font-size: 2rem;
    font-weight: 600;
}


main .card ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

main .card ul.regi {
    list-style-type: "- ";
    font-size: 1em;
    margin-left: 0.8rem;
    text-indent: 0em;
}

main .card ul.regi li {
    margin-bottom: -0.9rem;
}

main .card ul.regi li:first-child {
    margin-top: -0.9rem;
}

main .card ul.pay {
    list-style-type: "- ";
    font-size: 0.7em;
    margin-left: 0.8rem;
    text-indent: 0em;
    /* margin-bottom: -0.8rem; */
}

main .card ul.pay li {
    margin-bottom: -0.9rem;
}

main .card ul.pay li:first-child {
    margin-top: -0.9rem;
}


main .card p {
    font-size: 1.6rem;
}

.card .description p.small-text {
    font-size: 1.3rem;
    text-align: center;
}

.card .description {
    font-size: 1.6rem;
    color: #66615b;
    padding-top: 1vmin;
}

.card[data-color="blue"] {
    background: rgba(210, 218, 230, 1);
}

.card[data-color="blue"] .description {
    color: #506568;
}

.ul-sm {
    font-size: 2.5vmin;
    margin-left: 2em;
}