/*
css for main site
*/
html, body {
  height: 100%;
}
#container {
  min-height: 100%;

}
#main {
  overflow: auto;
  padding-bottom: 50px;
}
.img-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-content {
  padding-top: 75px;
  padding-bottom: 75px;
}
#logo-small{
  display: block;
  text-align: left;
  margin-top: 0.1em;
}
.folks {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
}
nav {
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: solid #bfbfc0 1px;
 	height: 50px; 
 	text-align: right;
 	padding-top: 0.15em;
 	font-size: 1.5rem; margin: 0;
 	text-transform: uppercase;
}
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.nav-link {
	color: #477C9A;
 	text-decoration: none;
  font-weight: 500;
  font-size: 1rem;	
}
.nav-link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #cc0000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.1s ease-in-out 0s;
}

.nav-link a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
#logo{
	display: block; 
	margin: 75px auto;
}
/*img {
  padding-bottom: 20px;
}*/
.project {
	position: relative;
	height: 300px;
	width: 100%;
  margin-bottom: 2em;
	background-position: center, center;
	background-size: cover;
  border-radius: 5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.project:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
h2.title {
	position: absolute;
	bottom: 1.6em;
	left: 10px;
	color: white;
	background-color: rgba(00, 00, 00, 0.75);
	font-weight: 700;
	line-height: 1.1;
	font-size: 1.7rem;
}
p.subpro {
  position: absolute;
  bottom: 0.6em;
  left: 10px;
  color: white;
  background-color: rgba(00, 00, 00, 0.75);
  line-height: 1.3;
  font-size: 1rem;
  font-style: italic;
}
p.fullimg-descriptions {
  position: absolute;
  bottom: 0.6em;
  left: 10px;
  color: white;
  background-color: rgba(00, 00, 00, 0.75);
  line-height: 1.4;
  font-size: 1rem;
}
.link-overlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.link-overlay:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
footer {
	background-color: #649ab8; 
	padding: 15px 0;
	border-bottom: 10px solid #424242;
	color: white;
/*	font-size: 1.3rem;
*/  position: relative;
  height: 70px;
  margin-top: 75px;
  line-height: 1;

}
.hero {
	position: relative;
	height: 66.66667%;
	width: 100%;
	background: center center fixed;
	background-size: cover !important;
	overflow: hidden;
  -webkit-overflow-scrolling:touch;
	margin-bottom: 50px;
  border-bottom: solid #bfbfc0 1px;  
  -webkit-box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.15);  
}
.hero-repeat {
  position: relative;
  height: 66.66667%;
  width: 100%;
  background: center center fixed;
  /* background-size: cover !important; */
  overflow: hidden;
  -webkit-overflow-scrolling:touch;
  margin-bottom: 50px;
  background-repeat: repeat;
  border-bottom: solid #bfbfc0 1px;  
  -webkit-box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.15);
}
.hero-center-img {
  position: relative;
  height: 66.66667%;
  width: 100%;
  background: center center fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-overflow-scrolling:touch;
  margin: 0 auto 50px auto;
  -webkit-box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.17); 
  box-shadow: inset 0px -15px 29px 0px rgba(0,0,0,0.17);
}
#TeachHero {
background: rgb(1,121,155);
background: radial-gradient(circle, rgba(1,121,155,1) 0%, rgba(0,184,187,1) 100%);
}
.aside {
  color: #477C9A !important;
}

.roundcorners-sm {border-radius: 3px;}
.roundcorners-md {border-radius: 20px;}
.roundcorners-lg {border-radius: 64px;}


.shadow-xs  {box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);}
.shadow-sm  {box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);}
.shadow {box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);}
.shadow-md  {box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);}
.shadow-lg  {box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);}
.shadow-xl  {box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);}
.shadow-2xl {box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);}
.shadow-inner {box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);}
.shadow-outline {box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);}
.shadow-none  {box-shadow: none;}



.hero-img-bk {
  position: relative;
}
.hero-title {
  position: absolute;
  bottom: 10%;
  padding: 5px;
  margin-left: 20px;
  color: white; 
  background-color: rgba(0, 0, 0, 0.75);
  font-weight: 800;
  line-height: 1.1;
  font-size: 3.2rem;
}
.mid {
  margin-left: auto;
  margin-right: auto;
}
.description{
  color: #477C9A;
  font-size: .95rem;
  line-height: 1.75;
  margin-top: 0.985rem;
}
blockquote {
  color: #477C9A;
}
.full-bleed {
  display: block;
  width: 100%;
  height: auto;
}





/* ----------- iPads ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  { 
.hero{
  background-attachment: scroll !important;
}
.hero-repeat{
  background-attachment: scroll !important;
}
.hero-center-img {
  background-attachment: scroll !important;
}
}
/* ----------- iphone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px)  { 
.hero{
  background-attachment: scroll !important;
}
.hero-repeat{
  background-attachment: scroll !important;
}
.hero-center-img {
  background-attachment: scroll !important;
}
}
/* ----------- iphone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)  { 
.hero{
  background-attachment: scroll !important;
}
.hero-repeat{
  background-attachment: scroll !important;
}
.hero-center-img {
  background-attachment: scroll !important;
}
}
/* ----------- iphone 6 plus ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px)  { 
.hero{
  background-attachment: scroll !important;
}
.hero-repeat{
  background-attachment: scroll !important;
}
.hero-center-img {
  background-attachment: scroll !important;
}
}
