@charset "UTF-8";
html {
  background-color: #1a252f; }

body {
  font-family: 'Lato';
  max-width: 1200px;
  margin: 0 auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    hr.star-light,
    hr.star-dark {
      margin-top: 2.5rem; } }

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  font-size: 2em; }

hr.star-light {
  border-color: #fff; }

hr.star-dark {
  border-color: #2C3E50; }

hr.star-dark:after {
  color: #2C3E50;
  background-color: white; }

section {
  padding: 2rem 0; }
  @media (min-width: 992px) {
    section {
      padding: 2rem 0; } }
  section h2 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-weight: 600; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 3rem;
      line-height: 2.5rem; } }

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
  width: 100%;
  margin-left: 15px;
  margin-top: 15px; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  background: white; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }

.nav-mobile-only {
  position: absolute;
  left: 40px;
  right: 0;
  top: 11px; }
  .nav-mobile-only .nav-mobile-link--lang {
    color: white;
    margin-left: 2rem; }
  .nav-mobile-only a.nav-mobile-link-yellow {
    color: #ffda09; }
  .nav-mobile-only .nav-container--right {
    float: right;
    margin-right: 1.5rem; }
  .nav-mobile-only .nav-mobile-logo {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: -4px;
    border: 0; }

#mainNav {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }
  #mainNav .navbar-toggler {
    padding: 0;
    font-size: 1.75rem;
    z-index: 9;
    left: 1rem;
    top: 10px; }
  #mainNav .navbar-brand {
    color: #fff;
    font-size: 1.1rem; }
  #mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem; }
    #mainNav .navbar-nav li.nav-item {
      position: relative; }
      #mainNav .navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-weight: 100; }
        #mainNav .navbar-nav li.nav-item a.nav-link:hover {
          color: #01797E; }
        #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
          color: #fff; }
        #mainNav .navbar-nav li.nav-item a.nav-link.active {
          color: #01797E; }
        #mainNav .navbar-nav li.nav-item a.nav-link--highlight {
          color: #ffda09; }

.dropdown-menu {
  position: absolute;
  top: 90%;
  left: -5px;
  z-index: 1000;
  display: none;
  float: left;
  width: 260px;
  padding: 5px 1em;
  background-color: #2c3e50;
  border-radius: 0;
  border: 0; }

.dropdown-menu a {
  color: white; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    max-width: 1200px;
    margin: auto; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-container {
      margin: 0 auto;
      text-align: center; }
    #mainNav .navbar-nav {
      margin-top: 0; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #fff;
      background: #01797E; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background: #01797E; } }

li.dropdown:hover > ul.dropdown-menu {
  display: block; }

.shop-icon {
  width: 18px;
  top: -2px;
  display: inline-block;
  position: relative; }

header.masthead {
  padding-top: calc(2rem + 32px);
  padding-bottom: 2rem; }
  header.masthead--wallpaper {
    background-image: url(/public/img/wall.jpg); }
  header.masthead h1 {
    font-size: 1.5rem;
    line-height: 2rem; }
  header.masthead h2 {
    font-size: 1.3rem;
    font-family: 'Lato'; }
  header.masthead a {
    color: white; }

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(4rem + 106px); }
    header.masthead h1 {
      font-size: 2em;
      line-height: 1.6rem;
      font-weight: 600; }
    header.masthead h2 {
      font-size: 1.75em; } }

.videos .videos-item {
  position: relative;
  display: block;
  max-width: 20rem;
  margin-bottom: 15px;
  background: #FBFBF4;
  border: 1px solid #FBFBF4;
  border-radius: 10px;
  color: black; }
  .videos .videos-item img, .videos .videos-item video {
    border-radius: 10px 10px 0 0; }
  .videos .videos-item .videos-title-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 3em; }
  .videos .videos-item .videos-item-title {
    margin-bottom: 0;
    width: 100%;
    line-height: normal;
    text-align: center; }

@media (min-width: 576px) {
  .videos .videos-item {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .videos-item {
    box-shadow: 4px 4px 0 #42464582; } }

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2C3E50;
  color: #fff; }

.copyright {
  background-color: #1a252f; }

.bot-family-links {
  list-style: none;
  flex-direction: row;
  display: flex;
  column-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1em;
  margin-top: 1em; }

h1.video-title {
  font-size: 1.3em;
  line-height: 1.3em; }

@media (min-width: 992px) {
  h1.video-title {
    font-size: 1.7em; } }

i.arrow {
  border: solid #fff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 4px; }

.right {
  transform: rotate(-45deg);
  right: -30px; }

.left {
  transform: rotate(135deg);
  left: -30px; }

.shop-description {
  text-align: center;
  background: white;
  border-radius: 5px;
  padding: 1em 2em;
  margin-top: 1em;
  border: 1px solid #CCC;
  font-size: 1.2em;
  font-family: 'Cabin', sans-serif; }

.shop-categories {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #436269; }
  .shop-categories a {
    color: black; }

.shop-category-link {
  text-shadow: none;
  background-color: white;
  margin: .5em;
  padding: 5px 10px;
  color: black;
  display: inline-block;
  width: calc(100% - 20px);
  text-align: center; }

.shop-warning.lead {
  background-color: #fde9be;
  border: 1px solid #dec58a;
  padding: 1em;
  border-radius: 5px;
  color: black;
  font-size: 1em !important;
  text-align: left;
  text-shadow: none;
  position: relative;
  margin-bottom: 1em;
  text-align: center; }
  .shop-warning.lead em {
    text-decoration: underline; }

.shop-teaser {
  text-align: center;
  padding-top: 1rem;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 400; }

@media (min-width: 390px) {
  .shop-categories {
    padding-left: 1em;
    padding-right: 1em; }
  .shop-category-link {
    width: calc(50% - 20px); } }

@media (min-width: 600px) {
  .shop-category-link {
    width: calc(33.333% - 20px); }
  .shop-categories {
    padding-top: 75px;
    padding-bottom: 1.5rem; } }

@media (min-width: 800px) {
  .shop-category-link {
    width: calc(25% - 20px); } }

@media (min-width: 992px) {
  .wrapper {
    display: flex;
    align-items: stretch; }
  #sidebar {
    min-width: 200px;
    max-width: 200px; }
  #sidebar.active {
    margin-left: -200px; }
  .shop-categories {
    padding-top: calc(1.5rem + 160px);
    height: 100%;
    position: fixed;
    width: 200px;
    padding-left: 0;
    padding-right: 0; }
    .shop-categories a {
      color: white;
      font-size: 1.1em;
      border-bottom: 1px solid #597379;
      padding: .5em; }
  .shop-content {
    padding-top: 110px;
    width: 100%; }
  .shop-category-link {
    display: block;
    padding: 5px 20px;
    min-width: 230px;
    border-radius: 0;
    width: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    min-width: 0;
    color: white; } }

.shop-items {
  min-height: calc(100vh - 182px); }
  .shop-items .shop-item {
    transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px;
    background: white;
    padding: 1em;
    color: black;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-decoration: none; }
    .shop-items .shop-item:hover {
      box-shadow: 0 4px 10px #424645; }
    .shop-items .shop-item .shop-title-container {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      height: 3em; }
    .shop-items .shop-item .shop-item-title {
      font-family: 'Cabin', sans-serif;
      margin-top: 3em;
      margin-bottom: 0;
      padding-bottom: 2em;
      width: 100%;
      line-height: normal;
      text-align: center; }
    .shop-items .shop-item .shop-item-price {
      font-size: 1.2em;
      color: #089aa0; }
  @media (min-width: 576px) {
    .shop-items .shop-item {
      margin-bottom: 30px; } }

.flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: cover;
  margin-bottom: -2px;
  background-repeat: no-repeat;
  background-position: center; }

section.article h2 {
  font-size: 1.5em;
  margin-top: 1em; }

section.article table {
  margin: 2em auto;
  background: #fbfbf4bd;
  border-radius: 12px;
  color: #3e3327;
  box-shadow: 1px 4px 4px #4246454a;
  font-size: .9em; }

section.article table td,
section.article table th {
  padding: .5em 1em; }

section.article table thead {
  background: #f5ece5; }
  section.article table thead th:first-child {
    border-top-left-radius: 10px; }
  section.article table thead th:last-child {
    border-top-right-radius: 10px; }

section.article .shop-list {
  padding: 0;
  margin: 1em; }
  section.article .shop-list li {
    border: 0; }

/*

Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #FFFFFF; }

.hljs,
.hljs-subst {
  color: #434f54; }

.hljs-keyword,
.hljs-attribute {
  color: #00979D; }

.hljs-built_in,
.hljs-literal {
  color: #D35400; }

.hljs-regexp {
  color: #00979D; }

.hljs-type,
.hljs-string {
  color: #005C5F; }

.hljs-title {
  color: #880000;
  font-weight: bold; }

.hljs-comment {
  color: rgba(149, 165, 166, 0.8); }

.hljs-meta-keyword {
  color: #728E00; }

.hljs-meta {
  color: #434f54; }

.hljs-function {
  color: #728E00; }

.hljs-number {
  color: #8A7B52; }

a {
  color: #01797E; }
  a:focus, a:active {
    color: #01484b; }

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: white !important;
  text-decoration: underline; }

h1 {
  font-size: 2rem; }

.btn {
  border-width: 2px;
  text-shadow: none; }

.btn-outline-light:hover {
  border-color: #212529; }

.bg-primary {
  background-color: #01797E !important; }

.bg-secondary {
  background-color: #2C3E50 !important; }

.text-secondary {
  color: #2C3E50 !important; }

.img-fluid {
  margin: 0 auto;
  display: block; }

.embed-responsive {
  border-radius: 10px;
  border: 2px solid white;
  background: white;
  margin-bottom: 1rem; }
  .embed-responsive iframe {
    border-radius: 6px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #055456 !important; }

.border-top {
  border-top: 5px solid #055456 !important; }
  .border-top--dotted-light {
    border-top: 5px dotted white !important; }

.border-bottom {
  border-bottom: 5px solid #055456 !important; }

.card {
  font-family: 'Cabin', sans-serif;
  background-color: white;
  box-shadow: 0 3px 17px #bfbfbffa;
  border-radius: 10px;
  font-family: 'Open Sans'; }
  .card ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8em; }
  .card li {
    border-bottom: 1px dotted #EEE; }
  .card h2 {
    width: 100%;
    padding-bottom: .5em;
    font-size: 1.2em;
    margin-top: -.6em; }

.lead {
  font-size: 1.1rem;
  text-align: left; }
  .lead h2 {
    background: #795548;
    border-radius: 0 50px 50px 0;
    color: white;
    display: inline-block;
    font-size: 1.3rem;
    font-family: 'Lato';
    font-weight: 200;
    margin-left: -1em;
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em; }
  .lead h3 {
    font-size: 1em;
    font-weight: 800;
    margin-top: 1em; }
  .lead figure,
  .lead table {
    max-width: 100%;
    padding: 20px 20px 10px;
    margin: auto;
    margin-top: 1em;
    display: block;
    background-color: white;
    box-shadow: 0 3px 17px #bfbfbffa;
    margin-bottom: 1em;
    border-radius: 10px; }
  .lead figure {
    text-align: center; }
  .lead figure img {
    max-width: 100%; }
  .lead figure a {
    display: block; }
  .lead blockquote p {
    background: #fffac891;
    padding: 1em;
    border-radius: 20px;
    font-size: 1.1rem;
    color: #795548; }
  .lead pre {
    background: #EEE;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5em; }
    .lead pre code {
      padding: 0; }
  .lead code {
    padding: 2px 5px;
    background: #EEE;
    color: #008184; }
  .lead figcaption {
    font-size: 0.9em;
    text-align: center;
    font-variant: all-small-caps; }
  .lead .code__linenumber {
    width: 2em;
    display: inline-block;
    border-right: 1px solid #d4d0d0;
    text-align: right;
    padding-right: .5em;
    color: #888; }
  .lead .code__menu {
    background: #008184;
    border-radius: 0 15px 15px 0;
    padding: 4px .75em 4px .5em;
    font-family: helvetica;
    color: white;
    font-size: 0.9em; }

.text-white .lead a {
  color: white;
  text-decoration: underline; }

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem; }
  .lead {
    font-size: 1.2rem;
    line-height: 1.7em; }
  .lead a {
    text-decoration: underline; }
  .lead pre {
    margin-left: -4em;
    margin-right: -4em;
    border-radius: 5px; }
  .lead h2 {
    font-size: 1.5rem; }
  .lead figure {
    max-width: 680px; }
  .lead figure img {
    max-width: 100%; }
  .lead table {
    max-width: 680px;
    margin: 1em auto;
    font-size: 0.9em;
    padding: 1em;
    display: block; }
    .lead table td {
      padding: .2em .5em; }
  code {
    border-radius: 5px; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-direction: column; } }

@media (min-width: 1200px) {
  .lead pre {
    margin-left: 0;
    margin-right: 0; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.shop-item {
  display: flex;
  align-items: center; }

.shop-item a {
  flex-grow: 1; }

.shop-item-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-top: -2px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center; }

.shop-item-icon--overlay {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 4px;
  background-color: white;
  border-radius: 3px;
  border: 4px solid white;
  left: 4px; }
.google-auto-placed {
  background-color: white;
  padding: 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.adsbygoogle.videotheory {
  margin-bottom: 2rem; }

ins.adsbygoogle {
  min-height: 280px; }

@media screen and (min-width: 40em) {
  ins.adsbygoogle {
    min-height: 300px; } }

@media (min-width: 992px) {
  .adsbygoogle.videotheory {
    margin-bottom: 5rem; } }
.text-white .lead a {
  text-decoration: none;
  border-bottom: 1px solid #FFEB3B; }

.section-light {
  background-color: #f8f9fa; }

.section-circles {
  background-image: url("/public/img/circles.png"); }

.section-cubes {
  background-image: url("/public/img/cubes.png"); }

.shop-list {
  list-style: none; }
  .shop-list .flag {
    margin-right: 5px; }
  .shop-list .shop-price {
    float: right; }
  .shop-list li {
    margin-left: 0;
    border-bottom: 1px dotted #EEE; }
  .shop-list li:before {
    content: none; }

.warning {
  background-color: #f3e8be;
  padding: 1em;
  border-radius: 10px;
  color: black;
  padding-left: 100px;
  font-size: 1em;
  text-align: left;
  text-shadow: none;
  position: relative; }
  .warning:before {
    content: "\f071";
    font-family: FontAwesome;
    padding-left: 15px;
    position: absolute;
    top: 0;
    font-size: 3em;
    background: #cac1a0;
    left: 0;
    bottom: 0;
    border-radius: 10px 0 0 10px;
    padding-right: 15px;
    padding-top: 30px;
    color: #f3e8be; }

.social-buttons .btn--green {
  background-color: #01797E;
  color: white;
  border-color: #01797E; }

.social-buttons i {
  margin-left: -7px;
  margin-top: 3px;
  font-size: 30px; }

.avatar {
  width: 128px;
  height: 128px;
  border-radius: 256px;
  border: 2px solid white; }

.connection-schema {
  max-width: 100%;
  padding: 20px;
  background: white;
  border-radius: 10px;
  border: 3px solid #0c6669;
  max-height: 400px;
  margin: auto;
  display: block;
  box-shadow: 3px 3px 0 #0c6669; }

.btn {
  background-color: #2b3d4f;
  border-radius: 15px; }

.shoplink i {
  font-size: 14px;
  display: inline; }

@media (min-width: 992px) {
  .avatar {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    border: 2px solid white; } }
