@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

body, html{
  font-family: Roboto, sans-serif;
  margin: 0;
}

.content-centered {
  text-align: center;
}

a {
  color: #c5050c;
}

a:hover{
  color: #600;
}

.mr-header {
  min-height: 64px;
}

.mr-title {
  font-size: 32px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

.mr-main__content {
  padding: 0 15px;
}

.outage-title {
  margin: 0 auto;
  color:#fff;
  line-height: 64px;
  font-size: 20px;
  letter-spacing:.02em;
}

.photo-div {
  position: absolute;
}

.uw-logo {
  position: relative;
  overflow: hidden;
  display: block;
  width: 200px;
  z-index: 5;
  padding: 15px 0;
}

.alert-icon {
  display: block;
  margin: 0 auto;
  padding: 16px 16px 0;
  width: 100px;
}

.mdl-layout__header {
  background: #c5050c;
}

.mdl-layout__header-row {
  padding: 0 16px;
}

@media screen and (max-width: 599px) {
  .outage-title {
    margin: 0px 20px 0px 0px;
    right: 0px;
    position: absolute;
  }
}