/* Fonts */
:root {
  --font-heading: 'Montserrat', system-ui, -apple-system, sans-serif;
  --font-body: 'Open Sans', system-ui, -apple-system, sans-serif;

  /* Colors */
  --black: #000000;
  --white: #ffffff;
  --gold: #ffd700;
  --gold-dark: #e6c200;
  --gray-100: #f9f9f9;
  --gray-300: #cccccc;

  /* Spacing scale */
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 28px;
  --space-6: 40px;

  /* Type scale */
  --fs-100: 0.875rem; /* small */
  --fs-200: 1rem;     /* base */
  --fs-300: 1.125rem; /* body lg */
  --fs-400: 1.5rem;   /* h3 */
  --fs-500: 2rem;     /* h2 */
  --fs-600: 2.5rem;   /* h1 */
}

html { /*box-sizing: border-box;*/ }
*, *::before, *::after { /*box-sizing: inherit;*/ }

h1,h2,h3 {
    color: #d5e1ec;
    font-size: 2rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    color: #e4bad1;
    font-size: 1.25rem;
    font-weight: 500;
}

p {
    color: #d5e1ec;
}

a {
    color: #e4bad1;
}

ul.no-bullets {
  list-style-type: none; /* Removes the bullet points entirely */
  padding: 0 0 15px;
  line-height: 1.5rem;
}

body {
    font-family: 'Montserrat', 'Open-Sans', sans-serif;
    margin: 0 auto;
    padding: 0;
    color: #e4bad1;
    background: #000828;
}

.wrapper {
    margin: 3rem auto;
    width: 90%;
    border: #7a7889 solid 6px;
    border-radius: 40px;
}

.logo {
    flex-grow: 1;
}

.logo img{
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 30px;
}

#masthead {
    color: #e4bad1;
    width: 150px;
    flex-grow: 1;
    text-align: center;
    padding: 0 30px;
    border-left: #7a7889 solid 3px;
    border-right: #7a7889 solid 3px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background: ;
    color: ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: #7a7889 solid 3px;
}

span {
    font-family: 'Montserrat', sans-serif;
    color: #e4bad1;
    display: block;
    font-size: 4rem;
}

.nav {
    flex-grow: 3;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0 4rem 0 0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

.nav li {
    flex-basis: 20%;
    text-align: center;
    border-radius: 5px;
    padding: 15px 25px;
}

.nav li:hover {

}

.nav a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #e4bad1;
}

.hero {
    text-align: center;
    padding: 40px 200px 60px 200px;
    background: ;
    animation: fadeIn 2s ease-in;
}

.hero h1 {
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 50px 0;
}

.hero h1 span {
    color: #d62828;
}

.tagline {
    font-size: 1.2rem;
    margin: 40px 0 0 0;
    text-transform: lowercase;
}

.cta-btn a { 
    display: inline-block;
    padding: 15px 30px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #e4bad1;
    border: #e4bad1 solid 3px;
    border-radius: 5px;
    transition: background 0.3s ease;
    color: #000828; 
}

.cta-btn a:hover {
    color: #e4bad1;
    background: #000828;
    border: #e4bad1 solid 3px;
}

.btn-2 {
    display: block;
    padding: 15px 30px;
    color: #000828;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #e4bad1;
    border: #e4bad1 solid 3px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-2 { color: #000828; font-weight: 700; text-decoration: none;}

.btn-2:hover {
    color: #e4bad1;
    background: #000828;
    border: #e4bad1 solid 3px;
}


.diagram {
    
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    gap: 20px;
    padding: 0px;
    border-top: #7a7889 solid 3px;
    border-bottom: #7a7889 solid 3px;
}

.diagram-column {
    /*padding: 20px;*/
    padding-top: 60px;
    padding-right: 57px;
    padding-left: 18px;
}

.diagram-column-left {
    scale: 105%;
}

.diagram-column-right {
    padding: 0px;
    border-left: #7a7889 solid 3px;
    column-width: 30%;
}

#deadline-text {
    border-bottom: #7a7889 solid 3px;
}

#deadline-text p {
    margin: 3rem;
    font: italic .95rem/2 Montserrat, sans-serif;
    font-weight: 400;
}

#deadline-list p {
    margin: 3rem;
}

#deadline-list {
    margin: 3rem;
}

#deadline-box-mobile {
    display: none;
}

.deadlines {
    padding: 40px 20px;
    text-align: center;
}

.deadlines h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.deadlines ul {
    list-style: none;
    padding: 0;
}

.deadlines li {
    font-size: 1.2rem;
    margin: 10px 0;
}

#submit {
    border: #fff solid 3px;
}

.footer {
    text-align: center;
    padding: 20px;
    color: #fff;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

* =========================
   Responsive Breakpoints
   ========================= */
/* 1200px+ (Large desktops) */
@media (min-width: 1200px) {
  .hero h2 { font-size: 2.25rem; }
  .site-header h1 { font-size: 2.75rem; }
}

/* 992px–1199px (Desktops) */
@media (max-width: 1199px) and (min-width: 992px) {
  .deadlines { grid-template-columns: repeat(4, 1fr); }
}

/* 768px–991px (Tablets) */
@media (max-width: 991px) and (min-width: 768px) {
  .site-header h1 { font-size: 2.125rem; }
  #deadline-box { display: none; }
  .hero h2 { font-size: 1.75rem; }
  .deadlines { grid-template-columns: repeat(2, 1fr); }
  .wrapper {
    margin: 1.5rem auto;
    width: 90%;
    border: #7a7889 solid 6px;
    border-radius: 40px;
}
}

/* 576px–767px (Large phones / small tablets) */
@media (max-width: 950px) and (min-width: 576px) {


    .wrapper { margin: 1.5rem auto; border: #7a7889 solid 6px; border-radius: 40px; }
    #masthead { margin: 0 auto; width: 75%; border: none; }
    h4 { font-size: 2rem; font-weight: 700; margin: 0 0 2rem; }
    .reg-btn { display: block; margin: 0 auto; margin-bottom: 15px; max-width: 50%; font-weight: 700;}
    .cta-btn { display: block; margin: 0 auto; margin-bottom: 15px; max-width: 50%; font-weight: 700;}
    .btn-2 { display: block; margin: 0 auto; margin-bottom: 15px; max-width: 50%; font-weight: 700;}
    .site-header h1 { font-size: 1.875rem; }
    .header { display: block; margin: 0 auto; }
    .nav ul { display: inherit; padding-right: 0;}
    .hero h2 { font-size: 1.5rem; }
    .deadlines { grid-template-columns: repeat(2, 1fr); }
    #deadline-list { text-align: center; }
    .diagram { grid-template-columns: 1fr; }
    .diagram-column-left { padding: 20px 20px 0 0; scale: 100%;}
    .diagram-column-right { border: none; }
}

/* <576px (Phones) */
@media (max-width: 575px) {
   #masthead { width: 75%; margin: 0 auto; border: none;}
   .wrapper { margin: 1.5rem auto; border: #7a7889 solid 6px; border-radius: 40px; }
     h4 {font-size: 1.625rem; margin: 0 0 1rem 0;}
    .site-header h1 { font-size: 1.625rem; }
      .header { display: block; margin: 0 auto; }
      .nav ul { gap: var(--space-2); display: block; padding: 0;}
      .nav li {  }
      .hero { padding: var(--space-5) var(--space-3); }
      .hero h2 { font-size: 1.375rem; }
      .hero p { font-size: var(--fs-200); }
      .cta-btn { display: block; margin: 0 auto; margin-bottom: 30px; max-width: 65%; font-weight: 700;}
      .deadlines { grid-template-columns: 1fr; }
      .diagram { grid-template-columns: 1fr; }
      .diagram-column   { display: block; padding-top: 20px; border: none;}
      .diagram-column-left { padding-right: 24px; scale: 100%; }
}