01/10/2025
Recruit Training Command (RTC) - U.S. Navy Bootcamp
/* --- UI: Color Palette and Typography --- */
:root {
--navy-blue: #003366;
--gold-accent: ;
--text-dark: #212529;
--background-page: ;
--background-card: ;
}
body {
font-family: 'Arial', sans-serif;
margin: 0;
background-color: var(--background-page);
color: var(--text-dark);
line-height: 1.6;
}
a {
text-decoration: none;
color: var(--navy-blue);
transition: color 0.2s;
}
a:hover {
color: ;
text-decoration: underline;
}
/* --- HEADER & NAVIGATION (UX: Global Access) --- */
header {
background-color: var(--navy-blue);
color: white;
padding: 15px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.site-title {
font-size: 1.8em;
font-weight: bold;
color: white;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
gap: 25px;
flex-wrap: wrap;
}
nav a {
color: white;
font-weight: 500;
padding: 5px 0;
border-bottom: 3px solid transparent;
transition: border-bottom 0.2s;
}
nav a:hover {
border-bottom: 3px solid var(--gold-accent);
color: white;
text-decoration: none;
}
/* --- MAIN LAYOUT --- */
main {
max-width: 1200px;
margin: 30px auto;
padding: 0 20px;
}
/* --- HERO BANNER (UI/UX: Visual Impact with Image) --- */
.hero-banner {
position: relative;
height: 350px; /* UI: Fixed height for visual consistency */
margin-bottom: 30px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.hero-image {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.4); /* UI: Darken image for text readability */
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
text-align: center;
padding: 20px;
}
.hero-overlay h2 {
font-size: 2.8em;
margin-bottom: 10px;
color: var(--gold-accent);
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
/* --- CONTENT GRID (UX: Information Grouping) --- */
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 30px;
}
.card {
background-color: var(--background-card);
padding: 25px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border-top: 5px solid var(--gold-accent);
transition: transform 0.2s;
}
.card:hover {
transform: translateY(-5px);
}
.card h3 {
color: var(--primary-navy);
margin-top: 0;
border-bottom: 1px dashed ;
padding-bottom: 10px;
}
.card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 4px;
margin-bottom: 15px;
}
/* --- CALL TO ACTION (CTA) Button --- */
.cta-button {
display: inline-block;
background-color: var(--gold-accent);
color: var(--navy-blue);
padding: 10px 25px;
border-radius: 5px;
font-weight: bold;
margin-top: 15px;
border: 2px solid var(--gold-accent);
transition: background-color 0.2s, color 0.2s;
}
.cta-button:hover {
background-color: var(--navy-blue);
color: white;
text-decoration: none;
}
/* --- FOOTER (UX: Utility & Legal) --- */
footer {
background-color: #333;
color: ;
padding: 30px 20px;
text-align: center;
font-size: 0.85em;
}
footer a {
color: var(--gold-accent);
margin: 0 10px;
}
/* --- Mobile Responsiveness --- */
(max-width: 768px) {
.header-container {
flex-direction: column;
text-align: center;
}
.site-title {
margin-bottom: 15px;
}
.hero-overlay h2 {
font-size: 2em;
}
}
U.S. Navy Recruit Training Command (RTC)
Home
Recruit Training
Graduation Info
Family Resources
Contact
The Foundation of Naval Service.
Forging America's sailors with Honor, Courage, and Commitment.
Apply Now
Graduation Information
Find dates, times, visitor policies, and live streaming links for upcoming ceremonies.
View Schedule
Future Sailor Resources
Everything you need to know to prepare for your journey to Naval Station Great Lakes.
Pre-Bootcamp Guide
Family & Friends Support
Essential information on communicating with recruits, travel, and local accommodation.
Support Center
Latest News & Alerts
ALERT: Updated visitor guidance is in effect. All guests must review the **Graduation Visitor Policy** before planning travel.
New Recruit Training Group-30 has successfully completed P-Days and commenced training. Congratulations!
Read More News
Site Map |
Accessibility Statement |
No Fear Act |
FOIA |
Contact Webmaster
Official U.S. Navy Website | Recruit Training Command, Great Lakes, IL