body {
    font-family:Verdana, sans-serif;
}

.soft {
    color:darkgray;
    /* font-style: italic; */
}

nav {
    margin-top: 10px;
    margin-left: 30px;
}

.nav-subtext {
    margin-left: 40px;
}

.main-container {
    margin-left: 30px; 
}

.login-container {
    max-width: 600px;
    text-align: left;
}

.text-sm {
    font-size:small;
}

.event-card-container {
    text-align:left
}
.event-card-container a {
    text-decoration:none;
    color: black;
}

.event-card {
    max-width:800px;
    margin-right: 20px;
    border-radius: 10px;
    border: lightgray solid 1px;
    overflow: hidden;
}
.event-card-body {
    padding: 4px;
    padding-left: 8px;
}

.festive {
    border: 4px solid rgb(243, 225, 122); 
}

.logos object, img {
    max-height: 150px;
}

ul.obediences-list, ul.search-field {
    list-style-type: none;
    padding: 0;
    margin:0;
    margin-bottom: 20px;
}

ul.obediences-list span.dot {
    transform: translate(0,4px);
}

.menu-icon {
    color:rgb(95, 95, 95);
    font-size: 18pt;
    margin-left: 18px;
    margin-right: 18px;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    border: lightgray solid 1px;
}

.dot-sm {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color:red;
}

.bb-box {
    border-radius: 3px !important;
    background-color: #555;
    color: white;
    border: solid black 2px;
}

.news-card {
    max-width: 800px;
}

#id_email { 
    width: 300px; 
}

.text-toggle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toggle[aria-expanded=true] .text-collapsed {
    display: none;
}

.date-heading {
    margin-top: 20px;
    margin-bottom: 10px;
}