﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 800px) {
    html {
        font-size: 14px;
    }

    .hide-on-desktop-tablet {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    html {
        font-size: 10px;
    }

    .hide-on-mobile {
        display: none;
        
    }
}
    @media only screen and (max-width: 576px) {
        html {
            font-size: 10px;
        }

        .hide-on-mobile {
            display: none;
        }
    }

    /*@media only screen and (orientation:portrait) {
    body {
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
    }
}*/
    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        /* white-space: nowrap;*/
        /* line-height: 60px;*/ /* Vertically center the text there */
    }



    /* Banner Styles*/
    /*.App-logo {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
    }*/



.shield {
    /*float: left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;*/
    object-fit: scale-down;
}

        .shield img {
            /*height: 200px;
        width: 200px;*/
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

    .president {
        float: right;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .president img {
            /*height: 200px;
        width: 200px;*/
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

    .leftPanel {
        float: left;
        display: block;
        /*width: 15%;*/
    }

    .updates {
        padding-left: 20%;
        /*padding-top: 25px;*/
        padding-right: 20%;
        /*width:80%;*/
    }

    /*#pageHeader{
    padding-left:50px;
}*/

    #pageHeader h1 {
        text-align: center;
        /*width: 80%;*/
    }

    /*About Style*/
    .AboutPanel {
        float: left;
        display: block;
        width: 15%;
        font-size: small;
        padding-left: 25px;
        /*padding-top: 25px;*/
    }

    .officers {
        float: left;
        /*width: 40%;*/
    }

    .nonExec {
        /*padding-left: 50%;*/
    }

    /*Fixtures Styles*/
    .fixturesPanel {
        float: left;
        display: block;
        /*width: 15%;*/
        padding-left: 25px;
    }

    .rightPanel {
        float: right;
        display: block;
        /*width: 15%;*/
    }

    .spacer {
        margin-top: 25px;
    }

    /*Contact Styles*/
    .ContactPanel {
        float: left;
        display: block;
        /*width: 15%;*/
        padding-left: 2%;
    }

    .mType {
        padding-left: 15px
    }

    textarea {
        height: 127px;
    }

    #name, #email {
    }

    #tel, #mobile {
    }


    

    /*Members Styles*/
    .OTBPanel {
        float: left;
        display: block;
        /*width: 15%;*/
        font-size: small;
        padding-left: 25px;
        /*padding-top:25px;*/
    }

    /*Coaching Styles*/

    .home .yellowbox{
        text-align:left;
        min-height:100px
    }

    .home img{
        width:60%;
        height:auto
    }
.poster {
    width: 100%;
    height: auto
}
.yellowBox {
    text-align: center;
    background-color: lightgoldenrodyellow;
    color: black;
    border: solid medium;
    border-radius: 10px;
}

    .home h2, .yellowbox h2{
        color:mediumpurple;
    }

.banner {
    text-align: center;
    background-color: lightgoldenrodyellow;
    color: mediumpurple;
    border: solid medium;
    border-radius: 10px;
}

    .btn-gray {
        background-color: red;
    }

    #summer {
        margin-left: 20%;
        width: 30%;
        float: left;
        /*padding-left: 25px;*/
        padding-right: 25px;
    }

    /*#summer h3, #winter h3{
    text-align:center;
}*/

    #winter {
        margin-left: 50%;
        width: 30%;
        /*padding-right:25px;*/
        padding-left: 25px;
    }

    .president {
        text-align: center;
        font-weight: 900;
    }

    iframe {
        /*width:80%;*/
    }

    .toprink {
        font-size: xx-small;
    }
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    td {
    vertical-align: top;
    padding-right: 10px;
    padding-left: 25px;
    object-fit: scale-down;
    /*word-wrap:break-word;*/
}

    table {
        table-layout: fixed;
        width: 100%
    }
    #resultsTable{
        text-align:center;
    }

    #resultsTable td, #resultsTable th{
        text-align:center;
        padding-left:0px;
        padding-right:0px;
    }
.orange {
    background-color: rgb(255,204,153);
}

.gray {
    background-color: rgb(153,153,153);
    color: black;
}

.lightYellow {
    background-color: rgb(255,255,153);
    color: black;
}

.redSpan{
    color:red;
    font-weight:900;
    font-size:small;
}

.menuLink{
    color:black;
    padding-left:5px;
    text-decoration:none;
  

}

.latest{
    background-color:maroon;
    color:white;
    padding-left:5px;
}
.gallery {
    padding: 5px;
    border: 1px solid black;
    float: left;
    /*height: 300px;*/
    aspect-ratio: 1 / 1;
    
}
    .gallery .galpic {
        object-fit: scale-down;
        display: block;
        margin: 0 auto;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.img-responsive {
    width: 100%;
}


.btn-primary, btn-info {
   
    margin-bottom:5px;
}

.browseImage {
    object-fit: scale-down;
    max-height:500px;
}

.facebook{
    height:50px;
    width:50px;
}
