h1{
	font-size: 36px;
	text-align: center;
}

.card{
	background-color: #efefef;
}

.btn{
	width: 100%;
}

.card .card-action{
	padding: 16px 0px;
}

.modal.center {
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

form{
	position: relative;
}

form .hpc{
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	z-index: -999;
	position: absolute;
	display: none;
}

.pre-line{
	white-space: pre-line;
}

.empty-gallery{
	max-width: 500px;
	margin: 0 auto;
}

.modal.bottom-sheet {
	max-height: 100%;
/*    height: 100%;*/
}

.card .card-content {
	padding: 16px 24px;
	border-radius: 0 0 2px 2px;
}

/*===========================
 4. Grid
===========================*/
.grid{
	margin: 0 auto;
}

.grid-item {
	width: 250px;
	height: 500px;
	padding: 10px;
}

.card-image{
	height: 250px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.grid-item--width2{
	width: 500px;
}

.grid-item--height2{
	height: 750px;
}

.grid-item--height2 .card-image{
	height: 500px;
}


/*===========================
 N. Media Querys
===========================*/
@media only screen and (min-width: 1200px){

}

@media only screen and (min-width: 993px){

}

@media only screen and (min-width: 601px){

}

@media only screen and (max-width: 1280px){

}

@media only screen and (max-width: 992px){

}

@media only screen and (max-width: 750px) {

}

@media only screen and (max-width: 600px){
	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.grid-item--width2{
		width: 250px;
	}

	.grid-item--height2{
		height: 500px;
	}

	.grid-item--height2 .card-image{
		height: 250px;
	}
}