
*{
    box-sizing:border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
body{
    width:100%;
    height: 100%;
    padding:0;
    margin:0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.body{
    width:100%;
    height: 100%;
    margin:0;
    padding:0;
}

.banner-cont {
    width: 100%;
    height: 80vh;
    position: relative;
    
}

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    object-position: center;
    object-fit: cover;
}

.banner-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}

.banner-desc {
    width:60vw;
    margin:auto;
    position: absolute;
    right:10vw;
    top: 50%;
    font-size: 1.5em;
    color:#0050bf;
}

.banner-desc-text {
    background-color:#fff;
    display: inline;
    padding: 2px;
    font-size: 1.2em;
    line-height: 1.3em;
}

.join-us {
    width: 100%;
    height: 200px;
    background-color:#ccc;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.join-us-btn {
    display: block;
    background-color: #0050bf;
    padding:7px 20px;
    border-radius: 4px;
    width: 200px;
    margin:auto;
    color:#fff;
    font-size: 1.2em;
    text-decoration:none;
}

.featured-projects {
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow: auto;
    padding: 30px 9vw;
}

.fp-head {
    width: 100%;
    text-align: center;
    font-size:1.6em;
    display: block;
}

.fp-cont {
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:center;
    gap:6vw;
}

.fp-item {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 180px;
}

@media only screen and (min-width: 600px){
    
    .banner-desc {
        width:30vw;
        margin:auto;
        position: absolute;
        right:15vw;
        top: 50%;
        font-size: 3vw;
        color:#0050bf;
    }
    
    .fp-cont {
        width:100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:center;
        gap:3vw;
    }
    
    .fp-item {
        width: 100%;
        max-width: 30%;
        position: relative;
        height: 200px;
    }
}

.fp-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}

.img-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    padding:20px 5px;
}

.fp-desc {
    width:100%;
    height: 70px;
    position: absolute;
    padding:20px 5px;
    background-color:rgba(0,0,0,0.8);
    text-align: center;
    bottom:0;
    left:0;
}

.fp-desc-text {
    display: block;
    width:100%;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}

.header-spacer {
    width:100%;
    height: 64px;
}

.page-head {
    width: 100%;
    font-size: 2.0em;
    color:#0050bf;
}

.page-cont {
    width:100%;
    padding:40px 8vw; 
    min-height: 80vh;
}

.pg-para {
    width: 100%;
    line-height: 1.5em;
    font-size: 1.1em;
    color:#555;
}

.page-subhead {
    width: 100%;
    font-size: 1.4em;
    display: block;
    color:#0050bf;
}

.pg-img-cont {
    width: 100%;
    position: relative;
    height: 450px;
    overflow: auto;
}

.img {
    width:100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;    
}

.contact-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:8vw;
}

.contact-form-wrap {
    width:100%;
    max-width: 100%;
}

.contact-dets-wrap {
    width: 100%;
    max-width: 100%;
}

.form-item {
    width: 100%;
    display: block;
}

.fi-label {
    width: 100%;
    display: block;
    font-size: 1.5em;
    color:#444;
    margin-top:10px;
}

.fi-input {
    width:100%;
    font-size: 1.2em;
    border:none;
    background-color:#ccc;
    border-radius: 3px;
    padding:5px 10px;
    margin-top:5px;
}

.fi-textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height:150px;
    min-height: 150px;
    max-height: 150px;
}

.fi-btn {
    width: 100%;
    border:none;
    background-color:#0050bf;
    color:#ffffff;
    padding:5px 20px;
    font-size: 1.1em;
    margin-top: 20px;
    border-radius: 3px;
    cursor: pointer;
}

@media only screen and (min-width: 600px){
    .contact-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap:3vw;
    }
    .contact-form-wrap {
        width:100%;
        max-width: 60%;
    }

    .contact-dets-wrap {
        width: 100%;
        max-width: 37%;
    }
    
    .fi-btn {
        width: 300px;
        border:none;
        background-color:#0050bf;
        color:#ffffff;
        padding:5px 20px;
        font-size: 1.1em;
        margin-top: 20px;
        border-radius: 3px;
        cursor: pointer;
    }
}

.cu-logo-cont {
    width: 150px;
    height: 150px;
    position: relative;
}

.cu-logo {
    width: 100%;
    height: 100%;
    position:absolute;
    object-fit: cover;
}

.contact-us-fb {
    width: 100%;
    height: 100px;
    position: relative;
}

.fb-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

/*Players*/

.players-cont {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap:3vw;
}

.player-item {
    width: 200px;
    padding:4px;
}

.player-img-cont {
    width: 100%;
    height: 200px;
    position: relative;
}

.player-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.player-name {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3em;
}

.donate-lnk {
    width: 100%;
    text-align: center;
    display: block;
    color:#0050bf;
    font-size: 1.2em;
}

/*Player-profile*/

.profile-cont {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:3vw;
}

.prof-dets {
    width:100%;
    max-width: 250px;
}

.pd-img-cont {
    width:100%;
    height: 250px;
    position: relative;
}

.pd-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    object-position: center;
}

.pd-name {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}

.pd-donate-lnk {
    width: 100%;
    background-color: #0050bf;
    border-radius: 4px;
    color:#ffffff;
    display: block;
    padding: 5px 10px;
    text-align: center;
    margin-top: 10px;
}

.prof-info {
    width: 100%;
    border-left: solid #ccc thin;
    padding-left:20px;
    font-size:1.2em;
    line-height:1.5em;
}

.officials-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap:4vw;
}

.ow-item {
    width: 100%;
    max-width: 200px;
}

.owi-image-cont {
    width: 200px;
    height: 200px;
    position: relative;
}

.owi-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ow-off-name {
    width: 100%;
    display: block;
    font-size: 1.2em;
    color:#0050bf;
}

.ow-title {
    width: 100%;
    display: block;
    font-size: 1.1em;
    color:#555;
}

.pg-ul {
    width: 100%;
    display: block;
}

.pg-li {
    color:#555;
    font-size: 1.1em;
    line-height: 1.5em;
}

.inline-img {
    display: inline;
    float: left;
    width: 200px;
    height: 200px;
}

.full-img {
    width:100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: center;
}

.pg-full-img-cont {
    width: 100%;
    position: relative;
    min-height: 600px;
    height: 100%;
    overflow: auto;
}
