@import "/javax.faces.resource/css/styles-common.css.seam?ln=ottawafootysevens&nocache=1583747261708&nocache=1583747261708";

/** Sidebar **/
.sidebarMenu a { color: navy; text-decoration: none; font-weight:normal;}
.sidebarMenu a:hover { font-weight: bold}

/** About section to force the nice layout when we don't have it **/
.body-about h1 {font-size:24px; font-weight:700; line-height:30px; padding: 5px; text-align:center}
.body-about h2 {font-size:16px; font-weight:700; line-height:20px; padding: 5px; margin-bottom: 10px}
.body-about h1, .body-about h2 { background-color:rgb(119, 136, 119); color:rgb(238, 255, 238); background-image:linear-gradient(rgb(153, 166, 153), rgb(119, 136, 119));
    border-bottom-color:rgb(60, 68, 60); border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-bottom-style:solid; border-bottom-width:1px;
    border-left-color:rgb(60, 68, 60); border-left-style:solid; border-left-width:1px; border-right-color:rgb(60, 68, 60); border-right-style:solid;
    border-right-width:1px; border-top-color:rgb(60, 68, 60); border-top-left-radius:3px; border-top-right-radius:3px; border-top-style:solid; border-top-width:1px;
    outline-color:rgb(238, 255, 238); }

/* Footy Sevens Skin Override */
@media (max-width:1000px) {
    .header {background: #0b59a2; height:50px}
    .headerLogo { background: transparent url( https://images.ottawafootysevens.com/footysevens/banners/logo_topleft.png) no-repeat center; background-size: auto 48px; }
}
@media (min-width:1001px) {
    html { background: black url(https://images.ottawafootysevens.com/footysevens/backgrounds/OFS_BACKGROND_004.jpg) no-repeat bottom center; background-attachment:fixed;}
    .header {background: transparent url( https://images.ottawafootysevens.com/footysevens/banners/03_BANNER_2PX.jpg) repeat-x center;}
    .headerLogo { background: transparent url( https://images.ottawafootysevens.com/footysevens/banners/logo_topleft.png) no-repeat center; }
    .headerStatus { background: transparent url(https://images.ottawafootysevens.com/footysevens/banners/03_BANNER.jpg) no-repeat right;}
}

/** Stretch background on 1900+ resolution */
@media (min-width: 1900px) {
    html { background-size:100% 100%;}
}


