html, body{
	height:100%;
	background: url("../images/meat_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#header{
	background:#DE2222;
}

#header .btn{
	background:#aaa;
}

#header h2{
	text-shadow: 2px 2px #444;
    color: #fff;
	font-size: 32pt;
    position: relative;
    top: -7px;
	padding:0px
}

#header h3{
	text-shadow: 2px 2px #444;
    color: #fff;
	font-size: 21pt;
    position: relative;
    top: -7px;
	padding:0px
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #DE2222;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 10px;
  cursor:pointer;
  margin-top:10px
}

.btn-info {
    border: 0px;
    position: relative;
    float: right;
    margin-top: 20px;
}

.btn:hover {
  background: #FF8888;
  text-decoration: none;
}

.modal-header {
    background: #DE2222;
    border-radius: 5px;
}

.modal-header .close {
    margin-top: -10px;
}

#checkBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #DE2222;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 10px;
  cursor:pointer;
  margin-top:10px
}

#checkBtn:hover {
  background: #FF8888;
  text-decoration: none;
}


a {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    margin:  0 0 10px;
    font-size: 20px;
}

h1, .h1 {
    font-size: 36px;
    background-color: #DE2222;
    color: #fff;
    padding: 10px;
}

h2 {
    font-size: 21px;
    background-color: #DE2222;
    color: #fff;
    padding: 10px;
}

.intro {
    background: rgba(222, 34, 34, 0.4);
    padding: 2rem .5em 1em .5em;
    color: #000;
    font-size: 20px!important;
    margin: 1em 4em 2em 4em;
}

ul.list-inline li img {
    width: 120px;
}

th {
    text-align: center;
    background-color: #DE2222;
    color: #fff;
}
#penToolOptions, #penToolOptions.active {
    top: 3px;
}
#penToolOptions button {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}

.offal{
	margin-top:15px;