﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #fff !important;
}

.navbar {
    border: none !important;
    margin: 0 !important;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.bg-navy {
    background-color: #1F2638;
    color: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

h1 {
    padding: 70px 0 10px 0;
}

h2 {
    font-size: 1.1em;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    h1 {
        padding: 70px 0 10px 0;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.event-name {
    font-weight: bold;
}

.event-card {
    color: black !important;
}

    .event-card .name {
        font-weight: bold;
    }

    .event-card a {
        color: black !important;
    }

img#logo {
    max-width: 100%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .flex-container > div.event-type {
        margin: 0 15px 0px 15px;
    }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    h1 {
        font-size: 2em !important;
        padding: 70px 0 10px 0;
    }

    h2 {
        font-size: 1.0em !important;
    }

    h3 {
        font-size: 1.4em !important;
    }
}
