/* START OF MY STUFF */

/******************************** GLOBAL STUFF ************************/


.base-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.base-nav a {
  margin-top: 30px;
  text-transform: uppercase;
  color: #5E35B1;
  font-weight: 600;
  font-size: 14px;
}

.base-nav a:hover {
  border-bottom: 4px solid #ff4081 !important;
}

.pixy-active-tab {
  border-bottom: 4px solid #ff4081 !important;
}

.pixy-title {
  color: #311B92;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
}

.pixy-content {
  display: block;
  margin-left: 20%;
  width: 60%;
  margin-bottom: 3rem;
  font-size: 16px;
  opacity: 1;
}

@media(max-width: 768px) {
  .pixy-content {
    width: 90%;
    margin-left: 5%;
  }
}

@media(min-width: 769px) and (max-width: 992px) {
  .pixy-content {
    width: 80%;
    margin-left: 10%;
  }
}

/******************************** Vivaldi ************************************/

.two-d-viz svg {
  border: 1px dashed #ff5992;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #ffffff;
}

.legend-item {
  display: flex;
}

.legend-color {
  width: 1.5rem;
  height: 1.5rem;
}

.legend-item div {
  margin-top: 6px;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

@media(max-width: 768px) {

  .legend-item div {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
}

@media(min-width: 769px) and (max-width: 992px) {
  .legend-item div {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.anim-title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 50px;
  border-top: 1px solid black;
}

.anim-control {
  display: flex;
  height: 3.5rem;
}

.anim-buttons {
  width: 20%;
}

.btn-pause, .btn-replay {
  display: none;
}

.btn-anim {
  line-height: 2rem;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.anim-stage {
  font-weight: bolder;
  background: #3f51b5;
  color: white;
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: 5px;
  margin-left: 10px;
}



/******************************** OVERRIDING DEFAULTS ************************/

blockquote::before {
  content: "";
}

blockquote::after {
  content: "";
}

.mdl-navigation__link {
  margin-left: 10px;
}

.mdl-layout__container {
  height: auto;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 24px; }

h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: 16px; }

h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 16px; }

h5 {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  margin-bottom: 16px; }


/********************************************************************************
* PROJECTS
*
*
********************************************************************************/

#projects-heading {
  font-family: 'Roboto Slab', serif;
  margin-top: 60px;
  margin-bottom: 40px;
}

.project-name {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 4px;
}

.project-timeline {
  padding-left: 4px; /* hack: fix this */;
}

.project-description {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.project-tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.project-tags > div {
  font-size: 14px;
  padding: 3px 10px 3px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 6px;
  color: white;
  background: #ff4081;
}

.jedi-vid {
  margin-bottom: 20px;
}
/************************** BLOG ***********************************************/

#blog-feed-icon {
  max-width: 30px;
  margin-top: 30px;
}


#blog-post-title {
  margin-bottom: 12px;
  margin-top: 70px;
}

#blog-post-content {
  margin-top: 2rem;
}

#blog-post-content blockquote {
  font-size: 16px;
}

.blog-post-anchor {
  text-decoration: none;
}


.blog-home-item-text {
  color: #5E35B1; 
}

.blog-home-item-title:hover {
  background: rgba(3, 169, 244, 0.08);
}

.blog-post-card {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 8px 8px;
  width: 100%;
  min-height: auto;
}

.blog-post-card h4 {
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 16px;
}

.blog-post-card {
  background: white;
  padding: 8px 8px;
}

.blog-heading-link {
  display: block;
  text-decoration: none;
}

.blog-home-item-heading {
  width: 100%;
}

#blog-post-created-date, .blog-post-created-date {
  color: black;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 0.5rem;
  font-family: 'Roboto Slab', serif;
}


/************************** CONTACT AND ABOUT **********************************/

#contact-content {
  margin-top: 80px;
  margin-left: 20%;
  margin-right: 20%;
  min-height: 90vh;
}

#about-content {
  font-size: 18px;
  margin-top: 40px;
  min-height: 90vh;

}

.about-trivia-item-name {
  font-family: 'Roboto Slab', serif;
  color: #3F51B5;
}

.about-social-links > span {
  line-height: 24px;
}

.about-social-links > ul {
  padding: 0;
  list-style-type: none;
}

.about-social-links > ul > li {
  margin-bottom: 0.5em;
}

.social-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}


a {
  color: #2196F3;
}

a:hover {
  color: #673AB7;
}

.motto > pre > code {
  background-color: rgb(214, 240, 249);
  color: #7d2439;
}

.motto > pre {
  padding-left: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.about-fun {
  margin-top: ;
}


/******************************** END OF MY STUFF *****************************************/


/************** TOUCH ME NOT, UNLESS YOU KNOW WHAT YOU'RE DOING ********************/
.mdl-layout {
  height: auto;
}

pre {
  padding: 1rem;
  font-size: 1.1rem;
  overflow-x: scroll;
}

code {
  color: #880000;
  padding: 1px 3px;
}

body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

::-moz-selection {
  background-color: #8E24AA;
  color: #fff;
}

::selection {
  background-color: #8E24AA;
  color: #fff;
}

.android-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.android-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.android-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

.android-mobile-title {
  display: none !important;
}


.android-logo-image {
  height: 28px;
  width: 140px;
}


.android-header {
  overflow: visible;
  background-color: white;
}

  .android-header .material-icons {
    color: #4527A0 !important;
  }

  .android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #4527A0;
  }

  .android-header .mdl-navigation__link {
    color: #5E35B1;
    font-weight: 600;
    font-size: 14px;
  }

  .android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
  }


  .android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .android-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #ff4081;
    }

  .android-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .android-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }


.android-drawer {
  border-right: none;
}

  .android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #4527A0;
  }

  .android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #ff4081;
  }

  .android-drawer .mdl-layout-title {
    position: relative;
    background: #8E24AA;
    height: 160px;
  }

    .android-drawer .android-logo-image {
      position: absolute;
      bottom: 16px;
    }

.android-be-together-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #f3f3f3;
  background: url('images/slide01.jpg') center 30% no-repeat;
  background-size: cover;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}

.android-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.android-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.android-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
  }

.android-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.android-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.android-screen {
  text-align: center;
}

.android-screen .android-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.android-image-link {
  text-decoration: none;
}

.android-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
  }


.android-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
  }

  .android-tablet .android-link {
    display: block;
    z-index: 2;
  }


.android-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.android-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.android-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.android-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .android-wear-band-text p {
    padding-top: 8px;
  }

.android-link {
  text-decoration: none;
  color: #ff4081 !important;
}

  .android-link:hover {
    color: #7cb342 !important;
  }

  .android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .android-alt-link:hover {
    color: #00bfa5 !important;
  }

  .android-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.android-customized-section {
  text-align: center;
}

.android-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .android-customized-section-text p {
    padding-top: 16px;
  }

.android-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

.android-more-section {
  padding: 80px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

  .android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.android-card-container {
}

  .android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .android-card-container .mdl-card__media img {
      width: 100%;
    }

  .android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.android-footer {
  background-color: #fafafa;
  position: relative;
}

  .android-footer a:hover {
    color: #ff4081;
  }

  .android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.android-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
  .android-navigation-container {
    display: none;
  }

  .android-title {
    display: none !important;
  }

  .android-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.android-search-box.is-focused ~ .android-mobile-title,
  .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
    opacity: 0;
  }

  .android-more-button {
    display: none;
  }

  .android-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .android-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .android-be-together-section {
    height: 350px;
  }

  .android-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .android-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .android-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .android-create-character img {
    height: 12px;
  }

  .android-fab {
    display: none;
  }

  .android-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}
