/*! HTML5 Boilerplate v5.3.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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  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
   ========================================================================== */
html {
  font-family: Courier; }

header {
  font-family: Courier;
  text-align: center;
  padding-top: 5%;
  font-size: 3em; }

span {
  font-family: "Montserrat";
  color: white;
  top: 39%;
  left: 25%;
  position: absolute;
  font-size: 70px; }

.Column-Left {
  float: left;
  width: 30%;
  padding-top: 15%;
  padding-left: 5%; }

.Column-Right {
  float: right;
  padding-right: 5%;
  width: 30%;
  padding-top: 15%; }

#card {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotate 5s ease-in-out infinite;
  transform: rotateY(0deg);
  background: black;
  opacity: .9; }

.code {
  width: 25%;
  padding-left: 35%; }
  .code p {
    border: 2px black solid; }

.p1 {
  border-bottom: 10px solid black; }

/*--------------------------------------------------------------------
--------------------------------------------------
-----------------------------------------------------*/
.container {
  width: 200px;
  height: 200px;
  position: relative;
  perspective: 1000px;
  left: 40%;
  top: 10vh;
  padding-bottom: 10%;
  padding-top: 5%; }

.Wrapper {
  width: 200px;
  height: 200px;
  position: absolute; }

#cube {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotate 5s ease-in-out infinite; }

.Wrapper:hover {
  /*#cube {
      transition: transform 2s;
      transform: rotate(180deg);
      animation: rotate 5s ease-out normal;
      transform-style: preserve-3d;
  }*/ }

.Wrapper:active {
  transition: rotate 2s;
  transform-style: preserve-3d;
  animation: rotateX 5s linear infinite; }

#cube figure {
  margin: 0;
  width: 196px;
  height: 196px;
  display: block;
  position: absolute;
  border: 3px solid white;
  border-radius: 10%; }

#cube .front {
  transform: rotateY(0deg);
  background: black;
  opacity: .7; }

#cube .back {
  transform: rotateX(180deg);
  background: black;
  opacity: .7; }

#cube .right {
  transform: rotateY(90deg);
  background: black;
  opacity: .7; }

#cube .left {
  transform: rotateY(-90deg);
  background: black;
  opacity: .7; }

#cube .top {
  transform: rotateX(90deg);
  background: black;
  opacity: .7; }

#cube .bottom {
  transform: rotateX(-90deg);
  background: black;
  opacity: .7; }

/*----------------------------------------------------------
----------------------------------------------------------- */
#cube .front {
  transform: rotateY(0deg) translateZ(100px); }

#cube .back {
  transform: rotateX(180deg) translateZ(100px); }

#cube .right {
  transform: rotateY(90deg) translateZ(100px); }

#cube .left {
  transform: rotateY(-90deg) translateZ(100px); }

#cube .top {
  transform: rotateX(90deg) translateZ(100px); }

#cube .bottom {
  transform: rotateX(-90deg) translateZ(100px); }

.code2 {
  float: left;
  width: 30%;
  padding-left: 10%; }
  .code2 p {
    border: 2px black solid; }

 /*----------------------------------------------------------
----------------------------------------------------------- */
.Wrapper {
  width: 200px;
  height: 200px;
  position: absolute; }

#pyramid {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotate 5s ease-in-out infinite; }

.wall {
  width: 0px;
  height: 0px;
  border: 100px solid transparent;
  opacity: .8;
  position: absolute; }

.p3 {
  border-top: 10px solid black;
  border-bottom: 10px solid black; }
  .p3 .code2 {
    padding-top: 7%;
    width: 20%;
    padding-left: 7%; }
  .p3 .code2:nth-child(5) {
    width: 30%; }

#pyramid .arrowFr {
  transform: rotateY(0deg) rotateX(30deg) translateY(10px) translateZ(22px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid .arrowBa {
  transform: rotateX(330deg) translateY(10px) translateZ(-23px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid .arrowR {
  transform: rotateY(90deg) rotateX(30deg) translateY(9px) translateZ(22px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid .arrowL {
  transform: rotateY(-90deg) rotateX(30deg) translateY(10px) translateZ(23px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid .bottom2 {
  transform: rotateX(-90deg);
  opacity: .7;
  background-color: black; }

/*----------------------------------------------------------
----------------------------------------------------------- */
/*#pyramid {.front2  { transform: rotateY(   0deg )  translateZ( 300px );} }

#pyramid {.back2   { transform: rotateX( 180deg ) translateZ( 200px );} }
#pyramid {.right2  { transform: rotateY(  90deg ) rotateX( 45deg) translateZ( 200px );} }
#pyramid {.left2   { transform: rotateY( -90deg ) rotateX( 45deg) translateZ( 200px );} }
*/
#pyramid .bottom2 {
  transform: rotateX(-90deg) translateZ(177px); }

/*----------------------------------------------------------
----------------------------------------------------------- */
/*----------------------------------------------------------
----------------------------------------------------------- */
/*----------------------------------------------------------
----------------------------------------------------------- */
#pyramid2 .arrowFr {
  transform: rotateY(0deg) rotateX(30deg) translateY(10px) translateZ(22px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid2 .arrowBa {
  transform: rotateX(330deg) translateY(10px) translateZ(-23px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid2 .arrowR {
  transform: rotateY(90deg) rotateX(30deg) translateY(9px) translateZ(22px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid2 .arrowL {
  transform: rotateY(-90deg) rotateX(30deg) translateY(10px) translateZ(23px);
  opacity: .7;
  border-bottom: 200px solid black; }

#pyramid2 .bottom2 {
  transform: rotateX(-90deg);
  opacity: .7;
  background-color: black; }

/*----------------------------------------------------------
----------------------------------------------------------- */
#pyramid2 .arrowFr {
  transform: rotateY(0deg) translateZ(300px); }

#pyramid2 .arrowBa {
  transform: rotateX(180deg) translateZ(200px); }

#pyramid2 .arrowR {
  transform: rotateY(90deg) rotateX(45deg) translateZ(200px); }

#pyramid2 .arrowL {
  transform: rotateY(-90deg) rotateX(45deg) translateZ(200px); }

#pyramid2 .bottom2 {
  transform: rotateX(-90deg) translateZ(177px); }

@keyframes rotate {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }
@keyframes rotateX {
  0% {
    transform: rotateX(0); }
  100% {
    transform: rotateX(360deg); } }
/* ==========================================================================
   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 (max-width: 60em) {
  .Column-Left {
    width: 40%;
    float: left;
    padding: 0%;
    padding-left: 6.5%; }

  .Column-Right {
    width: 40%;
    float: left;
    padding: 0%;
    padding-left: 6.5%; }

  .code {
    width: 100%;
    float: none;
    padding-left: 0%; }
    .code p {
      width: 60%;
      margin-left: 20%; }

  .code2 {
    width: 60%;
    float: none;
    padding-left: 20%; }

  .p3 .code2 {
    margin-top: 10%;
    width: 60%;
    padding-left: 20%;
    padding-top: 0%; }
    .p3 .code2 #add-padding {
      padding-top: 20%; }
      .p3 .code2 #add-padding p {
        width: 60%; }
  .p3 .code2:nth-child(5) {
    width: 60%; }

  .container {
    left: 25%;
    margin-bottom: 25%; } }
@media only screen and (max-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  .Column-Left {
    width: 100%;
    float: none;
    padding-left: 0%; }

  .Column-Right {
    width: 100%;
    float: none;
    padding-left: 0%; }

  .code {
    width: 100%;
    float: none;
    padding-left: 0%; }

  .code2 {
    width: 100%;
    float: none;
    padding-left: 0%; }

  .p3 .code2 {
    margin-top: 10%;
    width: 100%;
    padding-left: 0%;
    padding-top: 0%; }
    .p3 .code2 #add-padding {
      padding-top: 20%; }
  .p3 .code2:nth-child(5) {
    width: 100%; }

  .container {
    left: 25%;
    margin-bottom: 25%; } }
@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,
  *:first-letter,
  *:first-line {
    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; } }

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