/**
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

body {
  font-size: 1.087rem;
}
a {
  color:#e64a94;
}
a:active,
a:hover {
	color: #ee90cc;
}
#page {
  border-left: 1px solid #d5e9e7;
  border-right: 1px solid #d5e9e7;
}

/* menu */
.nav-menu > li > a {
  font-size:1.254rem;
}

/* typografie */
h1, .h1, .entry-title, .single .entry-title {
   font-size:1.254rem;
}
/* post/pages */
.entry-grid:after, .entry-list:after {
  border-bottom: 1px solid #7bcab4;
}
.post-thumb, .single-post-thumb {
  background:none;
}
.scroll-to-top a:hover {
  background: #bed2d1;
}
/* widgets */
h3.sc-title {
  font-size: 1.333em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  color: #7bcab4;
}