:root {
  --main-color: #000000;
  --main-bg-color: #ffffff;
  --nav-color: #000000;
  --secondary-color: #666666;
  --alternate-color: #999999;
}
body {
	background: var(--main-bg-color);
	padding-top: 7.5rem;
	font-family: 'Crimson Text', serif;
}
a, a:hover, a:focus {
    text-decoration: underline;
}
p { font-size: 1.25rem; }
.container > nav,
body > nav.navbar {
	background: var(--nav-color);
	color: white;
	position: absolute;
	top: 0;
	padding: 1rem;
}
body > nav, #titleCard button, h1, h2, h3, .card > div .title, .card .meta, .bottom.row > div .title, .bottom.row .meta, .legend, footer {
	font-family: 'Roboto', sans-serif;
}
.container > nav.navbar-dark .navbar-nav a.nav-link,
body > nav.navbar-dark .navbar-nav a.nav-link {
	color: white;
	text-transform: uppercase;
	padding: 0.6rem 1.1rem;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-brand > img { height: 60px; }
#journalSections .nav-item { letter-spacing: 0.5px; }

.edBoard {
    padding-bottom: .5rem;
}

.edBoard-title {
    text-align: center;
    margin:auto;
    padding-bottom: .5rem;
}
.edBoard-group {
    text-align: right;
}
.edBoard-name {
    text-align: left;
}
.edBoard-end {
    text-align: center;
    margin: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.edBoard-advisor {
    text-align: center;
    margin: auto;
}
.symposia-title {
    font-size:1.5rem;
    font-weight:900;
    margin:auto;
    padding-bottom: .5rem;
    line-height: 1.5;
}
.symposia-location {
    font-size:1.25rem;
    font-weight:500;
    margin:auto;
    line-height: 1.5;
}


#titleCard {
	border: 1px solid var(--main-color);
	margin: 0 auto 3rem;
	padding: 1rem;
}
#titleCard h1 { font-weight: 900; }
#titleCard button {
	display: block;
	margin: 1rem auto;
	border: 1px solid var(--main-color);
	border-radius: 0;
	width: 10rem;
}
#titleCard button, .card .meta, .feature h2, .sidebar h3, .bottom.row .meta, .legend {
	color: var(--main-color);
}
#titleCard a {
    color: var(--main-color);
    font-family: 'Crimson Text', serif;
}
#titleCard a.btn {
    display: block;
    margin: 1rem auto;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

#titleCard img.symposium_image {
    margin-bottom: 2rem;
    float: right;
    width: 400px;
}

main > div.container:last-child { 
	padding-left: 0;
	padding-right: 0;
}
#loading { text-align: center; margin: 10rem 0 0; }
#app {
	padding: 1rem;
}
#app ul {
    list-style: none;
    padding: 0px;
}

#app #issues li {
    border-bottom: 1px solid #ccc;
}

#app a {
    color: #000;
    font-family: 'Crimson Text', serif;
    font-size: 1.25rem;
}

#app a:hover {
    color: var(--main-color);
}

#app p.authors {
    margin-bottom: 0;
}

span.type {
    color: var(--main-color);
}

.downloads {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

.card {
	background: white;
	border: 0;
	border-top: 2px solid black;
	border-radius: 0;
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}
.card > div:nth-child(2) > img { width: 100%; margin-bottom: 0.6rem; }
.card > div .title, .sidebar.card > div p.title, .bottom.row > div p.title { font-size: 1.5rem; font-weight: bold; }
.feature {
	border-top-width: 5px;
}

.sidebar.card p.title, .bottom.row .title { line-height: 1.5rem; }
.sidebar.card, .feature.card { margin-bottom: 2rem; }
.feature h2, .sidebar h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 1rem 0 0.7rem;
}
.feature h2, .legend {
	font-size: 1.3rem;
}
.sidebar h3 {
	font-size: 0.7rem;
}
.card .title, .bottom.row > div .title {
	margin-bottom: 0;
}
.card .meta, .bottom.row .meta {
	text-transform: uppercase;
	font-size: 0.7rem;
}
.feature.card .meta, .bottom.row .meta {
	margin: 0.2rem 0;
}
.sidebar.card .meta, .bottom.row .meta {
	margin: 0.3rem 0 0.2rem;
}
.card > div {
	margin-bottom: 1rem;
	border-bottom:	1px solid #ccc;
}
.card > div:last-child { border-bottom-width: 0; }
span.separator { display: inline-block; margin: 0 0.2rem; }
.legend { text-align: center; }
.legend span { display: inline-block; position: relative; top: 1rem; background: #f6f6f6; padding: 0 0.5rem; text-transform: uppercase; font-weight: bold; }
.card .summary, .bottom.row .summary { line-height: 1.5; }
.bottom.row > div { margin: 1rem 0; }
.bottom.row {
	border: 1px solid var(--main-color);
	padding: 1rem;
	margin: 0;
}

.edBoard-advisor {
	font-size: 1.5rem;
	}

footer {
	color: white;
	background: var(--nav-color);
	padding: 3rem 0 3rem;
	margin-top: 5rem;
	font-size: .8rem;
}
#footerCard { text-align: center; }
#footerCard a.btn {
    display: block;
    margin: 1rem auto;
    border: 1px solid var(--main-color);
    background-color: var(--main-bg-color);
    color: var(--main-color);
    border-radius: 0;
    width: 10rem;
    font-family: 'Roboto', sans-serif;
}
a.social { font-size: 1.5rem; }
a.social i { font-size: 2rem; margin-right: 1rem; }
a.social:hover { color: white; }


#footerLinks li, a {
    color: white;
    font-family: 'Roboto', sans-serif;
}
footer .row { padding-bottom: 1rem; }
footer .footerlist { border-bottom: 1px solid var(--main-color); font-size: 1.25rem; }

footer ul { list-style-type: none; padding: 0; line-height: 1.5rem; }
footer > div { padding-bottom: 1rem; }
footer .col-12 button {
	border: 1px solid var(--main-color);
	padding: 0.5rem 1rem;
	line-height: 1rem;
	font-weight: 100;
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	color: var(--main-color);
	font-size: 0.85rem;
	border-radius: 0;
}
footer .col-12 button:hover { color: var(--main-color); }
footer .copyright .col {
	border-top: 1px solid #ccc;
	margin: 0 15px;
	padding: 1rem 0;
	opacity: 0.8; 
}

#app #issues li > div > p { margin-bottom: 0; }
#app #issues li > div > p:last-child { margin-bottom: 1rem; }
