@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,100,700);
/* line 12, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
body {
  font-family: 'Roboto', sans-serif; }

/* line 17, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.header {
  padding-top: 150px;
  background-color: #2b445d;
  color: white;
  text-align: center; }
  /* line 24, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .header
h1 {
    font-weight: 500;
    font-size: 80px;
    padding-bottom: 25px; }
    @media (max-width: 900px) {
      /* line 24, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
      .header
h1 {
        font-size: 55px; } }
  /* line 36, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .header
h2 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 200px; }
    @media (max-width: 900px) {
      /* line 36, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
      .header
h2 {
        font-size: 19px;
        padding-bottom: 100px; } }

/* line 49, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.content {
  z-index: 0;
  opacity: 0.999;
  padding-top: 200px;
  background-color: aliceblue;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 900px) {
    /* line 49, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .content {
      padding-top: 0px; } }
  @media (max-width: 900px) {
    /* line 49, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .content {
      font-size: 16px;
      line-height: 19px; } }
  /* line 70, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .content
h1 {
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 45px;
    padding-top: 55px;
    line-height: 45px; }
    @media (max-width: 900px) {
      /* line 70, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
      .content
h1 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 25px;
        padding-top: 40px; } }
  /* line 87, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .content
p {
    padding-bottom: 35px; }
  /* line 92, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .content
#demonstration {
    width: 100%;
    height: auto; }

/* line 99, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.footer {
  color: gray;
  text-align: center;
  font-weight: bold;
  padding: 75px;
  font-style: italic; }
  @media (max-width: 900px) {
    /* line 99, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .footer {
      font-size: 13px; } }
  /* line 112, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .footer
a {
    color: gray;
    font-weight: 300; }

/* line 119, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
body, .footer {
  background-color: #222222; }

/* line 124, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.container {
  box-sizing: border-box; }
  @media (max-width: 900px) {
    /* line 124, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .container {
      width: 100%;
      padding: 20px;
      padding-bottom: 50px; } }
  @media (min-width: 901px) {
    /* line 124, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .container {
      padding: 40px;
      padding-bottom: 75px;
      margin: 0px auto;
      width: 900px; } }

/* line 143, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.screen_demo_area {
  position: absolute;
  width: 100%;
  top: 340px; }
  @media (max-width: 900px) {
    /* line 143, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen_demo_area {
      position: relative;
      top: 0px; } }

/* line 156, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.screen {
  background-color: aliceblue;
  padding: 6px;
  font-size: 0px;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
  box-shadow: 0px 0px 60px -10px;
  z-index: -5; }
  /* line 158, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .screen.screen_demo {
    width: 600px;
    height: 338px; }
    @media (max-width: 900px) {
      /* line 158, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
      .screen.screen_demo {
        width: 100%; } }
  /* line 179, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .screen
.window {
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    background-image: url("controls.png");
    background-repeat: no-repeat;
    background-position: right 4px;
    z-index: 4;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 2px;
    box-shadow: 0px 0px 4px 0px black;
    text-align: justify;
    padding: 10px;
    line-height: 17px;
    padding-top: 26px;
    overflow: hidden; }
    /* line 202, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window
p {
      margin-bottom: 15px; }
    @media (max-width: 900px) {
      /* line 179, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
      .screen
.window {
        background-size: 92px;
        padding: 5px;
        padding-top: 20px;
        line-height: 13px;
        font-size: 10px; } }
    /* line 216, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window.height-50 {
      height: calc(50% - 4px); }
    /* line 221, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window.width-50 {
      width: calc(50% - 4px); }
    /* line 225, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window.width-20 {
      width: calc(20% - 4px); }
    /* line 229, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window.width-80 {
      width: calc(80% - 4px); }
    /* line 233, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window.width-40 {
      width: calc(40% - 4px); }
    /* line 237, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .screen
.window.width-60 {
      width: calc(60% - 4px); }

/* line 244, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
.button {
  background-color: #2b445d;
  border: 2px solid #1b2a3a;
  border-top-width: 1px;
  border-bottom-width: 20px;
  font-weight: 700;
  padding: 30px;
  display: block;
  text-align: center;
  width: 75%;
  margin: 0px auto;
  font-size: 30px;
  text-decoration: none;
  color: white; }
  @media (max-width: 900px) {
    /* line 244, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
    .button {
      font-size: 18px;
      padding: 20px; } }
  /* line 266, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .button
small {
    font-size: 15px;
    color: #8baac9;
    vertical-align: middle; }
    @media (max-width: 900px) {
      /* line 266, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
      .button
small {
        font-size: 13px; } }
  /* line 277, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .button:hover {
    margin-top: 1px;
    border-bottom-width: 19px;
    background-color: #355372; }
  /* line 283, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  .button:active {
    margin-top: 10px;
    border-bottom-width: 10px;
    background-color: #355372; }

/* line 291, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
#videopan {
  position: relative; }

/* line 296, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
#playbutton {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0px; }
  /* line 303, D:/localhost/NeedMoneyForWife/ScreenTidy/style.scss */
  #playbutton:not(.visible) {
    display: none; }

/*# sourceMappingURL=style.css.map */