/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/**** MOBILE ****/

html {
  background-color: #fff;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  overflow-x:hidden;
  padding: 0;
}


body {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom right, #00FFFF, #145E84, black);
  width: 100%;
}

.page {
  width: 100%;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

header {
  padding-top: 1em;
  text-align: center;
  width: 90%;
}

header span {
  font-size: 1.5rem;
  color: black;
}

h1  {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}

.centered {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.ball {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding: 1em 0 2em 0;
  margin: 0;
}

#eightball {
  position: relative;
  z-index: 0;
  width: 95%;
}

.button {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50%;
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 3px #666;
  transform: translateY(4px);
  border-radius: .3em;
}

#questionButton {
  font: .8rem 'Roboto', sans-serif;
  border-radius: .3em;
  border: none;
  color: #fff;
  background-color: #000;
  padding: 1em;
  margin: 0;
  width: 100%;
  cursor: pointer;
  outline: none;
}

.answer {
  align-items: center;
  display: flex;
  justify-content: center;
  font: .5rem  'Roboto', sans-serif;
  color: #00FFFF;
  text-transform: uppercase;
  text-align: center;
  text-shadow: .2em .2em .5em black;
  margin: 0;
  padding: 0;
}

#answer {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: absolute;
  z-index: 1;
  width: 15%;
  padding-top: 95%;
  margin: 0;

}

footer p {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: .5rem;
  padding: 8.5em 0 13em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (min-width: 600px) {
 /* For tablets: */

 header {
   padding-top: 1em;
 }

 header span {
   font-size: 3rem;
 }

 h1  {
   font-size: 3rem;
 }

 .ball {
   padding: 3em 0;
 }

 #eightball {
   width: 80%;
   padding: 0;
 }

 .button {
   width: 40%;
 }

 .button:active {
   border-radius: .5em;
 }

 #questionButton {
   font-size: 1.8rem;
   padding: .5em;
 }

 .answer {
   font-size: 1.1rem;
 }

 #answer {
   width: 12%;
   padding-top: 88%;
 }

 footer p {
   font-size: 1rem;
   padding: 2em 0 10em 0;
 }

}

/***********************************************************************/

@media only screen and (min-width: 1366px) {
/* For desktop: */

header {
  padding-top: .2em;
}

.ball {
  padding: 1em 0;
}

#eightball {
  width: 40%;
  padding: 0;
}

.button {
  width: 15%;
}

.button:active {
  border-radius: .5em;
}

#questionButton {
  font-size: 1rem;
  padding: .5em;
}

.answer {
  font-size: 1rem;
}

#answer {
  width: 6%;
  padding-top: 40%;
}

footer p {
  font-size: .8rem;
  padding-top: 1em;
}

}

   @media print,
          (-webkit-min-device-pixel-ratio: 1.25),
          (min-resolution: 1.25dppx),
          (min-resolution: 120dpi) {
       /* Style adjustments for high resolution devices */
   }


   /* ==========================================================================
      Print styles.
      Inlined to avoid the additional HTTP request:
      http://www.phpied.com/delay-loading-your-print-css/
      ========================================================================== */

   @media print {
       *,
       *:before,
       *:after {
           background: transparent !important;
           color: #000 !important; /* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
           box-shadow: none !important;
           text-shadow: none !important;
       }

       a,
       a:visited {
           text-decoration: underline;
       }

       a[href]:after {
           content: " (" attr(href) ")";
       }

       abbr[title]:after {
           content: " (" attr(title) ")";
       }

       /*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */

       a[href^="#"]:after,
       a[href^="javascript:"]:after {
           content: "";
       }

       pre,
       blockquote {
           border: 1px solid #999;
           page-break-inside: avoid;
       }

       /*
        * Printing Tables:
        * http://css-discuss.incutio.com/wiki/Printing_Tables
        */

       thead {
           display: table-header-group;
       }

       tr,
       img {
           page-break-inside: avoid;
       }

       img {
           max-width: 100% !important;
       }

       p,
       h2,
       h3 {
           orphans: 3;
           widows: 3;
       }

       h2,
       h3 {
           page-break-after: avoid;
       }
   }
