﻿html { 
    scroll-behavior: smooth; 
}

.logotext {
	font-family: lustria, serif;
	color: #fff;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0.2em 0.2em 0.2em #000;
}

.title {
	font-size: 3em;
}

.subtitle {
	letter-spacing: 10px;
}

hr {
	height: 1px;
	border: none;
	color: #fff; /* old IE */
	background-color: #fff; /* Modern Browsers */
}

.text-white-75, .text-white-75 * {
	color: rgba(255, 255, 255, .75) !important;
}

.text-white-90, .text-white-90 * {
	color: rgba(255, 255, 255, .90) !important;
}

.website {
	display: none;
}

.hidden {
	display: none;
}

.fauxLink {
	cursor: pointer;
}

.instructor-img {
  width: 220px;
  height: 220px;
}

.zero {
  margin: 0;
  padding: 0;
}

h1 {
    font-size: 32px;
}

.pull-quote {
    line-height: 2em;
    font-size: 20px;
}
