/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btPMDoTpA&skey=36a3d5758e0e2f58&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRgejiMIKQ&skey=8b00183e5f6700b6&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY67FIEjg&skey=a1029226f80653a8&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHxIZrCE&skey=cd2dd6afe6bf0eb2&v=v15) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	font-family: "Calibri", sans-serif;
	color: #000000;
	background-color: #fff;;
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: .01em;
	line-height:1.6
}

.top-nav-title {
	background-image: url("../img/SheridanS.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 8rem;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
}

.top-nav-title h1 {
	font-weight: bold;
	margin-bottom: 0;
}

a {
	color: #000000;
	text-decoration:none
}

a:focus, a:hover {
	color:#d80000;
}

.top-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem;
}

.top-nav > div {
	margin-bottom: 1em;
}

.top-nav-title, .top-nav-links {
	flex-basis: 1;
}

.top-nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-items: right;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 100;
}

.dropdown:hover > .dropdown-content {
	display: block;
}

.top-nav-links > div {
	min-width: 11em;
}

.top-nav-links ul {
	list-style: none;
	margin-left: 1em;
}

.top-nav-links li {
	margin: 0;
}

.top-nav-links a {
}

footer {
	padding: 1rem 2rem;
	border-top: solid 1px #000000;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 50;
}

footer .sheridan {
	margin: 1em auto;
	width: 21rem;
	background-image: url("../img/SheridanS.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 4rem;
	line-height: 2rem;
}

footer .copyright {
	font-size: 1rem;
}

.container {
	margin-bottom: 11rem;
}

.container p {
	margin-bottom: 1em;
}

.container h3, .container h2 {
	text-align: center;
}

.users h2, .users h3 {
	text-align: left;
}

.about {
	margin-bottom: 4em;
}

.branding .row {
	align-items: center;
}

.branding .row .column {
	align-items: center;
}

strong.helix {
	background-image: url('../img/text/helix.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
	width: 3em;
	background-position-y: 0.25em;
}

.centered {
	text-align: center;
}

.grads {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 1em;
}

.grads > .grad {
	text-align: center;
	max-width: 36rem;
}

.grads > .grad > a > img {
	width: 238px;
	height: 238px;
	object-fit: cover;
}

.portrait {
	width: 100%;
}

.users > div, .thesis > div {
	margin-bottom: 5rem;
}

.project div.row {
	align-items: center;
}

.product .gallery { 
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	justify-content: center;
	align-items: center;
}

.product .gallery > div {
	width: 32%;
}

.product .gallery > div.featured {
	width: 50%;
}

.users .links {
	display: flex;
	flex-wrap: wrap;
}

.users .links .social {
	display: block;
	height: 3rem;
	width: 3rem;
	overflow: hidden;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.users .links .social:before {
	  display: block;
	  content: '\00a0\00a0';
	  background-size: 3rem 3rem;
	  height: 3rem;
	  width: 3rem;
}

.users .links .website:before {
	  background-image: url('../img/links/www.png');
}

.users .links .instagram:before {
	  background-image: url('../img/links/ig.png');
}

.users .links .linkedin:before {
	  background-image: url('../img/links/in.png');
}

.awards .row {
	align-items: center; 
	min-height: 200px;
	gap: 0 2rem;
}

@media (min-width: 640px) {

	.grads > .grad {
		width: 18%;
	}

	.process .gallery {  
		display: grid; 
		grid-template-columns: repeat(6, 1fr);  
		gap: 5em 5em; 
	}
  
	.image_1 { grid-area: 1 / 1 / 3 / 4; }
	.image_2 { grid-area: 2 / 4 / 4 / 7; }
	.image_3 { grid-area: 3 / 1 / 5 / 4; }
	.image_4 { grid-area: 4 / 4 / 6 / 7; }
	.image_5 { grid-area: 5 / 1 / 7 / 4; }

	.snapshots {
		display: grid;
		grid-template-columns: repeat(2, 1fr);  
		gap: 1em 1em;
		align-items: center;
	}

}
