h3 {
    font-family: 'Yusei Magic', sans-serif;
    /* text-decoration: underline; */
    color:#D3DB23;
    font-size:20px;
    text-indent: 10px;
  }

/*.header_front {
  background-image:url('https://upload.wikimedia.org/wikipedia/commons/c/c9/Clocktower06sw2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}*/


.psubtext {
  font-style:italic;
  opacity: 0.5;
}

/*.header_front {
  background-image: url('download.jpg');
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  height:300px;
  padding-top:40px;
  padding-left:40px;
}*/

.header_front {
  background-image: url('pictures/lane.jpeg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 400px;
}

.backgroundFillerColor {
  background-color:#f8f5af;
}


#TextThumbnail {
 /* display: inline-block;*/
  text-align: center;
}
h2#TextThumbnail{
  color:#fefefe;
  text-align: center;
}

.fullbody {
  background-color:#FCFBE2;
}


body {
  font-family:"Castoro";
  background-color: #f8f5af;
}

h1.DivideText {
  font-family: 'Shippori Mincho B1', serif;
}

/*
p {
  font-family: 'PT Sans', sans-serif;
  font-size:20px;
  color:#93f099;
  transition: color,text-indent 0.5s ease-out;  
  text-indent: 5px;
  margin-left:10px;
}
 */
p {
  font-family: 'PT Sans', sans-serif;
  font-size:20px;
  color:black;
  transition: color,text-indent 0.5s ease-out;  
  text-indent: 5px;
  margin-left:10px;
}

p:hover {
    color: #333104;
    text-indent: 10px;
}

h4 {
  font-family: 'PT Sans', sans-serif;
  transition: color,text-indent 0.5s ease-out;  
  text-indent: 5px;
  margin-left:10px;
}

.quote {
    font-family: 'PT Sans', sans-serif;
    font-size:20px;
    color:#cfe3d0;
    text-align:center;
    margin-left:30px;
    margin-right:30px;
}
a {
    font-family:'Rubik', sans-serif;
    font-style:Italic;
    text-decoration: underline;
}

a.nav-link {
  font-size:20px;
}


.center {
    text-align:Center;
    
}


h1.header {
  position: relative;
  top: 18px;
  left: 10px; 
}

h1.shadow {
    text-shadow:2px 2px #4d7073;
}

#centerimage {
  display:Block;
  margin-left:Auto;
  margin-right:Auto;       
}


.grow { 
transition: all .5s ease-in-out; 
}

.grow:hover { 
transform: scale(1.05); 
}

#navbar {
  background-color: #333; /* Black background color */
  position: relative; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  height:100px;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #247040;
    border-color: #495057;
}


/* Style the navbar links */
div.header a {
  display: inline-block;
  color: rgb(240, 239, 239);
  font: Garamond;
  text-decoration: none;
  margin: 0px 15px 0px 0px;
  height:100px;
}

.header a:hover {
  color: rgb(200, 200, 200);
}

div.header {
  background-color: green;
  height:100px;
  line-height:100px;
  text-align: left;
}

