@charset "utf-8";
/* CSS Document */
html {
  background-color: #e1e2dd;
  /* background: url("../images/whiteWall.jpg") no-repeat center center fixed;*/
  background: url("../images/grafittiWall3.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background-color: transparent !important;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  text-align: justify;
  hyphens: auto;
}
.stencil {
  font-family: "stencil-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vollkorn-sc-regular {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  font-style: normal;
}
.vollkorn-sc-semibold {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  font-style: normal;
}
/*.jenson {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.jesonItalic {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: italic;
}*/
.smcaps {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -.5px;
}
a {
  color: #1C88B0;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:visited {
  color:  #1C88B0;
}
p {
  margin: 0;
}
p.indentPara {
  text-indent: 1em;
}
em {
  font-family: "Vollkorn", serif;
  font-weight: 500;
  font-style: italic;
}
.navbar {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #2F2F2F !important;
  height: 40px;
  /*background: url("../images/whiteWall.jpg");
  background-repeat: no-repeat;*/
  background-size: 100%;
}
a.nav-link {
  color: #B82419;
	padding-bottom: 0 !important;
}
a.nav-link:hover {
  color: #000000;
}
a.nav-link:visited {
  color: #B82419;
}
a.nav-link.active{
	color: #868686 !important;
}
#navbarCollapse{
	background-color: #2F2F2F !important;
}
.container {
  height: 100%;
  background-color: transparent !important;
}
.contentBG {
  background-color: rgba(255, 255, 255, 0.90) !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
	/*background-image: url("../../SITEtlg/images/whitepaiint.gif");
	background-repeat: repeat-y;
	background-size: 100%;*/
}
.tlgPara {
  padding-right: 5%;
  padding-left: 5%;
}
/*hide navbar
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}*/
/*removes space above brand and hamburger*/
nav.autohide {
  padding-top: 0;
}
/*Homepage*/
#TLGtitle {
  width: 100%;
}
img#TLGtitle {
  rotate: -1deg;
}
ol#TLGbenefits {
  list-style: none;
  counter-reset: TLGcounter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol#TLGbenefits li {
  counter-increment: TLGcounter;
  display: flex;
  margin-bottom: 0.5rem;
}
ol#TLGbenefits li::before {
  content: counter(TLGcounter);
  font-size: 5rem;
  margin-right: 0.5rem;
  /*color: #C3482C;*/
  font-family: "stencil-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
ol#TLGbenefits li:first-child {
  background-image: url("../images/splatter1.png");
  background-repeat: no-repeat;
  background-size: 100px;
}
ol#TLGbenefits li:nth-child(2) {
  background-image: url("../images/splatter2.png");
  background-repeat: no-repeat;
  background-size: 100px;
}
ol#TLGbenefits li:nth-child(3) {
  background-image: url("../images/splatter3.png");
  background-repeat: no-repeat;
  background-size: 100px;
}
/*Lessons page/About page*/
#portraitContainer {
  background-image: url("../images/tlgTitleBGsm1.gif");
  background-repeat: no-repeat;
  background-size: 50%;
}
ul.details {
  list-style: none;
  line-height: 110%;
}
ul.details span {}
/*Translations page*/
img#finger {
  margin-top: -5px;
  transform: rotate(-3deg);
  position: relative;
  z-index: -999;
}
body#translationPage {
  position: relative;
}
#translationPage h3 {
  font-family: "stencil-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
}
ul.translationList {
  list-style: none;
}
ul.translationList li {
  line-height: 120%;
}
.inlineHeart {
  /*to correct for indentPara*/
  text-indent: 0;
  display: inline-block;
  margin-right: 1px;
  margin-left: 1px;
  /*padding-bottom: 2px;*/
}
.inlineHeart svg {
  width: 16px;
  margin-bottom: 2px;
  padding-right: 0;
  padding-left: 0;
}
/*Lessons*/
#lessonsPage h2 {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
}
/*translations*/
#translationPage h2 {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
}
/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  body {
    font-size: 1.2rem;
  }
  /*Translations page*/
  img#finger {
    margin-top: -20px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  body {
    font-size: 1.3rem;
  }
	.tlgPara {
  padding-right: 2%;
  padding-left: 2%;
}
  .inlineHeart {
    margin-right: 1px;
    margin-left: 0;
    /*padding-bottom: 2px;*/
  }
  .inlineHeart svg {
    width: 18px;
    margin-bottom: 4px;
    padding-right: 0;
    padding-left: 0;
  }
  /*Translations page*/
  img#finger {
    margin-top: -30px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  body {
    font-size: 1.3rem;
  }
}
/*  X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  body {
    font-size: 1.4rem;
  }
  .tlgPara {
    padding-right: 7%;
    padding-left: 7%;
  }
  .inlineHeart {
    margin-right: 1px;
    margin-left: 0;
    /*padding-bottom: 2px;*/
  }
  .inlineHeart svg {
    width: 20px;
    margin-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
  }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  body {
    font-size: 1.5rem;
  }
  .tlgPara {
    padding-right: 8%;
    padding-left: 8%;
  }
	img#TLGtitle{
		max-width: 750px;
	}
  /*Translations page*/
  img#finger {
    margin-top: -50px;
  }
}