body {
  /*padding-top: 50px;*/
  /* background-image:url('../images/bg01.jpeg'); */
  background-size:cover;
}

a {
  color:black;
}

div a {
  color:darkred;
}


a:hover {
    color: red;
}

li a:hover {
    color: black;
}


div {
  opacity:0.92;
  border-radius:8%;
}

.yellowgreen {
  background-color:yellowgreen;
  color:black;
ç
}

.orange {
  background-color:orange;
  color:black;
}

.khaki {
  background-color:khaki;
  color:black;
}

.container {
	padding-left:0px;
}

.short {
  height:100px;
}

.midtall {
  height:300px;
}

.tall {
  height:500px;
}

.normaltext {
  font-size : 12px;
}

.largetext {
  font-size : 16px;
}

.jumbotext {
  font-size : 24px;
}

.lightyellowbg {
	background: lightyellow;
	color:black;
}

.yellowgreenbg {
	background: yellowgreen;
	color:black;
}

.darkbg {
    background: #999;
}

.darkerbg {
    background: #666;
}

.darkestbg {
    background: #333;
}

.bodytoppadding { padding-top: 70px; }

div h5 {
  color: red;
  font-weight: bold;
}