header {
    text-align: center;
    padding: 80px 20px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

main {
    padding-top: 50px;
    position: relative;
    z-index: 20;
    background-color: black;
}

section {
    max-width: 1000px;
}
section:last-of-type {
    padding-bottom: 150px;
}

h1 {
    font-size: 2em;
    margin: 10px 0;
}

p {
    font-size: 1.15em;
    margin: 10px 0;
}

.header-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    min-width: 60%;
}

.header-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #222020;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 18px;
    transition: 0.5s;
    min-width: 150px;
}

.register-button:hover {
    background-color: #7a0000 ;
}

#about {
    padding: 50px 40px;
    background-color: #000000;
    text-align: center;
    width: 75%;
    margin: 0px auto;
}

#team {
    padding: 50px 40px;
    background-color: #000000;
    text-align: center;
    width: 75%;
    margin: 0px auto;
}

#projects {
    padding: 50px 40px;
    background-color: #000000;
    text-align: center;
    width: 75%;
    margin: 0px auto;
}

.meet-the-team-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #222020;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    transition: 0.5s;
}

.meet-the-team-button:hover {
    background-color: #7a0000 ;
}

.monster-logo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -5%;
}

h3 {
    margin: 15px 0;
}

ol {
    text-align: left;
    padding-left: 20px;
}
/* 



header h1 {
    text-align: center;
    font-size: 6vw; 
    margin: 20px 0;
    line-height: 1.1;
    margin-bottom: 0;
}

header h1 .vanier-span {
    font-size: 1.10em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    
}
header h1 .subheading {
    display: inline-block;
    line-height: 1.05;
    margin-top: 0;
}

/* sizes for larger devices*/
@media (min-width: 1024px) {
header h1 {
font-size: 2.6vw; 
line-height: 1.3;
}
}
/*  sizes for tablets*/
@media (max-width: 768px) {
header h1 {
font-size: 5vw;
line-height: 1.3;
}
}
/*  sizes for mobile devices*/
@media (max-width: 480px) {
header h1 {
font-size: 7vw;
line-height: 1.3;
}
} */