@charset "UTF-8";

@font-face {
    font-family: "Nunito";
    src: url('../fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
  font-family: "Nunito", sans-serif;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #0085e2;
}

a:hover,
a:focus {
  color: #005493;
  text-decoration: none;
}

h1 {
  color: #555555;
  font-size: 42px;
  font-weight: 500;
  font-family: Nunito;
  line-height: 1.1;
  letter-spacing: -1px;
}

h1:first-of-type {
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  color: #555555;
  font-family: Nunito;
  line-height: 1.1;
  text-align: left;
  margin-top: 54px;
  letter-spacing: -1px;
}

h5 {
  font-size: 28px;
  font-weight: 300;
  color: #005493;
  margin-bottom: 0.7rem;
}

.wrapper {
  padding: 24px;
  padding-bottom: 56px;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 1rem;
  line-height: 1.5;
}

p.lead {
  color: #e38cb7;
  margin-bottom: 2rem;
}

li {
  font-weight: 300;
}

ul,
ol {
  margin-right: 24px;
  line-height: 1.5;
}

.container.help {
  max-width: 1500px;
}

.noweb {
  display: none !important;
}

.image-wrapper {
  text-align: flex-start;
}

.image-wrapper img {
  width: 90%;
  max-width: 1100px;
  border: 1px solid #e2e2e2;
}

.image-wrapper img.noborder {
  border: none !important;
}

li {
  font-size: 16px;
  color: #333333;
}

strong {
  font-weight: 500;
}

.task_list_status_btn {
  font-family: Nunito;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  color: white;
}

#search-input {
  font-family: Nunito;
  width: 300px;
  font-size: 13px;
  padding: 6px 0 4px 10px;
  border: 1px solid #cecece;
  background: #F6F6f6;
  border-radius: 8px;
}

.videos__container {
  display: flex;
  flex-wrap: wrap;
}

.videos {
  width: 100%;
}

.video {
  max-width: 340px;
  margin-top: 8px;
  margin-right: 32px;
  margin-bottom: 32px;
}

.video-caption {
  font-family: Nunito;
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
