﻿.page_body {padding: 0px;}

.home_top_section{text-align:center;font-size:1.2em;min-height: 230px;padding: 22px 28px 26px;background: linear-gradient(to bottom, rgba(255, 255, 255, .74), rgba(255, 255, 255, .42) 45%, rgba(237, 244, 253, .88)), url(/images/home/top.png) center no-repeat;color: #17345f;border-radius: 15px 15px 0 0;}
.home_top_section_d{text-align:left;}
.home_quick_links {margin-top: 34px;display: flex;justify-content: center;align-items: center;gap: 10px;flex-wrap: wrap;}
.home_section{text-align:center; font-size:1.2em;margin-bottom: 40px;}
.home_link{margin-top: 20px;}

.home_feature_holder { padding: 26px 28px 30px; display: grid; gap: 18px; }
.home_feature_item { display: grid; grid-template-columns: minmax(0, 1fr) 82px; align-items: center; min-height: 130px; padding: 14px 18px; border-radius: 15px; border: 1px solid transparent; }
.home_feature_item_verse { background: linear-gradient(90deg, #f1faf6 0%, #fbfdfc 72%, #f0f8f5 100%); border-color: #e1f0e9; }
.home_feature_item_trivia { background: linear-gradient(90deg, #fff9eb 0%, #fffdf7 72%, #fff8e6 100%); border-color: #f7ead0; }
.home_feature_item_bible_trivia { background: linear-gradient(90deg, #f7f4fc 0%, #fdfcff 72%, #f4f0fa 100%); border-color: #ebe5f5; }
.home_feature_item-copy h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.2; }
.home_feature_item_verse h2 { color: #2c9b69; }
.home_feature_item_trivia h2 { color: #c98e00; }
.home_feature_item_bible_trivia h2 { color: #6f4ca2; }
.home_feature_item-copy p { margin: 0 0 8px; color: #18355d; font-size: 16px; line-height: 1.45; }
.home_feature_item-copy a { color: #087cf0; text-decoration: none; font-size: 16px; }
.home_feature_item-copy a:hover { text-decoration: underline; }
.home_feature_item-accent { height: 72px; border-left: 1px solid rgba(93,117,149,.16); display: flex; align-items: center; justify-content: center; }
.home_feature_item-accent img { width: 44px; max-height: 52px; opacity: .75; }

@media screen and (max-width: 1000px) {
    .home_top_section{border-radius: 0px;}
}

@media (max-width: 700px) {
    .home_feature_holder { padding: 18px 14px 22px; gap: 12px; }
    .home_feature_item { grid-template-columns: minmax(0, 1fr); min-height: auto; padding: 16px; }
    .home_feature_item-accent { display: none; }
    .home_feature_item-copy h2 { font-size: 18px; }
    .home_feature_item-copy p, .home_feature_item-copy a { font-size: 15px; }
}