/*
    Theme Name:     Hatfield Raindrop
    Template:       understrap
    Author:         Hatfield Media
    Description:    Custom blank Bootstrap 4 Theme for use by Hatfield Media.
*/

nav {
    min-height: 96px;
}

.navbar-brand {
    height: 96px;
}

#nav-logo {
    height:100%;
}

.site-footer {
    min-height: 200px;
    padding: 25px 0;
}

.main-content {
    min-height:65vh;
}



/* 20 Second Scheduler Styles */
.modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 2s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}

.modal-dialog {
    height: 101%;
    position: relative;
    width: auto;
    margin-top: 5%;
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 576px;
        margin: 1.75rem auto;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body p {
    font-size: 16px;
}

.modal-body a {
    color: #173951;
    font-size: 16px;
}

.modal-body a:hover {
    color: #173951;
    text-decoration: underline;
}

#gform_submit_button_2 {
    background-color: rgb(210,37,24);
    color: white;
    padding: 15px 25px;
    border: 2px solid rgb(210,37,24);
}

#gform_submit_button_2:hover {
    background-color: white;
    color: rgb(210,37,24);
}

#extensions_message_2_3 {
    display: none;
}

#input_2_1,
#input_2_2,
#input_2_3 {
    width: 100%;
}

#schedule-now-button {
    background-color: rgb(210,37,24);
    width: 250px;
    position: fixed;
    top: 50%;
    right: -100px;
    transform: rotate(-90deg);
    z-index: 999;
    margin-bottom: 0px;
    cursor: pointer;
}

#schedule-now-button p {
    color: white;
    padding: 15px;
    text-align: center;
    margin-bottom: 0px;
}


.online-deposition-img {
  width: 50%;
  margin-bottom: 5rem; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mobileNavWrapper {
    z-index: 99;
}