body::before {
  background-size: cover;
  background-attachment: fixed;
  content: '';
  will-change: transform;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
}

main {
  background: #82b2ff;
}

@media (max-width: 512px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 512px) and (min-resolution: 1.5dppx),
(max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.5),
(max-width: 1024px) and (max-resolution: 1.5dppx) {
  body::before {
    background-image: url('images/bg_1024.jpg');
  }
}

@media (min-width: 513px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 513px) and (max-width: 1024px) and (min-resolution: 1.5dppx),
(min-width: 1025px) and (max-width: 2048px) and (-webkit-max-device-pixel-ratio: 1.5),
(min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx) {
  body::before {
    background-image: url('images/bg_2048.jpg');
  }
}

@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 1025px) and (min-resolution: 1.5dppx),
(min-width: 2049px) and (-webkit-max-device-pixel-ratio: 1.5),
(min-width: 2049px) and (max-resolution: 1.5dppx) {
  body::before {
    background-image: url('images/bg_2880.jpg');
  }
}

body .demo-blog {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

.demo-blog .demo-blog__posts {
  max-width: 900px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.demo-blog.mdl-layout .mdl-layout__content {
  padding-top: 230px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.demo-blog .mdl-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 360px;
}

.demo-blog .mdl-card__title {
  padding: 16px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.demo-blog .mdl-card__media {
  box-sizing: border-box;
  background-size: cover;
  padding: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.demo-blog .mdl-card__media a,
.demo-blog .mdl-card__title a {
  color: inherit;
}

.demo-blog .mdl-card__supporting-text {
  width: 100%;
  padding: 16px;
  min-height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-blog .mdl-card__section_text {
  padding: 16px;
  min-height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-blog .mdl-card__supporting-text strong {
  font-weight: 400;
}

.demo-blog .mdl-card__media~.mdl-card__supporting-text {
  min-height: 64px;
}

.demo-blog .mdl-card__supporting-text:not(:last-child) {
  box-sizing: border-box;
  min-height: 76px;
}

.demo-blog:not(.demo-blog--blogpost) .mdl-card__supporting-text~.mdl-card__supporting-text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.demo-blog .mdl-card__actions:first-child {
  margin-left: 0;
}

.demo-blog .meta {
  box-sizing: border-box;
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
}

.demo-blog .meta>.meta__favorites {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 8px;
  font-size: 13px;
  font-weight: 500;
}

.demo-blog .meta>.meta__favorites .material-icons {
  font-size: 2em;
  margin-left: 12px;
}

.demo-blog .mdl-card .meta.meta--fill {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.demo-blog .meta>*:first-child {
  margin-right: 16px;
}

.demo-blog .meta>* {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.demo-blog.is-small-screen .demo-blog__posts>.mdl-card.coffee-pic {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}



.svg {
  padding-bottom: 300px;
  justify-content: center;
  display: block;
  margin: auto;
}

.logo {
  max-width: 20%;

  height: auto;
  justify-content: center;
  display: block;
  margin: auto;
  align-items: center;

  padding: 10px;
  margin: 50px, 50px, 50px;
}

.demo-blog.is-small-screen .demo-blog__posts>.mdl-card.something-else {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.demo-blog .coffee-pic .mdl-card__media {
  background-image: url('images/mapleAsh.jpg');
}

.demo-blog .something-else .mdl-card__media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-blog .something-else>button {
  position: absolute;
  top: 0;
  right: 28px;
  -webkit-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

.demo-blog .something-else .mdl-card__media {
  font-size: 13px;
  font-weight: 500;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.demo-blog .something-else .mdl-card__media img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}



.demo-blog .something-else .mdl-card__supporting-text {
  background-color: #F5F5F5;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.mdl-card_title {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.demo-blog .skyline .mdl-card__media {
  background-image: url('images/chicago-skyline-reflections-remo-daut.jpg');
  min-height: 200px;

}

.demo-blog .river .mdl-card__media {
  background-image: url('images/river.jpg');
  min-height: 200px;

}

.demo-blog .on-the-road-again .mdl-card__media {
  background-image: url('images/summerHouse.png');
  min-height: 200px;

}

.demo-blog .shopping .mdl-card__media {
  background-image: url('images/help.png');
  min-height: 200px;
}

.demo-blog .amazing .mdl-card__media {
  background-image: url('images/aliena.png');
  min-height: 200px;
}

.demo-blog .demo-blog__posts>.demo-nav {
  margin: 12px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: 500;
}

.demo-blog .demo-blog__posts>.demo-nav>.demo-nav__button {
  color: black;
  text-decoration: none;
}

.mdl-button-2 {
  color: rgba(0, 0, 0, 0.938);
  background-color: white;
  text-decoration: none;
}

.demo-blog .demo-blog__posts>.demo-nav .mdl-button {
  color: black;
  background-color: #e3f2fd;
}

.demo-blog .demo-blog__posts>.demo-nav>.demo-nav__button:first-child .mdl-button {
  margin-right: 16px;
}

.demo-blog .demo-blog__posts>.demo-nav>.demo-nav__button:last-child .mdl-button {
  margin-left: 16px;
}

.demo-blog .mdl-card>a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.demo-blog .mdl-card h3 {
  margin: 0;
}

.demo-blog .mdl-card h3 a {
  text-decoration: none;
}

.demo-blog .mdl-card h3.quote:before,
.demo-blog .mdl-card h3.quote:after {
  display: block;
  font-size: 3em;
  margin-top: 0.5em;
}

.demo-blog .mdl-card h3.quote:before {
  content: '“';
}

.demo-blog .mdl-card h3.quote:after {
  content: '”';
}

.demo-blog--blogpost .custom-header {
  background-color: transparent;
}

.demo-blog--blogpost .demo-blog__posts>.mdl-card .mdl-card__media {

  height: 280px;
}

.demo-blog--blogpost .comments {
  background-color: #EEE;
}

.demo-blog--blogpost .meta>* {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-blog--blogpost .meta+.mdl-card__supporting-text {
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.demo-blog--blogpost .meta+.mdl-card__supporting-text p {
  max-width: 512px;
  margin: 16px auto;
  font-size: 16px;
  line-height: 28px;
}

.demo-blog--blogpost .comments {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 32px;
  box-sizing: border-box;
}

.demo-blog--blogpost .comments>form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
}

.demo-blog--blogpost .comments>form .mdl-textfield {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
  color: rgb(97, 97, 97);
}

/* Workaround for Firefox.
 * User agent stylesheet kept overwriting the font in FF only.
 */
.demo-blog--blogpost .comments>form .mdl-textfield .mdl-textfield__input {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

.demo-blog--blogpost .comments>form .mdl-textfield input,
.demo-blog--blogpost .comments>form .mdl-textfield textarea {
  resize: none;
}

.demo-blog--blogpost .comments>form button {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.24);
  color: white;
}

.demo-blog--blogpost .comments .comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.demo-blog--blogpost .comments .comment>.comment__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.demo-blog--blogpost .comments .comment>.comment__header>.comment__avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin-right: 16px;
}

.demo-blog--blogpost .comments .comment>.comment__header>.comment__author {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.demo-blog--blogpost .comments .comment>.comment__text {
  line-height: 1.5em;
}

.demo-blog--blogpost .comments .comment>.comment__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  margin-top: 16px;
}

.demo-blog--blogpost .comments .comment>.comment__actions button {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.24);
}

.demo-blog--blogpost .comments .comment>.comment__answers {
  padding-top: 32px;
  padding-left: 48px;
}

.demo-blog--blogpost .demo-back {
  position: absolute;
  top: 16px;
  left: 16px;
  color: rgb(0, 0, 0);

  z-index: 9999;
}



.mdl-button,
.mdl-js-button,
.mdl-button--icon {
  cursor: pointer;
}

.demo-blog .section-spacer {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.demo-blog .something-else {
  overflow: visible;
  z-index: 10;
}

.mdl-card__supporting-text2 {
  color: rgba(0, 0, 0, .54);
  font-size: 1rem;
  line-height: 20px;
  overflow: hidden;
  padding: 16px;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin: 2px;
}

.demo-blog .minilogo {
  width: 44px;
  height: 44px;
  background-image: url('images/avatar.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 22px;
  background-color: #F5F5F5;
}

.demo-blog .minianna {
  width: 64px;
  height: 64px;
  background-image: url('images/gingle_178.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 22px;

}

/* Fixes for IE 10 */
.mdl-grid {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mdl-demo section .section__circle-container>.section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
  color: palegoldenrod;
}

.social-btn {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.46;
  border-radius: 2px;
}

.social-btn__twitter {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_twitter_black_24dp.png');
}

.social-btn__blogger {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_facebook_black_24dp.png');
}

.social-btn__gplus {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_gplus_black_24dp.png');
}

.social-btn__share {
  color: rgba(0, 0, 0, 0.54);
  background: transparent;
  cursor: pointer;
}


.demo-blog .mdl-mini-footer {
  margin-top: 80px;
  height: 120px;
  padding: 40px;
  align-items: center;
  background-color: white;
  box-sizing: border-box;
}



.mdl-mini-footer--social-btn .social-btn__share {
  cursor: pointer;
}

.demo-blog .mdl-mega-footer {
  width: 100%;
  margin-left: 0;
}

/* ------------------------------------------
FORM
--------------------------------------------- */

.input-prompt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

.form-input {
  display: flex;
  flex-direction: column;
}

.container {
  width: 80%;
  max-width: 1200px;

  margin: 0 auto;

  padding: 10px;

}

.container * {
  box-sizing: border-box;

}

input[type=text] {
  border: 2px solid red;
  border-radius: 4px;
}

.flex-outer,
.flex-inner {
  list-style-type: none;
  padding: 0;
}

.flex-outer {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.flex-outer li,
.flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-inner {
  padding: 0 8px;
  justify-content: space-between;
}

.flex-outer>li:not(:last-child) {
  margin-bottom: 20px;
}

.flex-outer li label,
.flex-outer li p {
  padding: 8px;
  font-weight: 300;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.flex-outer>li>label,
.flex-outer li p {
  flex: 1 0 120px;
  max-width: 220px;
}

.flex-outer>li>label+*,
.flex-inner {
  flex: 1 0 220px;
}

.flex-outer li p {
  margin: 0;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
  padding: 15px;
  border: 2px solid rgba(0, 0, 0, 0.027);
  border-radius: 4px;
}

.flex-outer li input:not([type='checkbox']):focus,
.flex-outer li textarea:focus {
  padding: 15px;
  border: 2px solid #03dac6;
  outline: none;
  border-radius: 4px;
}


.flex-outer li button {
  margin-left: auto;

  border: none;

  text-transform: uppercase;
  letter-spacing: .09em;
  border-radius: 2px;
  width: 100%;
  cursor: pointer;
}

.flex-inner li {
  width: 100px;
}

.pageclip-form__submit::after {
  border-color: rgba(0, 255, 0, 0.8);
  border-left-color: blue;

}

.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 280px;
}

.mdl-dialog__title {
  padding: 24px 24px 0;
  margin: 0;
  font-size: 2.5rem;
}



.mdl-dialog__actions {
  padding: 8px 8px 8px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mdl-dialog__actions>* {
  margin-right: 8px;
  height: 36px;
}

.mdl-dialog__actions>*:first-child {
  margin-right: 0;
}

.mdl-dialog__actions--full-width {
  padding: 0 0 8px 0;
}

.mdl-dialog__actions--full-width>* {
  height: 48px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right;
}

.mdl-dialog__content {
  padding: 20px 24px 24px 24px;
  color: rgba(0, 0, 0, 0.54);
}