/*******************************
	Custom CSS
*******************************/
body {font-family: Montserrat,sans-serif;}
.text-center {text-align: center;}

/* ==============================================
  Overlay
=============================================== */
.mz-header {position: relative;background-color:#222222;}
.site-title h1 {font-size: 35px;font-weight: bold;letter-spacing: 2px;margin: 0;}
.mz-header h1 a {color: #fff;}
.mz-header h1 a:hover {text-decoration: none;color: #fff;}
.mz-header h3 {font-size: 14px;color: #aaa;  margin: 0;}
.mz-header h1,
.mz-header h3 {text-transform: uppercase;position: relative;}
.site-title {padding: 30px 0 30px;}
.header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/header-pattern.png');
  background-repeat: repeat;
  z-index: 0;
}
.mz-container {margin: 120px auto 50px;}
.mz-container .mz-demo {margin: 0 0 100px;}
.mz-demo h3 a {color: #232323;font-size: 16px;font-weight: bold;text-transform: uppercase;}
.mz-demo h3 a:hover {text-decoration: none;}
.mz-demo img {max-width: 100%;}

.mz-demo:hover{
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
	-moz-transform:scale(1.3);
	transform:scale(1.3);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.mz-now {background: #cea525; color: #fff; width: 110px; height: 110px; display: block; text-align: center; margin: 0 auto; text-transform: uppercase; font-weight: bold;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;border-radius: 100%;padding: 20px 0;position: absolute;top: -55px;left: 0;right: 0;bottom: 0;}
.mz-now {color: #fff;}
.mz-now:hover {color: #fff;text-decoration: none;}
.mz-now i {font-size: 36px;color: #fff;display: block;text-align: center;padding: 0 0 7px;}
.mz-footer {background: #f4f4f4;text-align: center;padding: 80px 0 40px;position: relative;}
.mz-copy {font-size: 13px;color: #232323;text-transform: uppercase;font-weight: normal;letter-spacing: 0px;}