Home
Featured Camps
Camp Directory
News & Articles
Contact Us
Boys
No items found
/* ----------------------------------------- */ /* View slug: genre-archives - start */ /* ----------------------------------------- */ .genre-camp-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(auto-fill); grid-gap: 10px; } @media only screen and (max-width: 768px) { .genre-camp-grid { display: flex !important; flex-flow: column !important; } } .genre-camp-single { display: flex; flex-direction:column; justify-content:center; align-items:center; border: 1px solid #798b42; border-radius: 10px; padding: 15px; font-size: 16px; text-align: center; } #featured-school-link { color: #798b42; font-weight:600; } /* ----------------------------------------- */ /* View slug: genre-archives - end */ /* ----------------------------------------- */