/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (max-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (max-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
}
@media only screen and (max-width: 980px) {
  /* line 1, ../breakpoints/_900up.scss */
  #consoles{
	width:100%;
	height:auto;
  }
  
  body {
    padding: 10px;
  }

  /* line 4, ../breakpoints/_900up.scss */
  #logo {
    width: 80%;
    height: 138px;
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 350px;
  }

  /* line 11, ../breakpoints/_900up.scss */
  .extra {
    width: 100%;
    text-align: justify;
  }

  /* line 15, ../breakpoints/_900up.scss */
  .container {
    width: 100% !important;
    margin-top: 10px !important;
  }

  /* line 19, ../breakpoints/_900up.scss */
  .stepsnow-default-style {
    width: 100% !important;
  }

  /* line 23, ../breakpoints/_900up.scss */
  .stepsnow-default-style ul.steps li {
    padding: 0 !important;
    width: 23%;
  }
  /* line 26, ../breakpoints/_900up.scss */
  .stepsnow-default-style ul.steps li:first-child {
    width: 30%;
  }

  /* line 31, ../breakpoints/_900up.scss */
  .stepsnow-default-style ul.steps li p {
    font-size: 14px;
  }

  /* line 34, ../breakpoints/_900up.scss */
  .stepsnow-default-style .step_content div.two_column div.column_one {
    width: 100%;
  }

  /* line 37, ../breakpoints/_900up.scss */
  #generator, #generatorr {
    width: 100%;
    background-size: 100%;
    margin-top: 0;
  }

  /* line 42, ../breakpoints/_900up.scss */
  #ShowText {
    width: 100%;
    padding-top: 130px;
    font-size: 40px;
    width: 100%;
  }

  /* line 48, ../breakpoints/_900up.scss */
  #download {
    width: 100%;
    padding-top: 135px;
  }

  /* line 52, ../breakpoints/_900up.scss */
  #Loading {
    width: 100% !important;
  }
  /* line 54, ../breakpoints/_900up.scss */
  #Loading img {
    width: 50%;
    max-width: 400px;
  }

  /* line 59, ../breakpoints/_900up.scss */
  .reveal, .generate {
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
		margin-bottom: 18px;
  }

  /* line 64, ../breakpoints/_900up.scss */
  #info {
    width: 100%;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (max-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /* line 16, ../breakpoints/_768up.scss */
  body {
    padding: 10px;
  }

  /* line 19, ../breakpoints/_768up.scss */
  #logo {
    width: 80%;
    height: 138px;
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 350px;
  }

  /* line 26, ../breakpoints/_768up.scss */
  .extra {
    width: 100%;
    text-align: justify;
  }

  /* line 30, ../breakpoints/_768up.scss */
  .container {
    width: 100% !important;
    margin-top: 10px !important;
  }

  /* line 34, ../breakpoints/_768up.scss */
  .stepsnow-default-style {
    width: 100% !important;
  }

  /* line 38, ../breakpoints/_768up.scss */
  .stepsnow-default-style ul.steps li {
    padding: 0 !important;
    width: 23%;
  }
  /* line 41, ../breakpoints/_768up.scss */
  .stepsnow-default-style ul.steps li:first-child {
    width: 30%;
  }

  /* line 46, ../breakpoints/_768up.scss */
  .stepsnow-default-style ul.steps li p {
    font-size: 14px;
  }

  /* line 49, ../breakpoints/_768up.scss */
  .stepsnow-default-style .step_content div.two_column div.column_one {
    width: 100%;
  }

  /* line 52, ../breakpoints/_768up.scss */
  #generator {
    width: 100%;
    background-size: 100%;
    margin-top: 0;
  }

  /* line 57, ../breakpoints/_768up.scss */
  #ShowText {
    width: 100%;
    padding-top: 145px;
    font-size: 29px;
    width: 100%;
  }

  /* line 63, ../breakpoints/_768up.scss */
  #download {
    width: 100%;
    padding-top: 135px;
  }

  /* line 67, ../breakpoints/_768up.scss */
  #Loading {
    width: 100% !important;
  }
  /* line 69, ../breakpoints/_768up.scss */
  #Loading img {
    width: 100%;
  }

  /* line 73, ../breakpoints/_768up.scss */
  .reveal, .generate {
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
		margin-bottom: 18px;
  }

  /* line 78, ../breakpoints/_768up.scss */
  #info {
    width: 100%;
  }
}
@media only screen and (max-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 29, ../breakpoints/_481up.scss */
  body {
    padding: 10px;
  }

  /* line 32, ../breakpoints/_481up.scss */
  #logo {
    width: 80%;
    height: 138px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* line 38, ../breakpoints/_481up.scss */
  .extra {
    width: 100%;
    text-align: justify;
  }

  /* line 42, ../breakpoints/_481up.scss */
  .container {
    width: 100% !important;
    margin-top: 10px !important;
  }

  /* line 46, ../breakpoints/_481up.scss */
  .stepsnow-default-style {
    width: 100% !important;
  }

  /* line 50, ../breakpoints/_481up.scss */
  .stepsnow-default-style ul.steps li {
    padding: 0 !important;
    width: 23%;
  }
  /* line 53, ../breakpoints/_481up.scss */
  .stepsnow-default-style ul.steps li:first-child {
    width: 30%;
  }

  /* line 58, ../breakpoints/_481up.scss */
  .stepsnow-default-style ul.steps li p {
    font-size: 10px;
  }

  /* line 61, ../breakpoints/_481up.scss */
  .stepsnow-default-style .step_content div.two_column div.column_one {
    width: 100%;
  }

  /* line 64, ../breakpoints/_481up.scss */
  #generator {
    width: 100%;
    background-size: 100%;
    margin-top: 0;
  }

  /* line 69, ../breakpoints/_481up.scss */
  #ShowText {
    width: 100%;
    padding-top: 54px;
    font-size: 22px;
    width: 100%;
  }
	
	#generator{
		height:150px;
	}

  /* line 75, ../breakpoints/_481up.scss */
  #download {
    width: 100%;
    padding-top: 80px;
  }

  /* line 79, ../breakpoints/_481up.scss */
  #Loading {
    width: 100% !important;
  }

  /* line 82, ../breakpoints/_481up.scss */
  .reveal, .generate {
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
		margin-bottom: 18px;
  }

  /* line 87, ../breakpoints/_481up.scss */
  #info {
    width: 100%;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
