@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Open+Sans:wght@300;400;600;700&display=swap');

:root {
    --bg-dark: #0f1117;
    --accent: #3498db;
    --accent-dark: #2980b9;
    --deep-grey: #272a31;
    --text-grey: #555;
    --light-grey: #f5f5f5;
}

/* BASE RESET */
body {
    background-color: var(--bg-dark) !important;
    color: var(--text-grey);
    font-family: 'Open Sans', sans-serif;
    margin: 0; padding: 0;
    overflow-x: hidden;
}

.font-orbitron { font-family: 'Orbitron', sans-serif; }
.font-roboto { font-family: 'Oswald', sans-serif; }
.italic { font-style: italic; }
.nopadding { padding: 0 !important; }

/* 1. HEAD SECTION */
#head {
    background-color: var(--deep-grey);
    height: 80px;
    color: #fff;
    border-bottom: 2px solid var(--accent);
    position: sticky;
    top: 0;
    z-index: 1050;
}

#head-left {
    background-color: var(--accent);
    height: 80px;
    width: 100px;
    transform: skewX(-30deg);
    margin-left: -20px;
    box-shadow: 10px 0 20px rgba(0,0,0,0.5);
}

#head-left img { transform: skewX(30deg); }

/* FORCE HORIZONTAL NAVBAR */
#head-navi .navbar-nav {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

/* MAIN CATEGORY LINKS */
#head-navi .navbar-nav > li.nav-item > a.nav-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #fff !important;
    padding: 28px 20px !important;
    border-left: 1px solid #2f333b;
    transition: 0.3s;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
}

#head-navi .navbar-nav > li.nav-item > a.nav-link:hover {
    background-color: var(--accent);
}

/* SUBMENU DROPDOWN HOVER */
#head-navi .navbar-nav > li.nav-item {
    position: relative;
}
#head-navi .navbar-nav > li.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #111;
    border: 1px solid var(--accent);
    border-radius: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

/* SUBMENU LINKS RESET */
#head-navi .navbar-nav > li.nav-item.dropdown > ul.dropdown-menu > li > a {
    padding: 10px 20px !important;
    border-left: none;
    font-size: 13px;
    font-style: normal;
}

/* ALIGN OTHER BOXES IN TOP BAR (Stats, User, Layout) */
#head-navi .navbar-nav > li.nav-item {
    display: flex;
    align-items: center;
    color: #aaa;
    font-size: 12px;
}
#head-navi .navbar-nav > li.nav-item > form,
#head-navi .navbar-nav > li.nav-item > div {
    margin: 0 10px;
}
#head-navi .navbar-nav > li.nav-item a {
    color: var(--accent);
    text-decoration: none;
}


/* SKEW LINKS */
.v2-skew-link {
    transform: skewX(-30deg);
    border-radius: 0 !important;
    display: inline-block;
    padding: 10px 20px;
}

.v2-unskew {
    transform: skewX(30deg);
    display: block;
}

/* 4. SQUADS ICONS STRIP */
.squad-icon-box {
    padding: 20px 0;
}
.squad-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.squad-btn {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    color: #666;
    border: 1px solid #444;
    padding: 2px 8px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
    transition: 0.3s;
}
.squad-btn:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* 5. LATEST NEWS */
.bg-rodan-content {
    background-color: #3498db; /* The image shows light blue behind "LATEST NEWS"? No, the image shows a blue bar for "LATEST NEWS" */
    background: url('img/slider_placeholder.png') center/cover; /* Actually it seems to be an image background with blue overlay */
    position: relative;
}
.bg-rodan-content::before {
    content: ''; position: absolute; top:0; left:0; width:100%; height:100%;
    background: rgba(52, 152, 219, 0.85); /* Blue overlay */
}
.bg-rodan-content > .container { position: relative; z-index: 2; }

.rodan-section-title {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
.news-teaser {
    border: 3px solid transparent;
    transition: 0.3s;
    background: #000;
}
.news-teaser:hover { border-color: #fff; }
.news-date {
    background: rgba(52, 152, 219, 0.9);
    min-width: 60px;
}
.news-icon {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
}

/* 6. TOPMATCH VS */
.match-date {
    background: rgba(52, 152, 219, 0.9);
}

/* 7. WHITE CONTENT AREA */
.rodan-content-header {
    font-family: 'Oswald', sans-serif;
    color: #3498db;
    font-size: 28px;
    font-weight: 700;
}
.rodan-widget {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.rodan-widget-header {
    background-color: var(--accent);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.rodan-widget-body {
    font-size: 13px;
    color: #666;
}
.rodan-widget-body ul { list-style: none; padding: 0; margin: 0; }
.rodan-widget-body ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}
.rodan-widget-body ul li a {
    color: #555; text-decoration: none; font-weight: 600;
}
.rodan-widget-body ul li a:hover { color: var(--accent); }

/* 8. FOLLOW US BAR */
.social-skew-btn {
    background: var(--accent);
    color: #fff;
    font-size: 20px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-30deg);
    border-right: 1px solid rgba(0,0,0,0.2);
    text-decoration: none;
    transition: 0.3s;
}
.social-skew-btn:hover {
    background: #fff;
    color: var(--accent);
}

/* ILCH OVERRIDES */
.v2-main-content a { color: var(--accent); text-decoration: none; }
.v2-main-content a:hover { text-decoration: underline; }
