@font-face {
    font-family: 'GillSansInfantW01';
    font-style: normal;
    font-weight: normal;
    src: url("../webfonts/GillSansInfantW01.woff2") format("woff2"), url("../webfonts/GillSansInfantW01.woff") format("woff");
}
@font-face {
    font-family: 'GillSansInfantW01';
    font-style: italic;
    font-weight: normal;
    src: url("../webfonts/GillSansInfantW01-Italic.woff2") format("woff2"),url("../webfonts/GillSansInfantW01-Italic.woff") format("woff");
}
@font-face {
    font-family: 'GillSansInfantW01';
    font-style: normal;
    font-weight: bold;
    src: url("../webfonts/GillSansInfantW01-Bold.woff2") format("woff2"),url("../webfonts/GillSansInfantW01-Bold.woff") format("woff");
}
@font-face {
    font-family: 'GillSansInfantW01';
    font-style: italic;
    font-weight: bold;
    src: url("../webfonts/GillSansInfantW01-BoldIt.woff2") format("woff2"),url("../webfonts/GillSansInfantW01-BoldIt.woff") format("woff");
}
@font-face {
    font-family: 'TradeGothicW02-BoldCn20';
    src: url("../webfonts/TradeGothicW02-BoldCn20.woff2") format("woff2"),url("../webfonts/TradeGothicW02-BoldCn20.woff") format("woff");
}


/* ---button styles--- */
.btn-orange, .btn-orange:hover, .btn-orange:focus {
    background: #d02027;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}


/* ---global styles--- */
body {
    font-family: "GillSansInfantW01",Helvetica,sans-serif;
}
.bold {
    font-weight: 700;
}
.semibold {
    font-weight: 600;
}


/* ---navbar styles--- */
/*.navbar {
    padding-top: 0;
    padding-bottom: 0;
}*/
.logo_img {
    width: 490px;
    height: 78px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand span {
    font-size: 1.5rem;
    font-weight: 600;
}
.dropdown > a:after {
    vertical-align: 0px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    border: none;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .2s;
}
.navbar-nav li.dropdown:last-child .dropdown-menu {
    top: 100%;
    left: -93px;
    margin-top:-6px;
}
.dropdown > a:hover:after {
    transform: rotate(90deg);
    color: #d02027;
} 
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.navbar-nav li:hover a.nav-link {
    color: #d02027 !important;
}
.navbar-nav li a.nav-link {
    color: #000 !important;
    font-size: 1.3rem;
    font-weight: 600;
}
.dropdown-menu {
    position:relative;
}
.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top:-6px;
}
header {
    box-shadow: 0 4px 8px -2px rgba(34,34,33,0.15);
    position: relative;
    z-index: 105;
    background-color: #f3f2ee;
}
.navbar-nav li a.nav-link.donate {
    background: #d02027;
    color: #fff !important;
    border-radius: 3px;
}
.navbar-nav li:hover a.nav-link.donate, .navbar-nav li:hover a.nav-link.dropicon {
    color: #fff !important;
}
.dropdown > a.donate:after, .dropdown > a.dropicon:after {
    display: none;
}
.navbar-nav li a.nav-link i {
    background: rgba(0,0,0,.5);
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.fixed-me{
    transition: all .3s ;
}
.fixed-me{
    background-color: #fff !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
	z-index: 888;
    width: 100%;
    box-shadow: 0px 0px 22px -10px #888;
}
.fixed-me .navbar-brand span {
    color: #333;
}
.fixed-me .navbar-nav li:nth-child(1) a.nav-link, .fixed-me .navbar-nav li:nth-child(2) a.nav-link, .fixed-me .navbar-nav li:nth-child(3) a.nav-link {
    color: #333 !important;
}
.fixed-me .navbar-nav li:nth-child(1):hover a.nav-link, .fixed-me .navbar-nav li:nth-child(2):hover a.nav-link, .fixed-me .navbar-nav li:nth-child(3):hover a.nav-link {
    color: #d02027 !important;
}
.fixed-me .navbar-nav li:last-child a.nav-link.dropicon:after {
    color: #333 !important;
}

header.others {
    background: #fff;
}
header.others .navbar {
    background: #fff;
    box-shadow: 0px 0px 22px -10px #888;
}
header:before.others {
    display: none;
}
header.others .navbar-nav li a.nav-link.dropicon:after {
    color: #333 !important;
}
header.others .navbar-nav li:nth-child(1) a.nav-link, header.others .navbar-nav li:nth-child(2) a.nav-link,header.others .navbar-nav li:nth-child(3) a.nav-link {
    color: #333 !important;
}
header.others .navbar-nav li:nth-child(1):hover a.nav-link, header.others .navbar-nav li:nth-child(2):hover a.nav-link, header.others .navbar-nav li:nth-child(3):hover a.nav-link {
    color: #d02027 !important;
}
header.others .navbar-brand span {
    color: #333;
}


.banner-div {
    background-image: url(../img/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    background-attachment: scroll;
}
.banner-div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
}


.banner-txt {
    width: 100%;
    height: 580px;
    position: relative;
    vertical-align: middle;
    display: table;
    color: #fff;
}
.txt {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.txt p.h3 {
    font-size: 3rem;
}
.txt p {
    font-size: 1.3rem;
}


.challenge {
    padding: 3rem 0;
}
.challenge .sections img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}


.home_footer {
    
}
.footer_signup {
    background: #f1f0eb;
    padding: 1rem 0;
}
.footer_bar {
    background: #4a4f53;
    color: #f7f7f7;
    font-size: .9rem;
}
.footer_bar a, .footer_bar a:hover, .footer_bar a:focus {
    color: #f7f7f7;
}
.footer_bar .icons {
    font-size: 1.2rem;
}
.footer_txt {
    color: #b5b5b5;
    font-size: .8rem;
    padding-bottom: .8rem;
}
.copyryt {
    font-size: .8rem;
    color: #f7f7f7;
}
.copyryt a, .copyryt a:hover, .copyryt a:focus {
    color: #f7f7f7;
}
.footer_bar .media img {
    width: 170px;
    height: 115px;
}
.footer_bar p.h5 {
    text-decoration: underline;
}



.txt-img {
    float: left;
    width: 390px;
    height: 390px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.content-pg {
    padding: 8rem 0 2rem;
}
.content-pg .icons {
    font-size: 1.2rem;
}
.content-pg .icons a, .content-pg .icons a:hover, .content-pg .icons a:focus {
    color: #404041;
}


.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 13px 1.25rem;
    border:none;
    
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#d02027;
}
.card-header i{
    float:right;        
    font-size:25px;
    width:1%;
    /*margin-top:8px;*/
    margin-right:10px;
}
.card-header a{
    width:97%;
    float:left;
    color:#565656;
    text-decoration: none
}
.card-header p{
    margin:0;
}

.card-header h3{
    margin:0 0 0px;
    font-size:20px;
    font-family: 'Slabo 27px', serif;
    font-weight:bold;
    color:#d02027;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}


.row.images .col-md-6 {
    margin-bottom: 30px;
}
.row.images img {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 25px -7px #888;
}
.left-img {
    width: 530px;
    height: 270px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 30px;
    margin-bottom: 20px;
}


.donations .btn-options, .donations .btn-options:hover, .donations .btn-options:focus {
    border: 1px solid #eaeaea;
    background: #eaeaea;
    padding: 0.7rem 1.9rem 0.6rem;
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
    color: #5d5d5d;
    /* font-family: "Raleway-SemiBold"; */
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
}
.donations .btn-options input {
    outline: 0;
}
.donations .btn-options:last-child {
    margin-right: 0;
}
.donations .btn-options.active {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}
.donations-list label {
    margin-bottom: 0 !important;
}
.donations input:checked label {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}
.others_input input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.btn-donate, .btn-donate:hover, .btn-donate:focus {
    background: #d02027;
    color: #fff;
}


.share-icons a {
    color: #333;
    font-size: 2rem;
}
.shirt_img {
    width: 280px;
    height: 280px;
    position: relative;
}
.image_text {
    position: relative;
}
.image_text p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 115px;
    color: #fff;
    font-size: 1.5rem;
}
.shirts .btn-options, .shirts .btn-options:hover, .shirts .btn-options:focus {
    border: 1px solid #eaeaea;
    background: #eaeaea;
    padding: 0.3rem 2rem 0.2rem;
    margin-bottom: 13px;
    color: #5d5d5d;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 9px;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
.shirts .btn-options:last-child {
    margin-right: 0;
}
.shirts .btn-options input {
    outline: 0;
}
.shirts .btn-options.active {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}
.shirts input:checked label {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}


.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 17px;
    margin-top: -3px;
}
.value-button:hover {
    cursor: pointer;
}
.inc_dec #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}
.inc_dec #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}
.inc_dec #input-wrap {
    margin: 0px;
    padding: 0px;
}
input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shirt_thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../img/shirt-bg.png);
    position: relative;
    padding: 0;
}
.shirt_thumb:after {
    border: 1px solid #888;
    content: "";
    position: absolute;
    width: 125%;
    height: 125%;
    border-radius: 50%;
    top: -4px;
    left: -4px;
}
.shirt_clr .btn-options, .shirt_clr .btn-options:hover, .shirt_clr .btn-options:focus {
    cursor: pointer;
    margin-right: 9px;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
.shirt_clr .btn-options:last-child {
    margin-right: 0;
}
.shirt_clr .btn-options input {
    outline: 0;
}
.shirt_clr input:checked label {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}

.shirt_size .btn-options, .shirt_size .btn-options:hover, .shirt_size .btn-options:focus {
    border: 1px solid #eaeaea;
    padding: 0.3rem 0.8rem 0.2rem;
    color: #5d5d5d;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 9px;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
.shirt_size .btn-options:last-child {
    margin-right: 0;
}
.shirt_size .btn-options input {
    outline: 0;
}
.shirt_size .btn-options.active {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}
.shirt_size input:checked label {
    background: #d02027;
    color: #fff;
    border: 1px solid #d02027;
}
.sizes a {
    color: #212529;
    text-decoration: none; 
}

.price p {
    color: #d02027;
}


.card-deck .card-title {
    color: #b20109;
    font-size: 1.5rem;
    font-weight: 600;
}
.card-deck .card {
    box-shadow: 0px 0px 9px -5px #888;
    width: 100%;
    margin-bottom: 2rem;
}
.card-deck .card-body {
    padding: .7rem;
}
.card-deck .card-link {
    color: #b20109;
}
.card-deck .card-img-top {
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
}
.btn-cncl, .btn-cncl:hover, .btn-cncl:focus {
    background: #f1f0eb;
}

.regis_txt a, .regis_txt a:hover, .regis_txt a:focus {
    color: #d02027;
    text-decoration: none;
}

#accordion {
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .logo_img {
        width: 270px;
        height: 45px;
    }
    .content-pg {
        padding: 4.5rem 0 1rem;
    }
    .content-pg p.h2 {
        margin-top: 1rem;
    }
    .card-header i {
        font-size: 21px;
        margin-top: 0;
        margin-right: 0;
    }
    .footer_signup li {
        display: block;
    }
    .navbar-nav li a.nav-link.donate {
        display: block;
        width: 50%;
        text-align: center;
    }
    .dropdown-menu {
        border: 0;
    }
    .left-img {
        -o-object-fit: fill;
        object-fit: fill;
    }
}