/*! HTML5 Boilerplate v9.0.1 | 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;
}

body {
  position: relative;
  font-family: "Open Sans";
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: linear-gradient(to right, rgba(113, 42, 99, 0.35) 0%, rgba(113, 42, 99, 0.15) 50%, rgba(113, 42, 99, 0.35) 100%);
}

h1,
h2,
h3 {
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  display: flex;
  text-align: center;
  margin: 10px auto;
  color: #3b3339;
  text-wrap-style: pretty;
}

h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 15px;
  color: #3b3339;
}

h2 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  margin: 10px 0;
  color: #712A63;
}

h3 {
  margin-top: 0;
  color: #3b3339;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-wrap-style: pretty;
}

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 28px;
  }
  h2 {
    font-size: 17px;
    line-height: 23px;
  }
  h3 {
    font-size: 26px;
    line-height: 28px;
  }
  h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
header {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media (max-width: 979px) {
  header {
    padding: 0 40px;
  }
}
header img {
  display: flex;
  width: 300px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  header img {
    width: 100%;
    max-width: 300px;
  }
}
header p {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #3b3339;
}
@media (max-width: 768px) {
  header p {
    font-size: 14px;
    line-height: 20px;
  }
}

.card {
  background-color: rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  margin: 20px auto;
  padding: 20px 30px;
  width: calc(100% - 100px);
  max-width: 900px;
}
@media (max-width: 768px) {
  .card {
    width: calc(100% - 20px);
    margin: 20px auto 0;
    padding: 15px 20px;
  }
}
@media (max-width: 549px) {
  .card {
    padding: 15px 20px;
  }
}
.card h3,
.card h4 {
  color: #712A63;
}
.card h3 small,
.card h4 small {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-wrap-style: pretty;
}
.card h3 small i,
.card h4 small i {
  font-size: 20px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .card h3 small,
  .card h4 small {
    font-size: 16px;
    line-height: 21px;
  }
  .card h3 small i,
  .card h4 small i {
    font-size: 18px;
    padding-right: 13px;
  }
}
.card h3 span,
.card h4 span {
  background-color: #384d1e;
  border-radius: 10px;
  padding: 4px 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card h3 span i,
.card h4 span i {
  font-size: 18px;
}
@media (max-width: 768px) {
  .card h3 span i,
  .card h4 span i {
    font-size: 16px;
  }
}
.card p {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #712A63;
}
.card p.icon {
  padding: 0 0 0 50px;
}
.card p.icon i {
  position: absolute;
  display: flex;
  align-self: center;
  justify-content: center;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  line-height: 24px;
  color: #384d1e;
}
@media (max-width: 768px) {
  .card p.icon {
    padding: 0 0 0 37px;
  }
  .card p.icon i {
    font-size: 18px;
    line-height: 20px;
    left: 8px;
  }
}
.card p.alert {
  color: rgb(240, 85, 55);
}
.card p a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-decoration: none;
  background-color: rgb(240, 85, 55);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  transition: 0.2s;
  padding: 10px 14px;
  margin: 0 auto;
  border-radius: 4px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .card p a {
    margin: 10px auto;
    font-size: 14px;
    line-height: 16px;
  }
}
.card p a img {
  width: 130px;
  padding-left: 8px;
}
.card p a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
}
.card p a.video__link {
  width: 100%;
  max-width: 700px;
  margin: 5px auto;
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.4s;
}
.card p a.video__link i {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  transition: 0.4s;
}
.card p a.video__link img {
  width: 100%;
  height: auto;
  padding: 0;
  transition: 0.4s;
}
.card p a.video__link:hover {
  transition: 0.4s;
}
.card p a.video__link:hover i {
  opacity: 0.7;
  transition: 0.4s;
}
.card p a.video__link:hover img {
  filter: grayscale(0.8);
  transition: 0.4s;
}
.card p a.text__link {
  background-color: transparent;
  color: #712A63;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.card p a.text__link i {
  padding-right: 8px;
}
.card p.image {
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.card p.image img {
  width: 200px;
  padding: 0 0 5px 0;
}
.card p.image strong {
  padding: 5px 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .card p {
    font-size: 14px;
    line-height: 20px;
  }
}
.card ul {
  list-style-position: outside;
  padding-left: 20px;
}
.card ul li {
  color: #712A63;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.card .hosts__logos .hosts__logos__ind {
  text-decoration: none;
}
.card .hosts__logos .hosts__logos__ind img {
  display: flex;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.card .hosts__logos .hosts__logos__ind:last-child img {
  background-color: rgba(178, 178, 178, 0.2);
  padding: 0 20px;
}
@media (max-width: 768px) {
  .card .hosts__logos .hosts__logos__ind:last-child {
    margin-top: 15px;
  }
  .card .hosts__logos .hosts__logos__ind:last-child img {
    padding: 20px;
  }
}
.card .hosts__logos .hosts__logos__ind:hover img {
  filter: grayscale(0.8);
  transition: 0.4s;
}

footer {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  color: #712A63;
  margin: 20px auto;
}
footer i {
  padding: 0 4px;
}

/*
 * 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
   ========================================================================== */
/* ==========================================================================
   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 (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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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