/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

p {
  font-size: 1.05em;
  line-height: 1.8em;
}

h5 {
  color: #eee;
}

h6 {
  color: #ddd;
  font-size: 1.3rem;
}

nav ul a {
	font-size: 1.2rem;
}

.card .card-image img {
  border-radius: 7px 7px 0 0;
}

.card {
  border-radius: 7px;
}

.card .card-title {
  font-size: 22px;
}

.btn,.btn-large,.btn-small,.btn-flat {
  border-radius: 5px;
  padding: 0 20px;
  box-shadow: none;
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: none;
  opacity: 80%;
}

.dropdown-content {
  background-color: #333;
}

.dropdown-content li:hover,.dropdown-content li.active {
  background-color: #444;
}

/* auto hilite nav bar */
body.products li#products, body.downloads li#downloads, body.purchase li#purchase
{
	background-color: rgba(255, 255, 255, 0.1);
}

nav a, nav ul a {
  color: #d2d2d2;
}

nav ul li.active {
    background-color: rgba(255, 255, 255, 0.1);
}

nav {
  height: 64px;
  line-height: 64px;
}

nav i,nav [class^="mdi-"],nav [class*="mdi-"],nav i.material-icons {
  display: block;
  font-size: 36px;
  height: 64px;
  line-height: 64px
}

nav .sidenav-trigger {
  height: 64px;
}

nav .sidenav-trigger i {
  height: 64px;
  line-height: 64px
}

#google-play-button img {
    width: 14rem;
}

q {
    font-size: 1.14rem;
    color: steelblue;
}

@media only screen and (max-width: 600px) {
  .screenshot-win {
    max-width: 100% !important;
  }
}

.headsection {
  color: #eee;
  background-color: #003258 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.screenshot-win {
  margin-top: 2em;
  border-radius: 0.4em;
  max-width: 90%;
  height: auto;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.screenshot {
	padding-top: 0.82rem; /* same as h5 */
	max-width: 100%;
    height: auto;
}

.grey.darken-5 {
  background-color: #1a1a1a !important;
}

/*   */
.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;
}


li.active div.collapsible-header {
  background-color: #d8d8d8;
}

div.collapsible-body {
  padding: 0 !important;
}

article ul.collapsible {
  margin-left: 0 !important;
}

article ul.collapsible li {
  list-style-type: none !important;
}

ul.dropdown-content {
  margin-left: 0rem !important;
}

.collection {
  border: 1px solid #404040;
}

.collection .collection-item {
  background-color: #222;
  border-bottom: 1px solid #333
}

.collection a.collection-item {
  color: #999
}

.collection .collection-item.active {
  background-color: #333;
  color: #eafaf9
}

.collection a.collection-item:not(.active):hover {
  background-color: #333;
}

.collection.with-header .collection-header {
  background-color: #222222;
  border-bottom: 1px solid #000;
  padding: 10px 20px
}

span.pro {
    padding: 2px 6px;
    margin-left: 4px;
    text-align: center;
    font-size: 1.1rem;
    color: #ffff00;
    background-color: #F44336;
}

/*   */
.grey.darken-1 {
  background-color: #505050 !important
}

.grey-text.text-darken-1 {
  color: #757575 !important
}

.grey.darken-2 {
  background-color: #313131 !important
}

.grey-text.text-darken-2 {
  color: #616161 !important
}

.grey.darken-3 {
  background-color: #2D2D2D !important
}

.grey-text.text-darken-3 {
  color: #424242 !important
}

.grey.darken-4 {
  background-color: #212121 !important
}

.grey-text.text-darken-4 {
  color: #212121 !important
}

.collapsible-header {
  background-color: #3a3a3a !important;
  border-bottom: 1px solid #212121 !important;
}

table {
	border: 1px solid #404040;
}

table.striped>tbody>tr:nth-child(odd) {
  background-color: #2D2D2D;
}

ul.collapsible table {
  border: 0;
}


td, th {
	padding: 15px 20px;
}

table i.material-icons {
	vertical-align: middle;
}


input, footer li, footer li a {
	color: #ddd;
}

div.footer-copyright div.row {
	margin-bottom: 0;
}
