@charset "utf-8";
/* CSS Document */

body {
  font-family: poppins, sans-serif;
}
.fbcon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.fbrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*width: 100%;*/
  column-gap: 24px;
}
.fbcol1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 250px;
  padding-right: 24px;
}
.fbcol2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  img.ebay {
    width: 120px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  img.logo {
    width: 100%;
    max-width: 230px;
    display: block;
    margin: 0 auto;
  }
  h1 {
    font-size: 18px !important;
    text-align: center;
  }
  p {
    font-size: 13px !important;
    text-align: center !important;
  }
  p.social {
    text-align: center;
  }
  .fbcon {
  }
  .fbrow {
    flex-direction: column;
  }
}
img.logo {
  width: 100%;
  max-width: 430px;
}
img.ebay {
  width: 100%;
  max-width: 250px;
}
h1 {
  font-size: 24px;
  color: #0088cc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 12px 0;
}
p {
  font-size: 16px;
  color: #212529;
  margin: 0 0 6px 0;
}
p a:link, p a:visited {
  font-weight: 600;
  color: #0088cc;
  text-decoration: none;
}
p a:hover {
  font-weight: 600;
  color: #7f9ec6;
  text-decoration: none;
}
p a:active, p a:focus {
  font-weight: 600;
  color: #0088cc;
  text-decoration: none;
}
p.social {
  margin-top: 10px;
}
.fa-brands {
  font-size: 46px;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
  border: 4px solid #ffffff;
  /*float: left;*/
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  padding: 4px;
}
i:hover {
  opacity: 0.6;
}