/*
#church-background {
    background: white;
    padding-left:90px;
    width:100vw;
    min-height:90vh;
}
::-webkit-scrollbar {
    display: none;
}
#location-details{display: none;}
.navbar-fixed{height:44px;}

.church-card {
    border-radius:10px;
    border:1px solid rgb(227,226,226);
    background:white;
    padding:10px;
    margin:10px;
}

.flex {
    display:flex;
}

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

.card-heading {
    font-size:17px;
    font-weight:600;
    margin-bottom:0px;
}

.card-ash-description {
    color:grey;
    font-size:11px;
    margin:0px;
    max-width:65%;
}

.card-icon {
    width:40px;
    height:40px;
    margin:5px;
}

.card-line {
    background:rgb(230,227,227);
    height:2px;
    margin:5px 0px;
}

.church-button {
    background:white;
    border:1px solid rgb(210,215,216);
    color:rgb(75,75,165);
    font-weight:600;
    font-size:11px;
    margin:0px 3px;
    border-radius:3px;
    padding:5px 10px;
}

.church-button.large{
    font-size:14px;
    padding: 10px 20px;
}
.church-button:hover,.church-button:focus{color:white;
    background: #0069d9;}

.value-header {
    word-break:break-word;
    font-size:14px;
    margin:0px;
    width:200px;
}

.value-numeric {
    font-size:30px;
}

.header-and-value {
    margin:5px;
    padding:5px;
}

.flex.flex-center.flex-wrap {
    flex-wrap:wrap;
}

.one-summarised-timing {
    margin:20px 0px;
}

.collapsible {
    display:none;
}

.church-detail-item {
    background:rgb(237,234,234);
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-radius:2px;
    margin:3px 0px;
    padding:2px;
}

.church-detail-item p {
    color:rgb(80,78,78);
    margin:0px 10px;
    font-size:11px;
}

.detail-end-color {
    background:rgb(14,113,202);
    width:20px;
}

.church-detail-item i {
    color:rgb(80,78,78);
    margin:0px 5px;
}

.church-detail-item .data {
    font-size:14px;
}

.flex-column {
    flex-direction:column;
}

#signup-home-top {
    background:rgb(99,99,102);
    height:10vh;
}

#signup-home-bottom {
    background:#00ac90;
    height:10vh;
}

#signup-home-center {
    height:90vh;
}

#signup-card-1 {
    border:1px solid grey;
    border-radius:20px;
    background:rgb(236,236,229);
    width:350px;
    height:350px;
}

#email-input button {
    margin:20px;
}

#signup-card-1 img {
    margin:20px;
}

.small-info {
    color:grey;
    font-size:11px;
}


*/
