html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

.customcard {
	background-color: #ffffff;
}

	.customcard:hover {
		background-color: #f8f9fa;
	}

.ui-sortable-helper {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

@font-face {
	font-family: "Raleway";
	src: url("font.ttf");
	font-weight: 900;
}
img {
	max-width: 100%;
/*	max-height: 100%;*/
}