#carousel {
    min-height: 200px
}

#carousel h3{
    color:#AAAAAA;
}

#contact {
    padding-top: -55px;
}

#contact h4{
    cursor: pointer;
    color: #AAAAAA;
}

#contact a:hover {
    text-decoration: none;
}

#logo-main {
    color:#111111;
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
}

#bio-img {
    background-size: cover;
    background-position: center;
    /*height: auto;*/
    background-repeat: no-repeat;
	max-height: 450px;
    box-shadow: 0px 0px 10px 1px #AAAAAA;
}


#lessons-img {
    max-height: 650px;
    box-shadow: 0px 0px 10px 1px #AAAAAA;
}

.title {
    color: #DDDDDD;
}

.rounded {
	border-radius: 10%;
}


.logo-footer {
    color: #DDDDDD;
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    text-decoration: none;
    pointer-events: none;
}

.navigation {
    color: #AAAAAA;
    font-family: serif;
}


body {
    padding-top: 70px; /* required by fixed-top navbar */
    padding-bottom: 30px;
    background-color: #111111;
    background-image: url("../static/soft_kill.png");
    color: #AAAAAA;
	font-family: 'Josefin Slab', serif;
    /*font-family: 'Noto Serif', serif;*/
}

.intro-img {
  height: 100vh;
  min-height: 500px;
  background-image: url('../static/woods.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro-img p {
    color: #111111;
}

hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(221, 221, 221, 0), rgba(221, 221, 221, 0.75), rgba(221, 221, 221, 0));
}


.read{
    color: #AAAAAA;
    /*text-decoration: none;*/
    border-bottom: none;
	font-family: 'Scope One', serif;
    font-size: 0.9rem;
	cursor: pointer;
}

.read:hover {
    /*text-decoration-color: #DDDDDD;*/
	text-decoration: none;
}

span.toggle.active{
    display: inline;
}

span.toggle{
    display: none;
}

.date {
    color: #AAAAAA;
    font-family: 'Scope One', serif;
    font-size: 0.9rem;
}

.fas {
    color: #AAAAAA;
}

.navbar {
  min-height: 70px;
}

.navbar-brand {
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    line-height: 17px;
  }
}

p {
    font-size: 1.5rem;
}
