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

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f7f7f7;
    margin: 0;
    color: #222;
        overflow-x: hidden;
}

.header1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(6, 6, 56);
}

.header1 button {
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    color: white;
    background-color: rgb(6, 6, 56);
    font-size: 17px;
    font-weight: 700;
}

.header1 button:hover {
    cursor: pointer;
    background-color: rgba(6, 6, 56, 0.893);
}

.hero {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(6, 6, 56);
    background-color: rgba(6, 6, 56, 0.048);
}

.hero1 {
    width: 50%;
}

.hero2 {
    width: 50%;
    text-align: center;
    padding-top: 30px;
}

.hero2 h3 {
    font-size: 50px;
    font-weight: 900;
}

.img1 {
    height: 50px;
    max-width: 50px;
}

.div6 {
    display: flex;
    gap: 3px;
}

.sec1 {
    padding: 30px;
    max-width: 100%;
}

.div1 {
    display: flex;
    gap: 15px;
}

.div2 {
    text-align: justify;
    /* width: 1160px; */
    line-height: 27px;
}

.sec2 {
    padding: 30px;
    text-align: justify;
    line-height: 29px;
    background-color: rgb(6, 6, 56);
    color: whitesmoke;
    max-width: 100%;
}

.sec3 {
    padding: 30px;
    text-align: justify;
    line-height: 27px;
    max-width: 100%;
}

.div5 {
    margin-top: 50px;
}

.sec4 {
    padding: 30px;
    text-align: justify;
    height: auto;
    line-height: 27px;
    background-color: rgba(6, 6, 56, 0.048);
    max-width: 100%;
}

.div3 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.div4 {
    width: 300px;
}

.sec5 {

    padding: 30px;
    text-align: justify;
    line-height: 27px;
    background-color: rgb(6, 6, 56);
    color: whitesmoke;
    max-width: 100%;
}

.h11 {
    margin-bottom: 40px;
}
.h12{
      margin-bottom: 30px;
}
.but {
    padding: 12px 20px;
    border: 0;
    border-radius: 7px;
    background-color: white;
    color: rgb(6, 6, 56);
    font-size: 17px;
    font-weight: 700;
    margin-top: 70px;
}
/* .div7{
    text-align: justify;
} */

.but:hover {
    background-color: rgb(49, 49, 128);
    color: white;
}

.footer {
    padding: 35px;
    background-color: rgba(6, 6, 56, 0.048);
    line-height: 27px;
    text-align: center;
    max-width: 100%;
}

.p1 {
    margin-top: 25px;
}
.social-links {
  display: flex;
  flex-direction: column;
  text-align: justify;
  margin-top: 8px;
  color: #555;
  text-align: justify;
}

.social-links a {
  color: rgb(6, 6, 56);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  line-height: 10px;
}

.social-links a:hover {
  color: rgb(6, 6, 56);
}
.div1{
  display: flex;
  gap: 5px;
  align-items: center;
}
.img2{
    height: 30px;
    width: 30px;
}

/* Align moustache emoji with AUSTON MATTHEWS text */
h1 {
  display: flex;
  align-items: center;
  gap: 8px;
}
h1 img[alt*="mustache"],
.flair {
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
  object-fit: contain;
}
@media (max-width: 600px) {
  h1 img[alt*="mustache"],
  .flair {
    height: 32px !important;
    width: 32px !important;
    object-fit: contain;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  p {
    margin-bottom: 16px;
    line-height: 1.7;
    font-size: 1rem;
    word-spacing: 1px;
  }
  main,
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .footer {
    max-width: 100vw;
    box-sizing: border-box;
  }
}

@media (max-width: 900px) {
    .div3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero {
        display: flex;
        flex-direction: column;
    }

    .hero img {
        width: 50vh;
        margin-bottom: 40px;
            width: 100%;
            max-width: 300px;
            height: auto;
    }

    .hero1 {
        border-radius: 10px;
        order: 2;
    }

    .header1 {
        font-size: 13px;
    }

    .hero2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec4 {
        text-align: center;
    }

    .div4 {
        margin-top: 50px;
    }

    .img1 {
        height: 40px;
        width: 40px;
    }

    .header1 button {
        padding: 5px 20px;
    }
    .but{
           display: block;
           margin: 30px auto 0 auto;
           width: 90%;
           max-width: 300px;
    }
}
@media(max-width: 600px){
    .div3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero {
        display: flex;
        flex-direction: column;
    }

    .hero img {
        width: 75vh;
        margin-bottom: 40px;
    }

    .hero1 {
        border-radius: 10px;
        order: 2;
    }

    .header1 {
        font-size: 13px;
    }

    .hero2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec4 {
        text-align: center;
    }

    .div4 {
        margin-top: 50px;
    }
    .img1 {
        height: 25px;
        width: 25px;
    }

    .header1 button {
        padding: 5px 12px;
    }
    .but{
           display: block;
           margin: 30px auto 0 auto;
           width: 90%;
           max-width: 300px;
    }
    .h13{
        font-size: 16px;
    }
    .img1,
    img[alt*="mustache"] {
        height: 32px !important;
        width: 32px !important;
        object-fit: contain;
        border-radius: 8px;
        display: inline-block;
        vertical-align: middle;
    }
    .h11{
        font-size: larger;
    }
    .h12{
        font-size: larger;
    }
    .but{
        padding: 10px 15px;
    }
.sec5{
    text-align: justify;
}
}