/* LEARN TO CODE SECTION */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Ubuntu:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Roboto&family=Ubuntu:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Roboto&family=Ubuntu+Mono:wght@700&family=Ubuntu:wght@700&display=swap");
#learn-to-code p {
  font-size: 1em;
}
#learn-to-code h2 {
  font-size: 1em;
}
#learn-to-code .col {
  margin-top: auto;
}
#learn-to-code img {
  width: 200px;
}

/* WHAT IS COMPCLUB SECTION */
#what-is-compclub {
  color: white;
  background-color: #29293a;
  @import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
}
#what-is-compclub #compclub-question {
  position: relative;
  text-shadow: 3px 3px rgb(83, 79, 79);
}
#what-is-compclub #compclub-hero-text {
  font-size: 55px;
}
#what-is-compclub #what-is {
  font-family: "Ubuntu Mono", monospace;
  font-size: 15px;
}
#what-is-compclub #poco-img {
  height: 300px;
}
#what-is-compclub #hero-links {
  font-family: "Ubuntu Mono", monospace;
}
#what-is-compclub #bold-text {
  font-weight: bolder;
}
#what-is-compclub #your {
  font-style: italic;
  color: #ffe585;
  margin-right: -10px;
}
#what-is-compclub a {
  color: white;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
#what-is-compclub a:hover {
  color: #86e12c;
  text-decoration: underline;
}

/* EXTERNALS WKS SECTION */
#externals-workshops {
  font-size: 25px;
  margin-top: 5%;
  margin-bottom: 5%;
}

#externals-workshops #externals-title {
  color: #79AD38;
  margin-bottom: 3%;
}

#externals-workshops h2 {
  font-size: 0.6em;
}

#externals-workshops p {
  font-size: 0.6em;
  margin-bottom: 5%;
}

#externals-workshops #top-half {
  margin-bottom: 2%;
}

#externals-workshops #externals-grid {
  padding: 5%;
}

#externals-workshops #grid-1-1 {
  height: 16em;
  width: 100%;
}

#externals-workshops #grid-1-2 {
  height: 7.5em;
  width: 100%;
}

#externals-workshops #grid-2 {
  height: 13em;
  width: 100%;
}

#externals-workshops #bottom-container {
  padding: 5%;
  text-align: center;
  margin-top: 2%;
}

#externals-workshops #schools-worked-with {
  font-size: 1em;
  text-shadow: 1px 1px #86e12c;
}

#externals-workshops #school-logo {
  height: 3.5em;
  margin: 5%;
}

#externals-workshops button {
  background-color: #ffe585;
  border-radius: 20px;
  border-style: none;
  padding: 2%;
  padding-top: 3%;
}

#externals-workshops button:hover {
  background-color: #86e12c;
  outline: 2px solid #86e12c;
  outline-offset: 2px;
}

#externals-workshops #button-text {
  font-size: 0.7em;
  line-height: 70%;
}

.externals-image {
  box-shadow: 5px 5px 2px #79AD38;
  object-fit: cover;
}

/* CONTACT SECTION */
#contact-header {
  text-align: center;
}

#contact-us {
  text-align: center;
  font-size: 25px;
  background-color: #CFD79D;
  padding-top: 1rem;
}

.contact-highlight {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffe585), color-stop(40%, transparent));
  background: linear-gradient(to top, #ffffff 40%, transparent 40%);
  display: inline;
}

.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#discord {
  width: 150px;
  margin: -30px;
}

#poco-image {
  object-fit: contain;
}

.sponsor-div {
  margin-top: 0.5rem;
}

#events-header {
  color: white;
  background-image: linear-gradient(to right, rgb(41, 41, 58), rgba(41, 41, 58, 0)), url("../../assets/events/events-header.png");
}

.workshops-container {
  gap: 20px;
}

.bg-navy {
  background-color: #29293a;
}

h1 {
  /* Heading */
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  /* Body text */
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  /* Accent */
  font-family: "Ubuntu Mono", monospace;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero-text {
  font-size: 55px;
  position: relative;
  text-shadow: 3px 3px rgb(83, 79, 79);
}

.compclub-link {
  text-decoration: underline;
  text-decoration-color: #86e12c;
}

.yellow-highlight {
  background: linear-gradient(to top, #ffe585 40%, transparent 40%);
  display: inline;
}

.silver-highlight {
  background: linear-gradient(to top, #cdcdcd 40%, transparent 40%);
  display: inline;
}

.green-highlight {
  background: linear-gradient(to top, #86e12c 40%, transparent 40%);
  display: inline;
}

.center-align {
  display: block;
}
@media (min-width: 768px) {
  .center-align {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul {
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
}

.nav-current {
  text-decoration: underline;
  text-decoration-color: #86e12c;
}

.section {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

/*# sourceMappingURL=main.min.css.map */
