@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Roboto');

html {
  position: relative;
  min-height: 100%;
}

body {  margin-bottom: 120px; /* Margin bottom by footer height */ }

body, .main-footer, .main-footer li, .main-footer p {
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

p, p a {
  font-family: 'Libre Baskerville', serif;
}
h1, h2, h3, h4 {
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    font-weight: 700;
}
h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;

}

p {
  color: #444444;
  font-size: 15px;
  line-height: 26px;
  word-wrap: break-word;
  word-break: break-word;
}

a, a:hover {
  color: #E1562E;
  text-decoration: none;
  border-bottom: 1px #E1562E dotted;
}

a:hover { opacity: .7; transition: all .3s; }

.avatar {
  display: block;
  width: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  border: 3px #ddd solid;
}

@keyframes pulse {
  0% { border-radius: 36px; width: 26px; }
  25% { border-radius: 56px; width: 20px; }
  35% { border-radius: 96px; width: 20px; }
  50% { transform: rotate(45deg); border-radius: 26px; width: 36px; }
  100% { transform: rotate(-42deg);  width: 26px; border-radius: 0; }
}

@keyframes pulseb {
  0% {
    border-radius: 0px;
    transform: rotate(0deg);
  }
  20% {
    border-radius: 10.5px;
    transform: rotate(-45deg);
  }
  30% {
    transform: rotate(0deg);
    border-radius: 10.5px;
  }
  50% {
    transform: rotate(0deg);
    border-radius: 10.5px;
  }
  80% {
    transform: rotate(180deg);
    border-radius: 10.5px;
  }
  90% {
    transform: rotate(90deg);
    border-radius: 10.5px;
  }
  100% { border-radius: 0px; transform: rotate(90deg); }
}

.site-logo {
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  bottom: 2px;
}

hr {
  margin: 30px 0;
}

.main-header {
  padding: 20px 0 0;
  border-bottom: 1px #DDDDDD solid;
  margin-bottom: 30px;
}

.main-header a {
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  border: none;
}

.top-nav ul { padding: 0; }
.top-nav li { list-style: none; display: inline-block; }
.top-nav li::after { content: "•"; display: inline-block; padding: 0 3px; color: #999; }
.top-nav li:last-child::after { content: ""; }

.top-nav li a {
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  font-weight: 100;
}
.top-nav li a:hover { text-decoration: none; color: #444; }
.top-nav li a.active-view { font-weight: 500; color: #444; }

.main-title {
  color: #000;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.square-logo {
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-right: 8px;
  border: 2px #000 solid;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  animation: pulseb 50s infinite alternate;
}
.square-logo::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  bottom: -12px;
  right: -12px;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
}
.main-title:hover { transition: all .3s; text-decoration: none; color: magenta; }
.main-title:hover .square-logo {
  border-color: magenta;
  background-color: yellow;
  transition: all .3s;
  animation: pulseb 10s infinite alternate;
}
.main-title:hover .square-logo::after {
  background: cyan;
  transition: background-color .5s;
  animation: pulse 5s infinite alternate;
}

/*Product page*/
#platform-filter-list { margin: 0; padding: 0; }
.filter-bar { padding: 0; }
.platform-filter-item { cursor: pointer; font-weight: 600; }
.platform-filter-item, .filter-header { list-style: none; margin: 0; position: relative; font-size: 14px; }
.platform-filter-item i { opacity: 0; color: #666; margin-right: 5px; }
.platform-filter-item.active-filter i { opacity: 1; transition: opacity .2s; }

#product-list { margin: 0; padding: 0; }

#product-list[data-active="*"] .app-name { transition: color .5s; color: #999999; }
#product-list[data-active="android"] .app-name.active-product { transition: color .5s; color: #77C159; border-color: #77C159; }
#product-list[data-active="atv"] .app-name.active-product { transition: color .5s; color: #333333; border-color: #333333; }
#product-list[data-active="fire"] .app-name.active-product { transition: color .5s; color: #E1562E; border-color: #E1562E; }
#product-list[data-active="roku"] .app-name.active-product { transition: color .5s; color: #502F82; border-color: #502F82; }
#product-list[data-active="ios"] .app-name.active-product { transition: color .5s; color: #2997F7; border-color: #2997F7; }

.product-item a[href].app-name { border-width: 0 0 1px 0; border-style: dotted; }

.product-item {
  color: #DDDDDD;
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  line-height: 31px;
  list-style: none;
  display: inline-block;
  transition: color .5s;
}

.product-item .app-name { color: #999999; border-bottom: none; }

.product-item .app-name[href]:hover,
.product-item .app-name[href]:visited,
.product-item .app-name[href]:focus,
.product-item .app-name[href]:active { text-decoration: none; opacity: .6; }

.product-item::after {
  content: ' / ';
}

.product-item:last-child::after {
  content: '';
}

.main-footer { font-size: 12px; color: #666 }
.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px #DDDDDD solid;
  padding-top: 10px;
}
.footer-contact {
  display: inline-block;
  padding: 0;
}

.footer-contact li { display: inline-block; vertical-align: middle; }
.footer-contact li+li { margin-left: 5px; }
.footer-contact li a, .footer-contact li a:visited, .footer-contact li a:active { text-decoration: none; border: 0; font-size: 18px; color: #333; }

.product-list-view {
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  color: #2997F7;
}


.status-list {
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
}

.status-list .status-label { display: block; color: #999; }
.status-list .status-icon {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.status-list li {
  list-style: none;
  margin-bottom: 12px;
  border-bottom: 1px #ddd solid;
}

.status-text {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top-nav li {
    display: block;
  }

  .top-nav li::after {
    content: '';
  }

  .filter-bar {
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px;
  }

  #platform-filter-list {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 15px;
  }
  .platform-filter-item { display: inline-block; }

}
