﻿/* 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. */

* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-nav .nav-item .nav-link {
    color: #e42423;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:active {
    color: #f38b0d;
    text-decoration:underline;
}

/* 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;
}

.footer {
    background: #ffffff;
}

.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;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

#imgLogo {
    height:55px;
}

.validation-summary-errors, .validation-summary-errors ul li {
    color: #ff0000;
    font-size: 0.8rem;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e42423;
}

h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f38b0d;
}

.color-red {
    color: #e42423;
}

.color-orange {
    color: #f38b0d;
}

.color-white {
    color: #ffffff;
}

.color-white-smoke {
    color: #eeeeee;
}

h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #f38b0d;
}

.btn-primary {
    background: #f38b0d;
    background-color: #f38b0d;
    border: 1px solid #e88813;
}

.btn-primary:hover, .btn-primary:active {
    background: #ffba00;
    background-color: #ffba00;
    border: 1px solid #ffba00;
}

.section-banners {
    /*min-height: 70vh;*/
    margin-top: 60px;
}

.banner-item {
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.banner-item-title {
    font-size: 2.5em;
    font-weight: bold;
}

.banner-item-subtitle {
    font-size: 1.5em;
    font-style: italic;
}

.banner-text-area {
    padding: 8px;
    background-color: #00000033;
}

.banner-1-img {
    background-image: url(../images/banners/banner1-1.jpg);
}

.banner-2-img {
    background-image: url(../images/banners/banner2-1.jpg);
}

.banner-3-img {
    background-image: url(../images/banners/banner3-1.jpg);
}

.banner-4-img {
    background-image: url(../images/banners/banner4-1.jpg);
}

.banner-5-img {
    background-image: url(../images/banners/banner5-1.jpg);
}

.section-main {
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 75vh;
    margin-top: 60px;
}

.section-about, .section-services, .section-welcome, .section-upcoming-events, .section-past-events, .section-contact-us, .section-our-team, .section-campaigns {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-services, .section-upcoming-events {
    background-position: center;
    background-size: cover;
}

.section-our-team {
    background-image: url(../images/bg1.jpg);
}

.section-services {
    background-image: url(../images/bg-wh1.jpg);
}

.section-upcoming-events, .section-contact-us {
    background-image: url(../images/bg2.jpg);
}

.section-innerpage-banner {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    min-height: 200px;
    height: 200px;
    margin-top: 30px;
}
.section-innerpage-banner .header {
    padding-top: 5%;
}
.section-innerpage-banner .header h1 {
    color: #f38b0d;
}

.section-innerpage-banner .header p {
    color: #f6f6f6;
    font-size: 1rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.innerpage-content {
    padding-top: 7%;
    padding-bottom: 7%;
}

ul, ul li {
    list-style: none;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
}

.radius-round {
    border-radius: 100% !important;
}

.circle1 {
    border-radius: 100% !important;
    background-color: #fafafa !important;
    border-color: #e1e1e1 !important;
    text-align:center;
}

.hw-100 {
    height: 100px;
    width: 100px;
    padding: 10px;
}

.icon-50 {
    font-size: 50px;
}

.icon-color1 {
    color: #c0c0c0;
}

.center {
    margin: 0;
    position: absolute;
    top:50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.corners-15 {
    border-radius: 15px;
}
.corners-10 {
    border-radius: 10px;
}
.corners-7 {
    border-radius: 7px;
}

.upcoming-event-item {
    color: #efefef;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.upcoming-event-item .event-item-col .event-date, .upcoming-event-item .event-item-col .event-title, .upcoming-event-item .event-item-col .event-title a {
    color: #ffba00;
    font-size: 1.2rem;
    font-weight: bold;
}

.upcoming-event-item .event-item-col .event-title a {
    text-decoration: underline;
}

.upcoming-event-item .event-item-col .event-place {
    color: #656565;
    font-size: 1rem;
    font-style:italic;
    font-weight: 100;
}

.upcoming-event-item .event-item-col .event-desc {
    color: #656565;
    font-size: 1rem;
}

.box-shadow {
    box-shadow: 10px 10px 8px #e9e9e9;
}

.img-circle {
    border-radius: 100% !important;
    border: 1px solid #e1e1e1 !important;
}

.error {
    color: #eb1414;
}

.success {
    color: #00b92a;
}

.our-values-title {
    min-height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-our-value1 {
    background-image: url('../images/values/values1.jpg');
}
.bg-our-value2 {
    background-image: url('../images/values/values2.jpeg');
}
.bg-our-value3 {
    background-image: url('../images/values/values3.png');
}
.bg-our-value4 {
    background-image: url('../images/values/values4.jpg');
}

.our-values-desc h4 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom:15px;
}

.our-values-desc {
    min-height:250px;
}

.our-values-desc p {
    font-size: 0.9em;
    text-align: center;
}

.ent-section-item {
    background: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    min-height: 300px;
    padding-top: 20%;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
}

.ent-section-item:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    #imgLogo {
        height: 45px;
    }

    .footer {
        white-space: normal !important;
        line-height: 30px !important;
    }
    .banner-item {
        min-height: 400px;
    }

    .banner-item-title {
        font-size: 1.8em !important;
    }

    .banner-item-subtitle {
        font-size: 1.2em !important;
    }

    .member-prof-img {
        display:none;
    }
    .our-initiatives-img1 {
        display: none;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .banner-item {
        min-height: 450px;
    }
    #imgLogo {
        height: 50px;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 16px;
    }
    .banner-item {
        min-height: 500px;
    }
    #imgLogo {
        height: 55px;
    }
}