* { box-sizing: border-box; }
body { padding: 0px; margin: 0px; }

/* Large image, smaller light box, dark text */
section.featured { padding: 25px; background: linear-gradient(0deg, #8888, #8880 6px), no-repeat fixed 0% 0% / cover url(../images/markus-spiske-XrIfY_4cK1w-unsplash.jpg); }
section.featured .content { background-color: #D0D6B3; color: #143109; margin: 75px auto; padding: 50px; max-width: 600px; }
section.featured a { color: #143109; }
section.featured a:hover { opacity: 0.75; }
section.featured .btn { display: block; background-color: #143109; color: white; border-radius: 0px; }

.contactContainer { max-width: 300px; margin: auto; }

/* ... */
section.secondary h2.sectionTitle { font-size: 20pt; }
section.secondary h3.sectionTitle { font-size: 16pt; }
section.secondary .sectionImage { display: block; height: auto; width: 80%; margin: 75px auto; border: none; filter: sepia(50%); box-shadow: 5px 5px 5px #0002; }
section.secondary .sectionContent { margin: 85px auto; max-width: 650px; padding: 0px 15px; }
section.secondary a, a:hover { text-decoration: underline; }
section.secondary a:hover { opacity: 0.75; }
section.secondary .btn, section.secondary .btn:hover { text-decoration: none; border-radius: 0px; padding: 8px 60px; box-shadow: 5px 5px 5px #0002; }
section.secondary .btn:hover { opacity: 0.75; }
section.secondary ul { list-style-type: square; }

section.secondary:nth-child(3n+1) { background-color: #143109; color: #D0D6B3; }
section.secondary:nth-child(3n+1) h2.sectionTitle {  color: #D0D6B3; }
section.secondary:nth-child(3n+1) h3.sectionTitle {  color: #D0D6B3; }
section.secondary:nth-child(3n+1) a, a:hover { color: #D0D6B3; }
section.secondary:nth-child(3n+1) .btn, section.secondary:nth-child(3n+1) .btn:hover { background-color: #D0D6B3; color: #143109; }

section.secondary:nth-child(3n+2) { background-color: #FFF; color: #000; }
section.secondary:nth-child(3n+2) h2.sectionTitle {  color: #000C; }
section.secondary:nth-child(3n+2) h3.sectionTitle {  color: #000C; }
section.secondary:nth-child(3n+2) a, a:hover { color: #000C; }
section.secondary:nth-child(3n+2) .btn, section.secondary:nth-child(3n+2) .btn:hover { background-color: #143109; color: #FFF; }

section.secondary:nth-child(3n+0) { background-color: #c9b998; color: #000C; }
section.secondary:nth-child(3n+0) h2.sectionTitle {  color: #000C; }
section.secondary:nth-child(3n+0) h3.sectionTitle {  color: #000C; }
section.secondary:nth-child(3n+0) a, a:hover { color: #000C; }
section.secondary:nth-child(3n+0) .btn, section.secondary:nth-child(3n+0) .btn:hover { background-color: #000A; color: #FFFc; }

@media (max-width: 1200px) {
    section.secondary .sectionImageContainer { display: none; }
    section.secondary .sectionContentContainer { display: block; margin: auto; }
    section.secondary .sectionContent { margin: 8vw auto; padding: 0px 5vw; }
}


/*
#143109
#F98948
#D0D6B3
#4A6D7C
#650D1B
*/