/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 1201px) and (max-width: 1360px) {
.hero-content {
  padding: 150px 0 60px;
}
.hero-bottom-content {
  margin-top: 55px;
}

}
@media (min-width: 992px) and (max-width: 1200px) {

.hero-bottom-content {
  margin-top: 20px;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
	.hero-content {
	  padding: 90px 0 125px;
	}
	.hero-bottom-right-content {
	  float: inherit;
	  margin-top: 20px;
	}
	.hero-bottom-content {
	  margin-top: 90px;
	}
	.hero-bottom-content {
	  margin-top: -40px;
	}
}
 
/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {
.single-hero-content h1 {
  color: #ffffff;
  font-size: 50px;
}

}

 
/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {
 .single-hero-content h1 {
  font-size: 40px;
}
.hero-bottom-content {
  margin-top: 10px;
}
.hero-bottom-right-content {
  float: inherit;
  text-align: center;
}
.logo {
  margin-right: 20px;
}
}
 
/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 320px) and (max-width: 575.98px) {
	.container {width:300px}
	 
	.single-hero-content h1 {
	  font-size: 24px;
	}
	.hero-bottom-content {
	  margin-top: -40px;
	}
	.hero-bottom-right-content {
	  float: inherit;
	  margin-top: 15px;
	  text-align: center;
	}
	.hero-bottom-left-content {
	  display: inherit;
	  text-align: center;
	}

	.mail-ceramic h2 {
	  font-size: 20px;
	}

	.phone a {
	  font-size: 14px;
	}
	.hero-content {
	  padding: 25px 0 60px;
	}
	.logo {
	  margin-bottom: 15px;
	  margin-right: 0;
	}
	.ceramic-web a {
	  font-size: 18px;
	}
}