/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


h6 {
  font-size: 1.3rem;
}

nav ul a {
	font-size: 1.2rem;
}

/* auto hilite nav bar */
body.products li#products, body.downloads li#downloads, body.purchase li#purchase
{
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5);

}

nav ul a {
  color: #d2d2d2;
}


nav ul li.active {
    background-color: rgba(255, 255, 255, 0.1);
}

#google-play-button img {
    width: 14rem;
}

q {
    font-size: 1.14rem;
    color: rgb(0, 128, 256);

}


.screenshot {
	padding-top: 0.82rem; /* same as h5 */
	max-width: 100%;
    height: auto;
}

/*   */
.feature-list .feature:nth-child(even) .screenshot {
	float: right;
}

.feature-list .feature p {
	font-size: 1.1rem;
}

@media only screen and (min-width: 601px) {
	.feature-list .feature .screenshot {
		max-width: 94%;
	}
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

/* features 3x2 columns  */
div#features .col {
	padding-top: 1rem !important;
}

article ul  {
	margin-left: 2rem !important;
}

article li  {
	list-style-type: square !important;
}

div.collapsible-header.active {
  background-color: #d8d8d8;
}

article ul.collapsible {
  margin-left: 0 !important;
}

article ul.collapsible li {
  list-style-type: none !important;
}

ul.dropdown-content {
  margin-left: 0rem !important;
}


span.pro {
    padding: 2px 6px;
    margin-left: 4px;
    text-align: center;
    font-size: 1.1rem;
    color: #ffff00;
    background-color: #F44336;
}

/*   */

table {
	border: 1px solid #d0d0d0;
}

ul.collapsible table {
  border: 0;
}


td, th {
	padding: 15px 20px;
}

table i.material-icons {
	vertical-align: middle;
}


footer li, footer li a {
	color: #ddd;
}

div.footer-copyright div.row {
	margin-bottom: 0;
}


/* fallback */
@font-face {
  font-family: 'Social Circles';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/social.circles.otf");
}

.social-icons {
  font-family: 'Social Circles';
  font-weight: normal;
  font-style: normal;
  font-size: 54px;
  margin: 0px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
