/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    padding: 60px 0;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}
#url-rewriting-warning {
    display: none;
}
/* CUSTOM STYLINGS FOR THE HOME PAGE */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/img/dan-meyers-IQVFVH0ajag-unsplash.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 10rem 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.hero h1 { font-size: 4.5rem; color: #fff; margin-bottom: 1.5rem; }
.hero p { font-size: 2rem; max-width: 800px; margin: 0 auto 3rem; opacity: 0.9; }

/* New class for the hero button */
.button-outline-white {
    color: #fff !important;
    border-color: #fff !important;
}

.top-nav { background: #fff; padding: 1rem 0; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }

/* Logo styling */
.nav-logo {
    margin: 0;
    font-weight: bold;
}

.feature-card {
    padding: 3rem;
    background: #f4f5f7;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.2s;
}
.feature-card:hover { transform: translateY(-5px); }

.system-status {
    background: #fafafa;
    padding: 4rem 0;
    margin-top: 5rem;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
}

/* System status detail styles */
.system-summary {
    cursor: pointer;
    color: #606c76;
}

.system-details-row {
    margin-top: 2rem;
}

.button-white { background-color: #fff; border-color: #fff; color: #333; }
.button-white:hover { background-color: #eee; border-color: #eee; color: #000; }
