/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.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
 *
 * 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
   ========================================================================== */



  


img, object, video, embed { max-width: 100%; }  

body{
background-color:#225c0d;
}

#main-container {
  background-color: #EFFFD6;
  margin: 5%;
  margin-top: 4%;
  width: 90%;
  border-radius: 1%;
}

#psych-logo {
 float: left; 
  width: 20%;
  position: relative;
  top: 23px; left: 20px;
}

/* the drop down menu! */
nav { 
 word-spacing: 0em;
 font-size: 18px;
 position: relative; top: 0; right: 20px;
 text-align: right;
 font-family: "Inter", sans-serif;
 float: right;
}
nav a:link, nav a:visited {
 text-decoration: none;
 color: inherit;
}
ul#topnav li {
 color: #EFFFD6;
 line-height: 3;
 display: inline-block;
 border-radius: 10px;
 width: 7em;
 word-spacing: 0;
 transition: background .2s ease-in;
 background-color: #90C541;
 text-align: center;
}
ul#topnav li:hover {
 z-index: 10;
 color: #225c0d;
}
/* drop-down menu section */
ul#subnav {
 position: absolute;
 left: -1000em;
 width: inherit;
 padding: 0;
opacity: 0;
}
ul#subnav li {
 width:100%;
 line-height: inherit;
 font-size: inherit;
}
li:hover ul#subnav {
 left: auto;
 opacity: 1;
 color: #90C541;
}

#search-icon {
  background-color: none;
  max-width: 30%;
}
/* here endeth the drop-down menu
*/

p {
  font-family: "Inter", sans-serif;
  color:#225c0d;
  font-size: 15px;
  margin-left: 30px;
  margin-right: 60px;
  margin-bottom: 20px; 
}

h1 {
  position: relative; top: 50px; left: 30px;
  color:#225c0d;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

#bio {
  position: relative; left: 100px; right: 100px;
  margin-bottom: 60px; 
}

#biop {
  position: relative; left: 150px;
  margin-right: 100px;
}

#pineapple {
 float:left;
}

#pineapple {
  float:right;
}

#a-images {
  width: 25px;
  margin-left: 35px;
}

#streaming {
position: relative;
}

#peacock {
  float: left;
  width: 10%;
}

#prime {
  float: left;
  width: 10%;
}

#appletv {
  float: left;
  width: 10%;
}

#youtube {
  float: left;
  width: 10%;
}

#characters {
  margin-top: 75px;
  margin-left: 15px;
}

#shawn {
  width: 25%;
  float: left;
}

#gus {
  width: 25%;
  position:relative;
  left: 400px;
  top: -275px;
}

#lassie {
  width: 25%;
  float: left;
  position: relative;
  top:-230px;
}

#jules {
  width: 25%;
  position:relative;
  left: 400px;
  top: -500px;
}

#vick {
  width: 25%;
  float: left;
  position: relative;
  top:-460px;
}

#henry {
  width: 25%;
  position:relative;
  left: 400px;
  top: -730px;
}

footer {
  background-color:#90C541;
  border-radius: 1%;
  bottom: 0;
  left: 0; /* Ensures it starts from the left edge */
  width: 100%;
}

#w-logo {
  width: 10%;
  text-align: center;
  position: relative;
  top: 10px; left: 20px; right: 10px; bottom: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
}

#copyr {
  text-align: center;
  margin: 5px;
}

#social-media {
  float: right;
  width: 10%;
}


















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

/*
 * Hide visually and from screen readers
 */

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

/*
 * 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
 */

.visually-hidden {
  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 .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.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
 *
 * 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 (max-width: 100px) {
nav {position: sticky; width: 3em; float: none;}
#shawn {float: none; max-width: 10%;}
#gus {float: none; max-width: 10%;}
#lassie {float: none; max-width: 10%;}
#jules {float: none; max-width: 10%;}
#vick {float: none; max-width: 10%;}
#henry {float: none; max-width: 10%;}
}

@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;
  }

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

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

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

