/*!
 * Santas Helpers custom Css
 * Copyright 2017 
 * 
 */


body {
	background: #771c1c;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	margin:0;
	padding: 0;
}

a
{
    color: red;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline;
    color:#fff;
    font-weight: bold;
}


.navbar {
	/*background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,b68d4c+51,e9d4b3+100;L+Brown+3D */
	background: #f3e2c7; /* Old browsers */
	background: -moz-linear-gradient(top, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
	background: transparent;
    position: relative;
    min-height: 100px;
    margin-bottom: 40px;
    border: 1px solid transparent;
}



.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    color: #771c1c;
    border-bottom: 1px solid #771c1c;
    font-weight: bold;
}


.panel-default
{
	border:0;
	background: transparent;
}

.panel-body {
	background-color: #761c1d;
    border: 0;
    color:#fff;
	border-radius: 20px;
	min-height: 180px;
	}

.container {

}