@import url('reset.css');

body {
  background-color: black;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: transparent;
  background: -webkit-linear-gradient(#33A8DB, #1472B7);
  background-clip: text;
  -webkit-background-clip: text;
}

h2 {
  font-size: 2rem;
  color: transparent;
  background: -webkit-linear-gradient(#33A8DB, #1472B7);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

p {
  color: white;
}

section {
  margin: 100px auto;
}

.banner {
  height: 600px;
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #33A8DB;
  background-image: url('../images/banner.png'), linear-gradient(rgba(0, 0, 0, 60%), rgba(49, 168, 221, 20%), rgba(0, 0, 0, 60%));
}

.banner-content {
  padding: 10px auto 0;
}

.logo {
  height: 260px;
  width: 260px;
  margin: auto;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 50%);
  box-shadow: 0px 0px 12px 2px rgba(49, 168, 221, 20%)
}

.logo img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner p {
  font-size: 1.25rem;
  margin: 16px 100px 24px;
}

.banner-content button {
  font-size: 18px;
  margin-top: 20px;
  padding: 20px 80px;
  background-color: transparent;
  border: 2px solid rgba(49, 168, 221, 60%);
  border-radius: 10px;
  color: #31A8DD;
  box-shadow: 0px 0px 12px 2px #31A8DD, inset 0 0 12px 3px black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#course-content {
  text-align: center;
  top: 723px;
  left: 324px;
  height: 500px;
}

#course-content p {
  font-size: 1.25rem;
  margin: 50px 100px 50px;
}

#course-content span {
  color: #33A8DB;
}
.module-list {
  text-align: center;
}
.module {
  margin: 40px 20%;
  width: 60%;
  padding: 20px 50px;
  background-color: #252525;
  border: 2px solid rgba(49, 168, 221, 60%);
  border-radius: 50px;
  color: white;
  box-shadow: 0px 0px 12px 1px #31A8DD, inset 0 0 12px 3px black;
}

#transform-world {
  height: 500px;
  background-size: cover;
  background-image: url('../images/woman-code.png');
  background-attachment: fixed;
  border-top: 1px solid #33A8DB;
  border-bottom: 1px solid #33A8DB;
  padding: 200px;
}

#transform-world p {
  font-weight: 900;
  font-size: 2.5rem;
  text-transform: lowercase;
  max-width: 250px;
  text-shadow: 3px 2px #33A8DB;
}

#professional-challenges {
  border-bottom: 1px solid #33A8DB;
}
#professional-challenges img {
  padding: 30px 0;
}
#professional-challenges p {
  font-size: 1.25rem;
  margin: 16px 100px 60px;
}

footer {
  padding: 10px 0 60px;
  background-image: linear-gradient(rgba(50, 168, 219, 0%), rgba(50, 168, 219, 20%));
}

footer .dio-logo {
  width: 300px;
}

footer a {
  color: #33A8DB;
  font-weight: bold;
  text-decoration: none;
}