@font-face {
    src: url(fonts/BebasNeue-Regular.ttf);
    font-family: BebasNeue;
}

@font-face {
    src: url(fonts/BungeeInline-Regular.ttf);
    font-family: BungeeInline;
}

.fulshear {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #5d2d83;
    height: 170px;
    text-align: center;
    padding-left: 30px;
    
    
   
}
.FULSHEAR {
    font-size:90px;
    font-family: BebasNeue;
    color: white;
    letter-spacing: 10px;
    
}
.tsa {
    font-size:90px;
    font-family: BebasNeue;
    color: white;
    letter-spacing: 10px;

}


.nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 15px;
    font-size: 20px;
    font-family: Roboto;
    background-color:rgb(84, 27, 138);
    height: 35px;
    
}
.nav a {
    color: white;
    padding-bottom: 1px;
    font-weight: 700;
    text-decoration: none;
}
.nav a:hover {
    font-size: 22px;
    font-weight: bolder;
    text-decoration: underline;
}
.help {
    font-family: BungeeInline;
    text-align: center;
    color: #5d2d83;
    font-size: 50px;
    text-shadow: 2px 2px 5px gray;
}

h1 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 50px;
    font-weight: 700;
    color: #222;
    font-family: BungeeInline;
    letter-spacing: 10px;
    border: none;
    color:#5d2d83;
    text-shadow: 2px 2px 5px gray;
    margin-top: 40px;
    text-align: center;
}
.content p{
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
    font-weight: 500;
}
.links {
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 1px;
    margin-right: 20px;
    font-weight: 500;

}

/* Responsive rules */
@media (max-width: 1024px) {
    .FULSHEAR, .tsa {
        font-size: 60px;
    }
    .nav {
        gap: 20px;
        font-size: 18px;
    }
    .help, h1 {
        font-size: 40px;
    }
    .content p, .links {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .fulshear {
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 10px;
    }
    .FULSHEAR, .tsa {
        font-size: 40px;
        letter-spacing: 4px;
        text-align: center;
    }
    .nav {
        flex-wrap: wrap;
        gap: 15px;
        font-size: 16px;
        height: auto;
        padding: 10px 0;
    }
    .help, h1 {
        font-size: 36px;
    }
    .content p, .links {
        font-size: 16px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (max-width: 600px) {
    .FULSHEAR, .tsa {
        font-size: 24px;
    }
    .nav {
        font-size: 13px;
        gap: 8px;
    }
    .help, h1 {
        font-size: 28px;
    }
    .content p, .links {
        font-size: 16px;
        line-height: 1.4;
        margin-left: 6px;
        margin-right: 6px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .FULSHEAR, .tsa {
        font-size: 28px;
    }
    .nav {
        flex-wrap: wrap;
        gap: 12px;
        font-size: 16px;
    }
    .help, h1 {
        font-size: 24px;
    }
    .content p, .links {
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 375px) {
    .FULSHEAR, .tsa {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .nav {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 14px;
    }
    .help, h1 {
        font-size: 20px;
    }
    .content p, .links {
        font-size: 12px;
        margin-left: 4px;
        margin-right: 4px;
    }
}


