body {
	/*margin-bottom: 375px;*/
	background-image: url('../img/bg.jpg'); 
	background-attachment:fixed; 

}
body.pushable{
	background: #E2D3B1 !important;

}

.ui.menu{
	background: none;
}

img.align_right {
		float: right;

}
.ui.text.container {
    max-width: 100% !important;
}
body.pushable > .pusher {
    background: none !important;
		background-image: url('../img/bg.jpg')!important; 
	background-attachment:fixed!important; 
}

.footer{
	
}
.sticky {
    position: absolute;
    bottom: 0px;
	width: 100%;
	background-color: #1b1c1d;
    color: #ffffff;
}
	
.dark{
	background-color: rgba(255,255,255,0.9) !important;
	border-left: 5px solid #669933 !important;
	color: black !important;
}

.highlight{

}
.primarymuted{
	background-color: rgba(226, 211, 177, 0.68) !important;
}

.notpadded{
	padding: 0px !important;
}

.primary{
	background-color: #669933;
}

.secondary{
	background-color: #CC2900;
}

.calendar > .greenlabel {
	background-color: #436F4D !important;
	border-color: #3A443C !important;
	color: #ffffff !important;
	border-left: 5px solid #669933 !important;
	border-top-left-radius: 0.28571429rem !important;
	border-bottom-left-radius: 0.28571429rem !important;
}

.calendar{
	background-color: rgba(11,11,11,0.90) !important;
	box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
	border-radius: 0.28571429rem !important;
	color: white !important;
	width: 100% !important;
}

.padded{
	padding: 5px !important;
}

.white{
	color: white !important;
}

.left_label{
	float: left;
	
}