
.index_container {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.menu_container {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
}

.menu-item a {
/*    color: red; */
/*    color: #912b2b; */
    color: #dd372d;
}

.index_text_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.index_text_cell {
    margin: 0 auto;
    max-width: 600px;
    flex-grow: 2;
}

.index_text_image_cell {
    margin: 0 auto;
    max-width: 340px;
    text-align: center;
}

.index_image_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.index_image_cell {
    margin: 0 auto;
    text-align: center;
}

.index_text_row_bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
}

.index_text_cell_bottom   {
    margin: 0 auto;
    max-width: 600px;
    flex: 2;
}

.index_text_image_cell_bottom {
    margin: 0 auto;
    max-width: 340px;
    flex: 1;
}

.scaled_image {
    max-width: 90%;
    height: auto;
}

.flash-error {
    color: red;
}

.flash-message {
    color: green
}

.list_container {
    display: flex;
    flex-flow: row wrap;
    max-width: 1300px;
}

.list_item {
    max-width: 320px;
    min-width: 320px;
    text-align: center;
}

.np_div{
    max-width: 1300px;
}

.show_container {
    /* Center child horizontally*/
    display: flex;
    justify-content: center;
}

.show_item {
    max-width: 520px;
    min-width: 520px;
    text-align: center;
}

.show_image {
    max-width: 100vw;
    height: auto;
}

.event_pics_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.event_pic {
}

* {
  color: #15194f;
  font-family: Verdana, Verdana, Geneva, sans-serif;
}

a {
  text-decoration: none;
  color: #151980;
}

.buttons_group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0px auto;
}

.button_div {
    margin: 15px 10px;
}

.button {
/*    display: block; */
    white-space: nowrap;
    width: 200px;
    height: 25px;
    background: #15194f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}

.red_text {
/*    color: red; */
    color: #dd372d;
}
