/*!
 * Start Bootstrap - 2 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background: url("http://wolfeys.com/backround7.png");
}

.menu-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

h1 {
	color: cadetblue;
	/* #0066ff; */
}
small {
	color: #0066ff;
}

.wrapper {
  /* background-image: url(http://wolfeys.com/internal/img/wolfeyslogo.small.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* width: 75%; */
  /* height: 271px; */
  margin: 0 auto;
}
.item{
color: #fff;
font-family: arial,sans-serif;
font-weight: bold;
font-size: 10pt;
}
.sig {
color: red;
/* color: #fff; */
font-family: arial,sans-serif;
font-weight: bold;
font-size: 10pt;
}
.desc{
color: #fff;
font-family: arial,sans-serif;
font-style: italic;
font-size: 9pt;
}
.new{
color: orange;
/* color: #fff; */
font-family: arial,sans-serif;
font-weight: bold;
font-style: italic;
font-size: 9pt;
}
.center-it{
text-align: center;
}
.box-it{
outline: 1px solid orange;
}
.reverse-it{
direction: rtl;
}
.yellow-it{
color: yellow;
}
.orange-it{
color: #ff6c00;
}

.right-it{
float: right;
}