/* This stylesheet contains CSS styles specific to the homepage */

@import url('./homepage/header.css');
@import url('./homepage/navbar.css');
@import url('./homepage/tags.css');
@import url('./homepage/articles.css');
@import url('./homepage/bands.css');
@import url('./homepage/infographic.css');
@import url('./homepage/vox-populi-preview.css');
@import url('./homepage/editors-note.css');
@import url('./homepage/voter-turnout-preview.css');
@import url('./homepage/h2h-fasttalk-preview.css');
@import url('./homepage/how-to-vote.css');

/* For anchor links, offset the scroll snap to 3.5rem above the section.
   This avoid the navbar from overlapping on top of the section. */
#articles,
#voter-turnout, 
#h2h-fastTalk, 
#vox-populi,
#editors-note {
    margin: 4rem 0;
}

#articles,
#voter-turnout, 
#h2h,
#fast-talk, 
#vox-populi,
#editors-note {
    scroll-margin-top: 5.5rem; /* Height of navbar */
}