/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem !important; /* = 16px */
}
h2{
	font-size: 3.6rem;
}
a {
	font-size: 1.6rem;
}
.col, .columns, .gallery-item{
	padding: 0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}