/* index style */
body .main {
  position: relative;
  z-index: 1;
  background-position: 100px -10px;
  display: flex;
  flex-direction: column; }
  body .main #main {
    background: url(../css/img/electromagnetic-field-xl.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: -90px;
    bottom: 0;
    left: 145px;
    right: 0;
    opacity: .4; }
  body .main h1 {
    font-size: 50px;
    margin-top: 0px;
    opacity: 1; }
  body .main p {
    line-height: 10px;
    font-family: 'Unica One', cursive;
    text-transform: uppercase; }
  body .main .subtitle {
    font-family: "Andale Mono", AndaleMono, monospace;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: -5;
    margin-left: 5px;
    color: #C43959; }
  body .main .sub-mobile {
    display: none; }
  body .main .references {
    display: flex;
    flex-direction: row;
    margin-top: 15px; }
    body .main .references .time {
      font-size: 10px;
      font-family: 'Unica One', cursive;
      text-transform: uppercase;
      background-color: white;
      position: relative;
      left: 40px;
      border-radius: 10px;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-right: 12px;
      padding-left: 12px;
      margin-right: 235px; }
    body .main .references .cost {
      font-size: 10px;
      font-family: 'Unica One', cursive;
      text-transform: uppercase;
      background-color: white;
      border-radius: 10px;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-right: 12px;
      padding-left: 12px; }
  body .main .graphics {
    display: flex;
    flex-direction: row; }
    body .main .graphics .graphic-1 {
      display: flex;
      flex-direction: column;
      margin-right: 35px; }
      body .main .graphics .graphic-1 .hours {
        font-size: 12px;
        color: #92C0DA;
        font-family: 'Unica One', cursive;
        text-transform: uppercase;
        position: relative;
        left: 10px; }
      body .main .graphics .graphic-1 .rect-1 {
        width: 45px;
        height: 200px;
        background: linear-gradient(#92C0DA, white);
        border-radius: 35px; }
      body .main .graphics .graphic-1 .text-1 {
        width: 10px;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        position: relative;
        top: 5px;
        left: 6px; }
    body .main .graphics .graphic-2 {
      display: flex;
      flex-direction: column;
      margin-right: 100px; }
      body .main .graphics .graphic-2 .minutes {
        font-size: 12px;
        color: #C43959;
        font-family: 'Unica One', cursive;
        text-transform: uppercase;
        position: relative;
        top: 195px;
        left: 2px; }
      body .main .graphics .graphic-2 .rect-2 {
        width: 45px;
        height: 5px;
        background-color: #C43959;
        border-radius: 35px;
        position: relative;
        top: 195px; }
      body .main .graphics .graphic-2 .text-2 {
        width: 10px;
        font-size: 12px;
        text-align: center;
        position: relative;
        top: 200px;
        left: 4px; }
    body .main .graphics .graphic-3 {
      display: flex;
      flex-direction: column;
      margin-right: 35px; }
      body .main .graphics .graphic-3 .hidden {
        opacity: 0; }
      body .main .graphics .graphic-3 .rect-3 {
        width: 45px;
        height: 200px;
        background: linear-gradient(#92C0DA, white);
        border-radius: 35px; }
      body .main .graphics .graphic-3 .text-3 {
        width: 10px;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        position: relative;
        top: 5px;
        left: 6px; }
    body .main .graphics .graphic-4 {
      display: flex;
      flex-direction: column; }
      body .main .graphics .graphic-4 .hidden {
        opacity: 0; }
      body .main .graphics .graphic-4 .rect-4 {
        width: 45px;
        height: 100px;
        background: linear-gradient(#C43959, white);
        border-radius: 35px;
        position: relative;
        top: 100px; }
      body .main .graphics .graphic-4 .text-4 {
        width: 10px;
        font-size: 12px;
        text-align: center;
        position: relative;
        top: 105px;
        left: 4px; }

body #last-section {
  background: linear-gradient(#F4FBFF, white); }

@media (max-width: 600px) {
  body .text-line {
    margin-left: 5px; }
  body .main #main {
    background: url(../css/img/electromagnetic-field-xl.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8; }
  body .main h1 {
    font-size: 45px;
    line-height: 1.2; }
  body .main p {
    line-height: 25px; }
  body .main .subtitle {
    display: none; }
  body .main .sub-mobile {
    display: block;
    font-family: "Andale Mono", AndaleMono, monospace;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: -5;
    margin-left: 5px;
    color: #C43959; }
  body .main .references {
    margin-top: 150px; }
    body .main .references .time {
      font-size: 10px;
      margin-right: 140px;
      background: none; }
    body .main .references .cost {
      font-size: 10px;
      background: none; }
  body .main .graphics .graphic-1 .hours {
    position: relative;
    left: 8px;
    top: 10px; }
  body .main .graphics .graphic-2 .minutes {
    position: relative;
    top: 210px; }
  body .main .graphics .graphic-1, body .main .graphics .graphic-3 {
    margin-left: 2px;
    margin-right: 15px; }
  body .main .graphics .graphic-2 {
    margin-right: 25px; } }
