/*
01)  Typography Section
Font Size System (px)
  10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
Font Weights
  Default 400
Line Heights
  Default: 1

  headline fonts:
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-style: italic;

    font-family: 'Teko', sans-serif;
    font-weight: 700;
    font-style: normal;

    font-family: 'Teko', sans-serif;
    font-weight: 700;
    font-style: italic;

  body fonts:
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
02) White Space
Spacing System (px)
  2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

03) Colors
  Primary: #627c89;
  tints:;
  shades:;
  accents:;
  greys:;

04) Shadows

5) Border Radius


*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 5rem;
  color: #f8eedd;
}

h2 {
  font-weight: 600;
  font-size: 44px;
  color: #f8eedd;
}
h3 {
  font-weight: 600;
  font-size: 24px;
  color: #555555;
  margin-bottom: 12px;
}
.h-quote {
  color: white;
}
h4 {
  color: white;
  font-size: 22px;
}
h5 {
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  color: #222222;
  margin-bottom: 20px;
}

.welcome {
  color: #555;
}
h2.programs {
  color: #222;
}
/* ==========================================================================
   								FRAMEWORK
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #555;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: grid;
  gap: 4.8rem;
}

.grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4-cols {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5-cols {
  grid-template-columns: repeat(5, 1fr);
}
.grid-6-cols {
  grid-template-columns: repeat(6, 1fr);
}
.grid-8-cols {
  grid-template-columns: repeat(8, 1fr);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222222;
  height: 12.8rem;
  padding: 0 4.8rem;
}

.section-hero {
  height: 65vh;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url(../img/hero.webp);
  background-size: cover;
  padding: 21.8rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 130rem;
}

.hero-text {
  color: white;
  margin-bottom: 5rem;
}
.logo {
  height: 9.6rem;
}
.welcome {
  padding-top: 3rem;
  font-size: 4.5rem;
  font-weight: 700;
}

.welcome-statements {
  margin: 0 auto;
  max-width: 130rem;
}

.section-callout {
  margin-bottom: 6rem;
}
.section-events {
  margin-bottom: 6rem;
}

.callout {
  /* background-color: #ccc; */
  border: solid 3px;
  border-radius: 2rem;
  padding: 3.2rem 2rem;
  column-gap: 25px;
  row-gap: 40px;
}

.callout-about {
  grid-column: 1 / 3;
  grid-row: 1 / -1;
}
.callout-event {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
}
.callout-curriculum {
  grid-column: 3 / -1;
}

.about-heading {
  font-size: 2rem;
  font-weight: 500;
}
.ul-about {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 0 2rem 0 2.5rem;
}
.ul-programs {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 2rem;
}

.section-footer {
  margin-top: 5rem;
  background-color: #222;
  height: 10rem;
}
.copyright-txt {
  color: #ccc;
  padding: 4rem 0;
}

.welcome-student-name {
  color: #222;
}

.upcoming-assignments {
  border: solid 2px;
  border-radius: 1px;
}

.daily-schedule {
  border: solid 2px;
  border-radius: 1px;
}

.past-due {
  border: solid 2px;
  border-radius: 1px;
}

.btn:link,
.btn:visited {
  display: inline-block;
  background-color: #3d5194;
  color: #fbfcfc;
  font-size: 2rem;
  padding: 1.6rem 3.2rem;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 600;
}

.btn.btn-donate:link,
.btn.btn-donate:visited {
  background-color: #ced4e4;
  color: #06133d;
}

.margin-right-sm {
  margin-right: 2rem;
}

.upcoming-event-img {
  width: 100%;
}
.past-events-img {
  width: 100%;
}
/* .events {
  grid-column: 2;
} */
/* ==========================================================================
   								COMPONENTS
   ========================================================================== */

/* NAVIGATION   */

.main-nav-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  color: #fbfcfc;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #979a9b;
}

.nav-cta {
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  background-color: #cf711f;
  text-decoration: none;
  /*display: inline-block;*/
  padding: 10px 20px;
  border-radius: 20px;
}

.nav-cta:hover {
  color: #222;
}


/* ==========================================================================
   								Form
   ========================================================================== */
input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.form-check {
  font-size: 16px;
}

label{
  margin-left: 16px;
}

/* div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  } */
