*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-size: .875rem;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
    color: #282828;
    /*display: flex;
    flex-wrap: wrap;*/
    margin: 0; /* may not be needed */
}
          
.container{
    /*display: flex; interfering with home page. create a different container for home page or remove it*/
    flex: 1 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
   /* justify-content: center;*/
    background-color: darkgray;/*#f5f5f5;*/
    min-height: 100vh;
    width: 100%;
   /* padding-left: 8px;
    padding-right: 8px;
    margin-left: 16px;
    margin-right: 16px;*/
    padding-right: 5px;
    padding-top: 5px;
    flex-shrink: 0;
}

.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: flex;
    display: -ms-flexbox;
    flex: 0 1 auto;
}

.row:before, .row:after {
    content: "";
    clear: both;
    display: flex;
}
            
/* --------------------Column Layout---------------------- */

/* For mobile phones: 
[class*="col-"] {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
}

@media only screen and (min-width: 768px) {} */

            
/* Column Layout */
.col-1 {
    width: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%;
    min-width: 8.33%;
}
.col-2 {
    width: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
    min-width: 16.66%;
}
.col-3 {
    width: 25%;
    flex-basis: 25%%;
    max-width: 25%%;
    min-width: 25%;
}
.col-4 {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
}
.col-5 {
    width: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%;
    min-width: 41.66%;
}
.col-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
}
.col-7 {
    width: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%;
    min-width: 58.33%;
}
.col-8 {
    width: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
    min-width: 66.66%;
}
.col-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
}
.col-10 {
    width: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%;
    min-width: 83.33%;
}
.col-11 {
    width: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%;
    min-width: 91.66%;
}
.col-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    display: flex;
    position: relative;
    background-color: darkgray;
    padding-left: 5px;
}

/* Home Page mobile and desktop screen width control */
@media only screen and (max-width: 768px) {
    .screenWidth {
        flex-direction: column;
    }
    #columnOne {
        padding-bottom: 5px;
    }
}
/* ------------------End:Column Layout----------------------------------- */


/* ---------------------Beginning of Footer-------------------------- */
.locAlign {text-align: left;}
.webAlign {text-align: right;}

/* Switch to column layout when screen is small to make it presentable */
@media only screen and (max-width: 470px) {
    .addressLayout {
        flex-direction: column;
    }
    .locAlign {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .webAlign {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
}

.footerDivBMargin {
    margin-bottom: 20px;
}

.footerDivPad {
    padding: 10px;
}
.footer-link {
    text-decoration: none;
    color: #fff;
}
.footer-link:hover {
    text-decoration: underline;
    font-weight: 900;
}            
/* Space items contained in Footer box */
/* Footer social media buttons */
.sociaLink {
    text-align: center;  
    width: 35px; 
    height: 35px; 
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    -moz-border-radius:15px;
    -webkit-border-radius:25px;
}
/*.smediaLink, .smediaLinkContainer {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 50%;
    -moz-border-radius:15px;
    -webkit-border-radius:25px;
}*/
/*.mediaBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 50%;
    -moz-border-radius:15px;
    -webkit-border-radius:25px;
}*/

/* spacing between social media buttons
.mediaBtn-mr {margin-right: 10px;}
.mediaBtn-mb {margin-bottom: 15px;}
.mediaBtn-mt {margin-top: 15px;}*/

/* Coloring social media buttons */
.fa-facebook {
    background: #3B5998;
} 
.fa-facebook:hover {
    color: #3B5998;
    background: #fff;
}
.fa-twitter {  
    background: #55ACEE;
}  
.fa-twitter:hover {
    color: #55ACEE;
    background: #fff;
}
.fa-instagram {  
    background: #cb2027; 
} 
.fa-instagram:hover {
    color: #cb2027;
    background: #fff;
}
.fa-linkedin {
    background: #0094BC;
}
.fa-linkedin:hover {
    color: #0094BC;
    background: #fff;
}
.fa-whatsapp {
    background: #4CAF50;
}
.fa-whatsapp:hover {
    color: #4CAF50;
    background: #fff;
}
/*-----------------------------------End of Footer-----------------------------------*/
            

/* ------------------------Start of Navigational Bar------------------------------- */
.navBar {
    display: flex;
    background-color: #333;
    align-items: center; /* My addition */
    flex-wrap: wrap;
}

/* Style the navigation bar links */
.navBarLink {
    color: white;
    /*padding: 14px 20px;*/
    text-decoration: none;
    text-align: center;
    padding-left:26px;
    padding-right: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    width: auto;
}
.active {
    background-color: #4CAF50;
    color: white;
}

/* Change color on hover */
.navBarLink:hover {
    background-color: #ddd;
    color: black;
}

.fa, .fa-bars {
    color: #fff;
    font-size: 20px;
}

/* Hide navigation bar on small screen */
@media screen and (max-width: 700px) {
    .navBarLink {   
        display: none;
    }
}

/* Navigation bar sticky class */
.stickyClass {
    position:fixed;
    top:0;
}
.stickyClass + #negatenavBarJump {
    padding-top: 60px;
}

/* Toggle between sticky and non-sticky side column on scroll */
.fixed {
    position: fixed;
    width: 33.3%;
    height: 45%;
    top: 40%;
    /*left: 0;*/

}
.absolute {
    position: absolute;
    /*left: 0;*/
    height: 30%;
}
/* ------------------------------- End of Navigation style ------------------------------------------ */

/* ------------------------------- Start of small screen Navigation ---------------------------------- */
/* Top spacing of drop down content */
.dropDownContentTopSpacing {
    top: 33px;
}
.smallScreenNav {
/* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.smallScreenNavItems {
    position: relative;
    top: 0%; /* 25% from the top */
    width: 80%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    background: linear-gradient(45deg,#6ac1c5,#9900cd);;/*#9900cd*/
}

/* The navigation links inside the overlay */
.smallScreenNavLink, .dropdown-btn {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding-left: 15px; 
}

.smallScreen-DropDownLink {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    border: none;
    background: #fff;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding-left: 50px;
}

.smallScreen-DropDownLink:hover {
    background: #000;
    color: #fff;
}

/* When you mouse over the navigation links, change their color */
.smallScreenNavLink:hover, .dropdown-btn:hover, .smallScreenNavLink:focus {
    color: #000;
    background: #fff;
}

/* Position the close button (top right corner) */
.smallScreenNav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
menuIcon {
    display: none;
}

.menuIconColor {
    color: #f2f2f2;
}

.menuIconHolder {
    display: none;
    width: 7%; /* change width and height from previous to this */
    height: 40px;
    justify-content: center;
    align-items: center;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/* Active class to the drop down link on small screens */
.active-dwn-link {
    color: #fff !important;
}

/* --------------------- Start Dropdown Menu style ------------------------- */
/* The container <div> - needed to position the dropdown content */
.dropDownContainer {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropDown {
    display: none;
    position: absolute;
    background-color: #ddd;
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropDownLink {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropDownLink:hover {
    background-color: black;
    color: #fff;
}

/* Show the dropdown menu on hover */
.dropDownContainer:hover .dropDown {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropDownContainer:hover .dropDown-active {
    background-color: #ddd;
    color: black;
}
/* Dropdown Content (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-content {
    display: none;
    background-color: none; /*#262626*/
}
/*-----------End of Dropdown Menu----------------*/

/* Style the <div> container, containing the link and dropdown buttons */
.toggle-menu-links-container {
    width: 100%;
    position: relative;
    display: flex;
    height: 40px;
    background-color: none;
    align-content: space-between;
    /* margin-bottom: 5px;  white spaces b/n bars */
}

/* Style the link buttons */
.toggle-menu-link {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    border: none;
    background-color: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding-left: 15px;
    width: 100%;
}

.toggle-menu-link:hover {
    color: #000;
    background: #fff;
}

/* -----Start of Dropdown Arrow Styling---*/
/*remove*/
dwn-arrow:hover {
    background: #000;
    color: #000;
}

/*-----------Down arrow styling-----------*/
.dwn-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
}
/* Before and After down arrow styling */
.dwn-arrow::before,
.dwn-arrow::after {
    position: relative;
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    transition: 0.3s ease-in-out;
}

.dwn-arrow::before {
    transform: rotate(45deg);
}

.dwn-arrow::after {
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
}

/* arrow classes to toggle */
.dwn-arrow-onclick::before {
    transform: rotate(-45deg);
}
.dwn-arrow-onclick::after {
    transform: rotate(45deg);
}
/*-----End of Down Arrow styling-----*/
            

@media screen and (max-width:800px) {
    .navBar{display: none;}
    .menuIconHolder {display: flex;}
    /*.searchbox-div {width:100%;}*/
}

@media screen and (min-width:800px) {
    .smallScreenNav {display: none;}
}
/*----------------------------------End of Small Screen Nav Styling-------------------------*/

/*----form styling -------------*/
/* Positioning form on page */
.requestFormContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #d9e6ed;
    border: 1px solid #ccc;
    margin: 20px auto 0;
    border-radius: 5px;
    margin-bottom: 30px;
}

/* Padding for form container */
.formContainerPad {
    padding: 40px 40px 40px; /*TLB*/
}

/* On smaller screens, reduce the padding */
@media only screen and (max-width: 448px) {
    .formContainerPad {
        padding: 5px 5px 5px; /*TLB*/
    }
}

/* Padding for column 8 */
.col8Pad {
    padding-left: 2%;
    padding-right: 2%;
}

/* On smaller screens, reduce the padding for column 8 */
@media only screen and (max-width: 448px) {
    .col8Pad {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.formElementDiv {
    margin-bottom: 15px;
}

.formElement {
    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formElement:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formElement::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.formElement:-ms-input-placeholder {
    color: #999;
}
.formElement::-webkit-input-placeholder {
    color: #999;
}
.formElement::-ms-expand {
    background-color: transparent;
    border: 0;
}
.formElement[disabled],
.formElement[readonly],
    fieldset[disabled] .formElement {
    background-color: #eee;
    opacity: 1;
}
.formElement[disabled],
    fieldset[disabled] .formElement {
    cursor: not-allowed;
}
textarea.formElement {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}     

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.btnSubmit {
    color: #fff;
    background-color: #9900cd;
    border-color: #9900cd;
}
.btnSubmit:focus,
.btnSubmit.focus {
    color: black;
    background-color: #ddd;
    border-color: #ddd;
}
.btnSubmit:hover {
    color: black;
    background-color: #ddd;
    border-color: #ddd;
}
.btnSubmit:active,
.btn-submit.active {
    color: black;
    background-color: #ddd;
    border-color: #ddd;
}
/*------End of form styling----------*/

/*------------------Table Styling---------------------*/
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td {
    text-align: center;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.2rem;
    font-size: 0.8rem;
}

table {
  border-collapse: collapse;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-action {
    padding: 0.2rem;
}


/*-----------------------------------General Styles------------------------------------*/

/* Bible Verses Styling */
.verseDiv {
    background: #b4c6e7; 
    border: 1px solid #b4c6e7; 
    border-radius: 10px; 
    padding:10px;
}
.verse {
    text-align:center; 
    padding-left:10px; 
    padding-right: 10px;
}
.verseQuoteMarks {
    color: #9900cd;
}
.list-margin {
    margin-left: 5px;
}

/* Drop letter case styling */
.firstLetter::first-letter {
    font-size: 200%;
    color: #9900cd;
}

.center-flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexColumn {
    display: flex;
    flex-direction: column;
}
.flexRow {
    display: flex;
    flex-direction: row;
}

.w100 {
    width:100%;
}

.w90 {
    width: 90%;
}
.w80 {
    width: 80%;
}
.w70 {
    width: 70%;
}
.w60 {
    width: 60%;
}

.general-link {
    text-decoration: none;
}

.flex-space-btn {
    display: flex;
    align-content: space-between;
    justify-content: space-between; 
}

.flexCenterSpBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* How can we pray for you */
.homepage-btn {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    background: #9900cd;
    border-radius: 5px;
}
/* Change color on hover */
.homepage-btn:hover {
    background-color: #ddd;
    color: black;
}

/* Membership and Prayer Request feedback buttons */
.btnPopup {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-decoration: none;
    padding: 7px;
    border-radius: 4px;
}
.btnPopup:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/* small screen width */
@media (max-width: 767.98px) {
    .screen100w {
        flex-direction: column;
    }
    .screen100wBtn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Conference page, Featuring speakers: switch between row and column */
@media only screen and (max-width: 775px) {
    #featuring {
        flex-direction: column;
        align-items: center;
    }
}

/* Switch photo and video layout of gallery from row to column */
@media only screen and (max-width: 775px) {
    .switchToColumn {
        flex-direction: column;
    }
}

/* Add padding to the right when gallery in row layout */
@media only screen and (max-width: 800px) {
    .galleryPad {
        margin-bottom: 5px;
    }
}

/* Add padding to the bottom when gallery in column layout */
@media only screen and (min-width: 800px) {
    .galleryPad {
        margin-right: 5px;
    }
}

/* Sets the height of the video and image viewer referencing width of window */
.viewerHeight {height: 300px;}
@media only screen and (min-width: 800px) {
    .viewerHeight {height: 250px;}
}
@media only screen and (min-width: 890px) {
    .viewerHeight {height: 300px;}
}
@media only screen and (min-width: 1182px) {
    .viewerHeight {height: 400px;}
}


/* Controlling Media player */
/* For mobile phones and small screens grid layout */
[class*="cols"] {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
}

/* For larger screens */
@media only screen and (min-width: 800px) {
    /* Column Layout */
    .cols1 {
        width: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
        min-width: 8.33%;
    }
    .cols2 {
        width: 16.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
        min-width: 16.66%;
    }
    .cols3 {
        width: 25%;
        flex-basis: 25%%;
        max-width: 25%%;
        min-width: 25%;
    }
    .cols4 {
        width: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
        min-width: 33.33%;
    }
    .cols5 {
        width: 41.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
        min-width: 41.66%;
    }
    .cols6 {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
        min-width: 50%;
    }
    .cols7 {
        width: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
        min-width: 58.33%;
    }
    .cols8 {
        width: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
        min-width: 66.66%;
    }
    .cols9 {
        width: 75%;
        flex-basis: 75%;
        max-width: 75%;
        min-width: 75%;
    }
    .cols10 {
        width: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
        min-width: 83.33%;
    }
    .cols11 {
        width: 91.66%;
        flex-basis: 91.66%;
        max-width: 91.66%;
        min-width: 91.66%;
    }
    .cols12 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 {
        display: flex;
        position: relative;
        background-color: darkgray;
        padding-left: 5px;
    }
}

/*For setting viewer width on small and large screens */
[class*="viewerCol"] {
    width: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%;
    min-width: 91.66%;
}

@media only screen and (min-width: 800px) {
    /* Column Layout */
    .viewerCol6 {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .viewerCol6 {
        display: flex;
        position: relative;
        background-color: darkgray;
        padding-left: 5px;
    }
}

/* switch between row and column weekly services on church page */
@media only screen and (max-width: 433px) {
    #weeklyServicesDisplay {
        flex-direction: column;
    }
}
