/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
nav {
  margin-left: 2rem;
}

nav li {
  display: inline-block;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0.5rem;
}

nav li a {
  text-decoration: none;
  display: block;
  padding: 15px;
  background-color: #000;
  color: #fff;
}

nav li a:hover,
nav li a:focus {
  background-color: #3dc2c2;
  color: #000;
}

.navWrapper .overRainbow {
  font-size: 2rem;
  text-decoration: none;
}

#mobileNav {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  margin: 0;
}

#mobileNav li {
  display: block;
  text-align: center;
}

#hamburgerBtn {
  display: none;
  width: 60px;
  height: 60px;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 auto;
  padding: 0;
  cursor: pointer;
  border: 2px solid #000;
}

#hamburgerBtn img {
  width: 100%;
}

.navWrapper {
  background-color: #74e3e3;
  padding: 0 2rem;
  min-height: 100px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.navWrapper .mainBtn {
  font-size: 16px;
  min-width: 100px;
  width: auto;
  text-align: center;
  margin: 0 1rem 0 auto;
}

section {
  padding: 2rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

h1,
h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-weight: 300;
  font-size: 24px;
}

.newProjectSection h3 {
  font-weight:700;
  font-size:2rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
}

a {
  color: #000;
}

.mainBtn {
  border: 1px solid #000;
  height: 50px;
  display: block;
  width: 220px;
  margin: 30px auto;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.mainBtn:hover,
.mainBtn:focus {
  background-color: #3dc2c2;
  color: #000;
}

.middleImg {
  width: 600px;
}

.two-column-layout {
  display: flex;
}

.col-50 {
  width: 50%;
  padding: 2rem;
}

.col-50 img {
  width: 80%;
}

.col-25 {
  width: 25%;
}

.col-60 {
  width: 60%;
  padding: 2rem;
}

.col-40 {
  width: 40%;
  padding: 2rem;
}

#bioImg {
  width: 60%;
}

.bottomLogoWrapper .logo {
  height: 100px;
}

ul {
  width: 380px;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

.separator {
  width: 200px;
  height: 2px;
  background-color: #c12026;
  margin: 2rem auto;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: start;
}

.logo {
  height: 70px;
}

.announcement {
  color: #c80404;
  font-weight: 700;
  font-size: 42px;
}

.red {
  color: #c80404;
}

.orange {
  color:#ec6a19;
}

.extra-top-margin {
  margin-top: 3em;
}

.bold {
  font-weight:600;
}


.aac2Section {
  background-color: #fcd07d;
}

.gameSection {
  text-align: center;
}

#actionCardsSection p,
.adventSection p {
  font-size: 1.4rem;
}

#actionCardsSection .actionCardsImg, #actionCards2Section .actionCardsImg {
  width: 500px;
}

.imgBorder {
  border: 0px solid #fff;
}

.imgBorderBlue {
  border: 10px solid #bdecfe;
}

/***** take a bite page ******/



.takeabiteSection {
  background-color:#f9e78d;
}

.width-50 {
  width: 50%;
}

#takeabitePage ul {
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

#gameIncludesSection h2 {
  background-color: #8bd9f6;
  display: inline-block;
  padding: 10px;
}

.card {
  width: 500px;
}

.overRainbow {
  font-family: Over the rainbow;
  font-weight: 600;
  font-size: 3rem;
  margin: 1rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-bottom-05 {
  margin-bottom: 0.5rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.no-decoration {
  text-decoration: none;
  color: #000;
}

/* intro section */
#introSection .col-60, #introSection .col-40 {
  padding: 0 2rem;
}

/*contact me section */
#contactSection {
  background-color: #74e3e3;
}

.contactSection .margin-bottom-05 {
  margin-bottom: 0.5rem;
}

.gray {
  color: #827e7e;
}

.smallFont {
  font-size: 12px;
}

.socialIcon {
  color: transparent !important;
}

.socialIcon img {
  height: 48px;
}

/* advent calendar page */



.centerImage {
  max-width: 600px;
  padding:3rem;
}

.textSection {
  padding:2rem;
}

#kitIncludesSection .separator {
  margin: 2rem auto 0;
}


ul.circle {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  background-color: #ef3b42;
  border-radius: 50%;
  padding-left: 0;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
}

ul.circle li {
  margin: 0 2rem 0.5rem 4rem;
}

#adventContactSection {
  background-color: #fa575e;
  color: #fff;
  word-break: break-word;
}

#adventContactSection a {
  color: #f4bdbd;
}

/*******Action cards page********/

p.overRainbow {
  font-size: 2rem;
}

#cardGridWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}

#cardGridWrapper .col-25 {
  width: 23%;
  margin: 5px;
}

.aacSection {
  background-color: #84fdfd;
}

.spacerSection {
  background-color: #74e3e3;
  padding:2rem;
}

.gameSection h3 {
    font-weight: 300;
    font-size: 30px;
    font-family: 'Roboto';
}

.gameSection .middleImg {
  max-width:400px;
}

#womanImg {
  width:300px;
}

.right-align {
  text-align:right;
}

.textContainer {
  width: 80%;
  margin: 0 auto;
}

#flowers {
  width: 300px;
}


/*******Action cards 2 page********/

#aac2Page .middleImg{
  width:400px;
}

@media only screen and (max-width: 900px) {
  .flex {
    flex-direction: column;
  }
  .sm-col-100 {
    width: 100%;
    padding:0;
  }
  .sm-inline {
    display: inline;
  }

  #bioImg {
    width: 100%;
  }

  .two-column-layout {
    flex-direction: column;
    align-items: center;
  }

  

  .middleImg,
  #actionCardsSection .actionCardsImg, #actionCards2Section .actionCardsImg, #aac2Page .middleImg {
    width: 80%;
  }

  ul {
    width: 80%;
  }

  .width-50 {
    width: 80%;
  }

  .card {
    width: 50%;
  }

  nav li {
    font-size: 0.8rem;
    margin: 0.2rem;
  }

  #cardGridWrapper .col-25 {
    width: 30%;
  }

  #etsyBtn {
    display: none;
  }

  #desktopNav {
    display: none;
  }

  #hamburgerBtn {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  #cardGridWrapper .col-25 {
    width: 48%;
  }
  .textContainer {
    width: 100%;
  }

  ul.circle {
    margin: 2rem auto;
  }

  .spacerSection {
    padding:1rem 0;
  }

  .centerImage {
    padding:1rem 0;
    max-width:100%;
  }

  .middleImg {
    padding: 1rem 0;
  }

  #instagramSection .right-align {
    text-align:center;
  }

  #instagramSection .col-60 {
    padding:0;
  }
}

@media only screen and (max-width: 500px) {
  .xs-col-100 {
    width: 100%;
    padding:0;
  }
  #bioImg {
    width: 70%;
  }

  .width-50,
  .card {
    width: 90%;
  }

  .logoWrapper {
    padding: 1rem;
  }

  nav {
    margin: 0;
    text-align: center;
  }

  #cardGridWrapper .col-25 {
    width: 100%;
  }

  .overRainbow {
    font-size:2.5rem;
  }


}

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

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

.left-align {
  text-align: left;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

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

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  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: " ";
  display: table;
}

.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: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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 {
    white-space: pre-wrap !important;
  }

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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