/*
Theme Name: amia
Description: This theme is a custom coded for the client.
Author: Chirag
Version: 1.0
*/



/**
 * ======================================================================================
 *									Common css
 * =======================================================================================
 */

 /* block quote */
blockquote {
  border-left: 2px solid;
  padding-left: 8px;
  font-weight: bold;
  margin-block: 20px;
  font-size: 24px;
}

/**
 * ======================================================================================
 *									Header css
 * =======================================================================================
 */







/**
 * ======================================================================================
 *									Homepage
 * =======================================================================================
 */








/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {

}

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

}

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

	
}

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

}

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

}

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

}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (max-width: 1399px) {

}

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

}

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

}	

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

}

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

}