md-content.md-default-theme {
  background-color: #eee;
}

md-toolbar .md-button.md-default-theme {
  border-radius: 99%;
}

md-toolbar:not(.md-hue-1),
.md-fab {
  fill: #fff;
}

.md-errors-spacer {
  display: none;
}

.nav-header{
  height:150px;
  min-height:150px;
  max-height:150px;
}

.fill-parent {
  height:100%;
  width:100%;
}

.card img {
  width: 100%;
  height: auto;
}

.carddemoBasicUsage .card-media {
  background-color: #999999; }

md-toolbar.md-tall-navigation {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
}

.bg-dark {
    background-color: #9E9E9E;
}
.bg-white {
    background-color: #FFFFFF;
}

.text-about{
    margin-bottom: 5px;
}
.subtext-about{
    color:#8B8B8C;
}

[md-header-picture] {
    position: relative;
    width:100%;
    height:0;
    padding-bottom: 56.25%;
    overflow:hidden;
    background-size:160%;
    background-position:50% 50%;
}

figure-custom {
    width: 150px;
    height: 150px;
    margin: 5px;
    background-color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.search {
    order: 2;
    outline: none;
    width:100%;
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    transition: all 0.05s ease-in-out;
    -webkit-appearance: none;
}