/**
 * @file less/pages/indexJournal.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Stylesheet for index page for single-journal installations
 *
 */

.homepage_image {
	min-height: 35vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.journal_summary {
	margin-top: 3em;
	margin-bottom: 3em;
}

.current_issue header {
	margin-bottom: 100px;
}

.current_issue_title span {
	display: block;
}

.current_issue_label {
	font-family: @font-family-secondary;
	font-weight: 400;
	font-size: 16px;
}

.current_issue_identification {
	margin: 20px 0;
}

.current_issue_year {
	display: block;
}

.additional_content {
	margin-top: 70px;
}

// Announcements section
.announcements {
	margin: 40px 0;

	h2 {
		margin-bottom: 15px;
	}
}

.announcement {
	margin-bottom: 40px;
}

.announcement_date {
	font-family: @font-family-secondary;
	font-size: 0.75em;
}

.announcement_title {
	margin-top: 0.15rem;
	font-size: 1em;
	font-weight: normal;

	a {
		border-bottom: none;
		box-shadow: none;
	}

}
