/* ----------------------  LOAD FONTS FROM SERVER ------------------------------ */

@font-face {
 font-family: "GrotzecCond-Demibold";
  src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/GrotzecCond-Demibold3.woff2);
}  

@font-face {
 font-family: "GrotzecCond-DemiboldItalic";
  src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/GrotzecCond-DemiboldItalic.woff2);
}  

@font-face {
 font-family: "LeJeunePoster-Regular";
  src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/LeJeunePoster-Regular.woff2);
} 

@font-face {
 font-family: "LeJeunePoster-RegularItalic";
  src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/LeJeunePoster-RegularItalic.woff2);
}

/* ----------------------  SITE STYLES  ------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  color: black;
  font-size:45px;
  text-align:center;
  font-family:"LeJeunePoster-Regular","Georgia", serif;
}
h3.byline {
  text-align:center;
  font-family:"LeJeunePoster-Regular","Georgia", serif;
  font-size:18px;
  letter-spacing:1.5px;

  
}
p {
  font-family:"Georgia","Times", serif;
  font-size: 20px;
  line-height: 145%;
  margin-bottom:30px;

}

a:link {

  color:blue;
  text-decoration:none;

}

a:visited {

color:lightblue;

}


a:hover {

  text-decoration:underline;
  background-color:lightpink;
}


a:active {

  color:purple;
}


/*
figure.smallpicture {
  width: 50%;
  float: left;
  margin-right: 20px;
}
*/

@media only screen and (max-width:500px) {  
figure.smallpicture2 {
  width:100%;
  
}
}

@media only screen and (min-width:501px) {  
figure.smallpicture2 {
  width:50%;
  float:left;
  margin-right: 20px;
  padding-right: 20px;
  
}
}
blockquote {
  background-color: black;
  color:white;
  padding: 2em;
  margin:30px 0;
}

@media only screen and (max-width:500px) {
figcaption {
  text-align: center;
  padding:2em;
  font-size:15px
}
} 

@media only screen and (min-width:501px) {
figcaption {
  text-align: center;
  padding:2em;
  font-size:20px
}
} 
@media only screen and (max-width:500px) {

div.article {
  padding-top: 2em;
   width: 90%;
  margin: 0 auto 0 auto;
}
}

@media only screen and (min-width:501px) { 

div.article {
  padding-top: 2em;
   width: 64%;
  margin: 0 auto 0 auto;
}
}
.row {
  display: flex;
  margin-bottom: 2em;
}

.row2 {
  display:flex;
  margin-bottom: 2em;
  
}
.smallwood-column-left {
  flex: 50%;
  max-height: fit-content;
}
.michelmore-column-left {
  flex:auto;
  max-height:fit-content;
}

.smallwood-column-right {
  margin-left: 2em;
  flex: 50%
}

@media only screen and (max-width:500px) { 
.big-quote {
  font-size: 30px;

}
}

@media only screen and (min-width:501px) { 
.big-quote {
  font-size: 25px;
}
}

figure.firstpicture {
  
  width: 80%;
  margin:0 auto 0 auto;  
  
}

figure.firstpicture img {
  width: 100%;
}

div.firstsection {
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
  
  
}

figure.farmersmarket {
  
  width: 100%
}

@media only screen and (max-width:500px) { 
.saraquote {
    font-size: 30px;
  width:100%;
  float: right;
}
}

@media only screen and (min-width:501px) { 
.saraquote {
    font-size: 25px;
  width:48%;
  float: right;
}
}

.farmersquote {
  
  font-size: 25px;
}

.lastquote {
  flex: 50%;
  max-height: fit-content;
  margin-block:20px
}

.farmersmarket {
  transform: scale(0.75)
}

/*-- ------------ NAV BAR --------------------- */

ul.nav {
  
  background-color: #2961c2;
  color: white;
  padding: 5px;
  font-family: "GrotzecCond-Demibold", "Impact", Sans-serif;
  font-size: 2em;
  overflow: hidden;
  list-style-type:none;
}

ul.nav li {
  
  float:left
}

ul.nav li.logo {
  position: relative;
  left: 40%
  
}

ul.nav li a:link {
  text-decoration:none;
  color:white;
  
}

ul.nav li a:visited {
  
  color:white;
}

div.dropdowncontent {
  display:none;
  position:absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 grey;
  z-index: 1;
   
}


ul.nav li.logo a:hover {
  
  text-decoration: none;
  background-color: #2961c2;
  letter-spacing: 2px;
  transition: letter-spacing 0.3s ease-in;
}

li.dropbutton:hover div.dropdowncontent {
  
  display:block;
}

li.dropbutton:hover div.dropdowncontent a:link {
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:visited { /* The same as above */
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:hover {
color: white;
background-color: #666;
transition: background-color 0.2s ease-in;

}

span.dropcap {
  font-size: 4.8em;
  line-height: 0.8;
  float:left;
}

/*-- ------------ NAV BAR --------------------- */

ul.nav {
  
  background-color: #2961c2;
  color: white;
  padding: 5px;
  font-family: "GrotzecCond-Demibold", "Impact", Sans-serif;
  font-size: 2em;
  overflow: hidden;
  list-style-type:none;
}

ul.nav li {
  
  float:left
}

ul.nav li.logo {
  position: relative;
  left: 40%
  
}

ul.nav li a:link {
  text-decoration:none;
  color:white;
  
}

ul.nav li a:visited {
  
  color:white;
}

div.dropdowncontent {
  display:none;
  position:absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 grey;
  z-index: 1;
   
}


ul.nav li.logo a:hover {
  
  text-decoration: none;
  background-color: #2961c2;
  letter-spacing: 2px;
  transition: letter-spacing 0.3s ease-in;
}

li.dropbutton:hover div.dropdowncontent {
  
  display:block;
}

li.dropbutton:hover div.dropdowncontent a:link {
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:visited { /* The same as above */
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:hover {
color: white;
background-color: #666;
transition: background-color 0.2s ease-in;

}
 


.videos {
    display: flex;
    justify-content: center;
    gap: 20px;          
    flex-wrap: wrap;    
    margin-bottom: 10px;
}

.videos video {
    width: 250px;      
    height: auto;
    border-radius: 8px;
}


.burnout-wrapper {
    background: #faf9f7;
    border: 1px solid #000;
    border-radius: 14px;
    padding: 40px;
    margin: 60px auto;
    max-width: 800px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.burnout-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    font-family: "LeJeunePoster-Regular", "Georgia", serif;
    line-height: 1.7;
    color: #222;
}

h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.9rem;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    color: #111;
}

h3 {
    margin-top: 30px;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #111;
}

.checklist {
    margin-top: 18px;
}

.checklist label {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 14px 16px;
    margin: 12px 0;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    transition: 0.25s ease;
    cursor: pointer;
    font-size: 1rem;
}

.checklist label:hover {
    border-color: #000;
    background: #fdfdfd;
    transform: translateY(-1px);
}

.checklist input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #000;
    margin-right: 14px;
}

.suggestions {
    margin-top: 40px;
    padding: 30px 28px;
    background: #faf9f7;
    border: 1px solid #d8d6d1;
    border-radius: 8px;
}

.suggestions ul {
    margin-top: 20px;
    padding-left: 20px;
}

.suggestions li {
    margin-bottom: 14px;
    list-style-type: disc;
    font-size: 0.97rem;
    color: #333;
}


.check-btn {
    margin-top: 25px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 6px;
    background: #000;
    color: #fff;
    border: none;
    transition: 0.25s;
}

.check-btn:hover {
    background: #333;
}


.result-message {
    margin-top: 25px;
    font-weight: 600;
    font-size: 1.2rem;
    display: none;
}


