/* General */
body {
  padding: 0;
  margin: 0;
  font-family: 'Varela Round';
  color: #333;
  -webkit-font-smoothing: antialiased;
}

top-bar {
  display: block;
  height: 15px;
  width: 100%;
  background-color: #333;
  margin-bottom: 2.5%;
}

a {
  text-decoration: none;
}

/* Top-level page elements */
column-layout {
  padding-bottom: 10%;
}

/* Desktops */
@media (min-width: 801px) {
  column-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 5%;
    padding-right: 5%;
  }

  column-left, column-right {
    width: 35%;
  }
}

/* Tablets and mobile */
@media (max-width: 800px) {
  column-layout {
    display: block
  }
  column-left, column-right {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* left-column elements */
page-title {
  display: block;
  font-size: 36;
  font-weight: bold;
  letter-spacing: 2;
  margin-top: 15%;
}

page-subtitle {
  display: block;
  font-size: 20;
  margin-top: 1%;
}

page-description {
  display: block;
  margin-top: 5%;
  text-align: justify;
}

internship-title {
  display: block;
  font-size: 36;
  font-weight: bold;
  letter-spacing: 2;
  margin-top: 15%;
}

internship-description {
  display: block;
  margin-top: 1%;
  text-align: justify;
}

internship-link {
  display: block;
  font-size: 18;
  margin-top: 5%;
  letter-spacing: 1;
  align-items: center;
}

internship-header img {
  width: 100%;
  margin-top: 10%;
}

youtube-title {
  display: block;
  font-size: 36;
  font-weight: bold;
  margin-top: 15%;
}

youtube-description {
  display: block;
  font-size: 16;
  margin-top: 1%;
}

youtube-header img {
  width: 100%;
  margin-top: 10%;
}

/* Right-column elements */
tutorial-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  color: #525c65;
}

tutorial-title {
  display: flex;
  font-size: 25;
  letter-spacing: 1;
  align-items: center;
}

tutorial-title i {
  font-size: 1em;
  width: 2em;
}

tutorial-number {
  font-size: 18;
  color: #AAA;
}
