/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.teamback {
  background-image: url("../images/marvel-heroes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 12rem; }
  .teamback header {
    position: relative; }
  .teamback h1 {
    display: flex;
    justify-content: center;
    align-items: center; }
  .teamback img {
    background-color: #504a4a;
    width: 60%;
    height: auto;
    padding-right: .3rem; }

.teambackmenu {
  background-color: rgba(0, 0, 0, 0.9);
  height: 12rem; }
  .teambackmenu h1,
  .teambackmenu form {
    display: none; }

@media (min-width: 767px) {
  .teamback {
    height: 22rem; }
    .teamback img {
      width: 42%; }
  .teambackmenu {
    height: 22rem; } }

@media (min-width: 1023px) {
  #menu {
    display: none; }
  header {
    background-color: rgba(0, 0, 0, 0.8);
    height: 5.6rem; }
  .teamback h1 {
    justify-content: flex-start; }
  .teamback img {
    width: 23%;
    position: absolute;
    left: 2rem;
    top: 1rem; } }

.navbuttonshow {
  display: block;
  position: absolute;
  top: .4rem;
  right: .8rem;
  width: 12%;
  height: 40%;
  background-image: url("../images/hamburger.png");
  background-repeat: no-repeat;
  background-size: 100%; }

.showmenu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10rem;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: 95% 3%; }

.hidelist {
  visibility: hidden; }

.showlist {
  position: absolute;
  color: #fff;
  text-align: right;
  right: 0;
  top: 3rem;
  text-transform: uppercase; }
  .showlist ul {
    z-index: 99; }
  .showlist li {
    padding: .3rem;
    padding-right: 1rem; }
  .showlist a {
    text-decoration: none;
    font-size: 2rem;
    color: #fff; }

@media (min-width: 767px) {
  .navbuttonshow {
    top: 1.4rem;
    right: 1.8rem;
    width: 6%;
    height: 47%; }
  .showmenu {
    top: 1.4rem; }
  .showlist {
    right: 2rem;
    top: 5rem; }
    .showlist li {
      padding: 1.3rem;
      padding-right: 1rem; } }

@media (min-width: 1023px) {
  .hidelist,
  .showlist {
    text-transform: uppercase;
    visibility: visible;
    display: flex;
    justify-content: flex-end; }
    .hidelist li,
    .showlist li {
      padding: 2.2rem 2rem; }
    .hidelist li:hover,
    .showlist li:hover {
      background-color: #504a4a; }
    .hidelist a,
    .showlist a {
      text-decoration: none;
      font-size: 1rem;
      color: #fff; } }

footer {
  background-color: #504a4a;
  color: #f78f3f;
  text-align: center;
  padding: 1.5rem;
  margin-top: .5rem; }

body {
  background-color: #f78f3f;
  font-family: Arial, sans-serif; }

@media (min-width: 1023px) {
  .wrapper {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 3rem; } }

.searchSection {
  text-align: center; }
  .searchSection h2 {
    color: #fff;
    background-color: #504a4a;
    padding: 1.5rem;
    font-size: 1.1rem; }
  .searchSection img {
    width: 100%; }
  .searchSection ul {
    display: flex;
    flex-wrap: wrap; }
  .searchSection li {
    background-color: #504a4a;
    margin: .5rem;
    width: 100%;
    height: 20%;
    padding-bottom: .2rem; }
  .searchSection a {
    color: #518cca;
    text-decoration: none; }
  .searchSection #marvellink {
    transform: translate(-50%, -50%);
    margin-left: 50%;
    margin-top: 2rem;
    padding: .5rem 1rem;
    border-radius: .2rem;
    width: 11rem;
    background-color: #e23636; }
    .searchSection #marvellink a {
      color: #504a4a; }

@media (min-width: 767px) {
  .searchSection li {
    display: flex;
    width: calc(50% - 1rem);
    align-items: center; }
  .searchSection img {
    height: 17rem;
    width: 50%; } }

@media (min-width: 1023px) {
  .searchSection li {
    display: block;
    width: calc(33% - 1rem); }
    .searchSection li img {
      width: 100%;
      height: auto; } }

.teamback form {
  margin-top: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .teamback form input {
    font-size: 1.3rem;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    padding: .3rem;
    padding-right: 1rem;
    color: #555;
    width: 81.5%; }
  .teamback form .button {
    background-image: url("../images/search.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    border: none;
    height: 26px;
    width: 20px;
    right: 41px;
    bottom: 2px; }
  .teamback form p {
    padding: .2rem .5rem;
    background-color: #518cca;
    color: #fff; }

@media (min-width: 767px) {
  .teamback form {
    margin-top: 9.3rem; }
    .teamback form .button {
      height: 28px;
      width: 24px;
      right: 81px; } }

@media (min-width: 1023px) {
  .teamback form input {
    font-size: 1.3rem;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    padding: .3rem;
    padding-right: 1rem;
    color: #555;
    width: 30%; }
  .teamback form .button {
    height: 28px;
    width: 24px;
    right: 23rem; } }

@media (min-width: 1155px) {
  .teamback form .button {
    height: 28px;
    width: 24px;
    right: 26.7rem; } }
