/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

/* ----- structure --------- */

body {
	font-family: jubilat, serif;
	font-weight: 200;
	background-color: #f1f3f4;
}

html {
	background: url(../images/new-selfie.jpg) no-repeat fixed center center;
	background-size: cover;
	scroll-padding-top: 70px;
}

article {
	width: 90%;
	margin: 3em auto;
}

aside {
	/*outline: 1px solid #9CACB3;*/
	background-color: #E0E5E8;
	padding: 30px;
}

section {
	margin: 50px auto;
	clear: both;
}

header {
	padding: 100px 30px 30px 30px;
	color: #f1f3f4;
	max-height: 100vh;
	width: 100%;
	position: relative;
}

header h1 {
	font-family: 'all-round-gothic', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 6em;
	/*margin: 0 auto;*/
	color: white;
	font-weight: bold;
	line-height: .8em;
	padding-top: 0;
	letter-spacing: -0.05em;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

div.basicinfo {
	margin-top: 50px;
}

footer {
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	border-top: 1px solid grey;
	margin: 0 9em;
	clear: both;
}

table {
	width: 100%;
}

tr {
	line-height: 2em;
	border-bottom: 1px dotted #9cabb2;
}

tr:last-child {
	border-bottom: none;
}

tr:first-child {
	border-bottom: 2px solid #9cabb2;
}

td.sess {
	width: 25%;
	font-weight: 400;
	text-transform: uppercase;
}

td.date {
	width: 25%;
}

td.topic {
	width: 50%;
}

th {
	font-family: 'all-round-gothic', sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	color: #9cabb2;
}

tr.lab {
	background-color: #E0E5E8;
}

.instr {
	margin-bottom: 16px;
}

div.deadlines {
	margin: 30px 0;
}

div.deadlines p {
	margin-bottom: 0;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
}

/* ---------------- typography --------------- */

footer, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: 'all-round-gothic', sans-serif;
	text-transform: lowercase;
}

.deadline {
	font-weight: 700;
	font-family: 'all-round-gothic', sans-serif;
}

h2 {
	font-family: 'all-round-gothic', sans-serif;
	font-size: 2em;
	/*margin-top: 1.5em;*/
	color: #EC1651;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin-bottom: 8px;
}

h4 {
	padding-top: 1em;
}

h5 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 700;
	color: #646566;
	margin-top: 16px;
}

h5.instructor {
	color: black;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.2;
}

h6 {
	padding-top: .2em;
	font-size: 1.2em;
	line-height: 1.2;
}

.red {
	color: #EC1651;
}

div.basicinfo h6 {
	margin-top: 16px;
}

ul li {
	line-height: 1.6;
	list-style-position: inside;
}

article ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}

ul {
	list-style-position: inside;
	margin-bottom: 16px;
}

p {
	font-family: jubilat, serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #4b4b4b;
	margin-bottom: 16px;
}

p.role {
	margin-bottom: 8px;
	font-style: italic;
	color: #636466;
}

figcaption {
	font-family: 'all-round-gothic', sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #4b4b4b;
}

a {
	color: #EC1651;
	font-weight: 500;
	text-transform: lowercase;
}

a:hover {
	color: #8B0029;
}

/* unvisited link */
a.mainlink:link {
  color: #EC1651;
}

/* mouse over link */
a.mainlink:hover {
  color: #8B0029;
}

a.email {
	background-color: white;
	line-height: 30px;
	display: block;
	padding: 0 5px 0 100px;
	position: relative;
	left: -100px;
	margin-top: 5px;
	border-radius: 15px;
	width: 300px;
}

li {
	font-size: 1.1em;
	margin: 0 auto 9px auto;
}

div.scroll {
	position: absolute;
	left: 30px;
	bottom: 50px;
	
}

div.scroll p {
	float: left;
	line-height: 30px;
	color: white;
	font-family: 'all-round-gothic', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1em;
	text-transform: lowercase;
}

div.scroll img {
	width: 30px;
	float: left;
	margin-right: 10px;
}

footer a {
	color: #EC1651;
}

 footer a:hover {
	color: #8B0029;
}

.caps {
	text-transform: uppercase;
}

.ital {
	font-style: italic;
}

.center {
	text-align: center;
}

.lecture {
	font-family: 'all-round-gothic', sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 700;
	padding-top: .2em;
	margin-bottom: 0em;
}

.fifty {
	color: #888888;
}

.boldby {
	font-weight: 900;
}

.navbar-brand, .nav-link  {
	font-family: 'all-round-gothic', sans-serif;
	margin-top: 0em;
}

.figobs {
	font-family: 'all-round-gothic', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: mediumvioletred;
}

.intro {
	font-family: 'all-round-gothic', sans-serif;
	font-size: 3em;
	line-height: 1.0em;
	padding-bottom: .2em;
	font-weight: bold;
	color: #EC1651;
}

.darkpink {
	color: #8B0029;
}

.hotpink {
	color: #EC1651;
}

.bold {
	font-weight: 500;
}

.italic, .readings {
	font-style: italic;
}

.pull {
	font-size: 175%;
	font-family: "Libre Franklin";
	font-weight: bold;
	text-align: center;
	line-height: normal;
	padding-top: 15px;
	color: #EC1651;
}

.pulltwo {
	font-family: "Libre Franklin";
	font-weight: bold;
	text-align: center;
	color: mediumvioletred;
}

.pullthree {
	font-size: 50%;
	font-family: "Libre Franklin";
	font-weight: bold;
	text-align: center;
	color: #EC1651;
}

.instr p {
	margin-bottom: 0;
}

.instr p a {
	font-family: 'all-round-gothic', sans-serif;
	font-weight: 600;
}

tr.lab td.sess {
	text-indent: 10px;
}

/* ---------------- images --------------- */

#dominantimage {
	background: url('../images/new-selfie.jpg') 100% 0 repeat fixed;
	max-width: 100%;
	height: 85vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.calendar {
	border-right: 1px dotted #EC1651;
}

.icon {
	max-width: 70%;
}

.mugshot {
	width: 80%;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	outline: 6px solid #EC1651;
	display: block;
}

.instr, h2 {
	text-align: center;
}

figure {
	width: 100%;
	margin-top:5px;
	margin-bottom: 20px;
}

img {
	width: 100%;
}

.handouts {
	border-top: 1px solid #EC1651;
	text-align: center;
	margin: 2em 0;
}

.handout {
	outline: 1px solid #EC1651;
}

img.mugshot:hover {
	transform: scale(1.15,1.15);
	transition: 1s ease-in-out;
}

/*STARTS MEDIA QUERIES FOR OTHER SCREEN WIDTHS*/

/*Small devices (landscape phones, 576px and up*/
@media (min-width: 576px) {

article {
	width: 80%;
	margin: 3em auto;
	}

	

.icon {
	max-width: 80%;
	}

/*header h1 {
	font-family: 'all-round-gothic', sans-serif;
	font-size: 3em;
	text-align: left;
	margin-left: .2em;
	width: 8em;
	color: white;
	font-weight: bold;
	line-height: .9em;
}*/

.intro {
	font-size: 3em;
}

#dominantimage {
	background: url('../images/new-selfie.jpg') 100% 0 repeat fixed;
	min-height:600px;
	max-height: 90vh;
	max-width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h6 {
	padding-top: .2em;
}
}

/* Medium devices (tablets, 768px and up*/
@media (min-width: 768px) {



		/*header h1 {
			font-family: 'all-round-gothic', sans-serif;
			font-size: 6em;
			text-align: left;
			margin-left: .2em;
			width: 100%;
			color: yellow;
			font-weight: bold;
			line-height: .9em;
		}*/

		.bigbyline {
			text-align: left;
			width: 18em;
			color: white;
			margin-left: 2em;
			margin-bottom: 2em;
		}

		#dominantimage {
			background: url('../images/new-selfie.jpg') 100% 0 repeat fixed;
			min-height:90vh;
			max-height: 100vh;
			max-width: 100%;
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		.intro {
			font-size: 3em;
		}


		.mugshot {
				float: left;
				width: 40%;
				margin-right: 2em;
			}



.instr, h2 {
	text-align: left;
}

.icon {
	max-width: 90%;
}
}

/*Large devices (desktops, 992px and up*/
@media (min-width: 992px) {



	article {
		width: 70%;
		margin: 6em auto;
	}

	.mugshot {
					float: left;
					width: 30%;
					margin-right: 2em;
				}


	h6 {
	padding-top: 1em;
	}


}
/*Extra large devices (large desktops, 1200px and up*/
@media (min-width: 1200px) {



	/*header h1 {
		font-family: 'all-round-gothic', sans-serif;
		font-size: 9em;
		text-align: left;
		margin-left: .5em;
		width: 100%;
		color: white;
		font-weight: bold;
		line-height: .8em;
		}
*/

		.mugshot {
				float: left;
				width: 20%;
				margin-right: 2em;
		}


	.bigbyline {
		text-align: left;
		width: 18em;
		color: white;
		margin-top: 1em;
		margin-left: 4em;
		margin-bottom: 2em;
		}
	}
