/**
 * Theme Name: PG Core Child - Y Magazine
 * Theme URI: https://create.byu.edu
 * Description: Theme built for the Y Magazine website.
 * Author: BYU Publications & Graphics
 * Author URI: https://create.byu.edu
 * Template: pg-core
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Include any other site specific or global styles here */

:root {

	--mag-grey: #888b8d;
	--museo-slab: museo-slab, serif;
}

html {
	font-size: 66.6666667%;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: white;
}

div {
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
	color: var(--byu-royal);
}

p {
	font-family: var(--public-sans);
	line-height: 3rem;
	margin: 0;
	margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--ringside-ssm);
	font-weight: 500;
}

h2 {
	margin: 4rem 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--ringside-ssm);
	font-weight: 500;
	line-height: 1.4;
}

.ymag-header--float {
	width: 100%;
	background-color: var(--byu-white);
	z-index: 3;
}

.ymag-header--float.ymag-header--active {
	animation: fadeIn 1s;
	top: 0;
	z-index: 50;
	position: fixed;
}

@keyframes fadeIn {
	0% {
		opacity: .8;
		top: -190px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}

body a {
	color: var(--byu-royal);
}

.autosuggest-link-text {
	font-size: .8em;
	color: #8f8f8f;
	margin: 4px 0
}

body a:hover {

	color: var(--byu-royal-light);
}

.hidden {
	display: none;
	visibility: hidden;
}

@font-face {
	font-family: VistaMedium;
	font-weight: 500;
	font-style: normal;
	src:
		url(./src/css/fonts/Vista_Sans_OT/VistaSansOT-Medium.otf),
		url(./src/css/fonts/Vista_Sans_OT/vistasansmed-020415006EmigreWebOnly.eot),
		url(./src/css/fonts/Vista_Sans_OT/vistasansmed-020415006EmigreWebOnly.eot?#iefix) format("embedded-opentype"),
		url(./src/css/fonts/Vista_Sans_OT/vistasansmed-020415006EmigreWebOnly.woff2) format("woff2"),
		url(./src/css/fonts/Vista_Sans_OT/vistasansmed-020415006EmigreWebOnly.woff) format("woff");
}
