/* Usual Extras */

.no-decoration:hover {
	text-decoration: none;
}

/* Site Wide */
body {
	font-family: 'Roboto', sans-serif;

}

/* Bootstrap overrides */


.btn-primary{color:#fff;background-color:#cc2f49;border-color:#cc2f49; font-weight: bolder}
.btn-primary:hover{color:#fff;background-color:#962336;border-color:#962336}
.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#cc2f49;border-color:#cc2f49}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#c10f2c;border-color:#9b0a22}
/* Headers */



.header {
	margin-top: 25px;
}

.header h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: medium;
	color: hsl(0, 0, 50%);
}

.header a, .header a:hover {
	text-decoration: none;
	color:#333333;
}

.appheader {
	margin-top: 15px;
}

.admin-wrapper {
	background-image: url("/img/trianglify.png");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
