@charset "UTF-8";
/*!
 * Software: CatScript 9.3
 * Platform: CatScript MVC BootStrap 5.2.3
 * Client:   Ofuobi Women WDC
 * Project:  Website for Ofuobi Women WDC
 *
 * Author: Chigozie (Cat) Nduanya
 * Date-Created: 2024-02-15
 * Last-Visited: 2024-03-06
 * File: css/catscript.css
 */

@import url('https://fonts.googleapis.com/css?family=Quicksand');

@media(max-width: 767px){
    .members .member{
        text-align: center;
        margin-bottom:10px;
        border-radius:15px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        padding:15px 3px;
        background: #fff;
    }

    .member-pic{
        border-radius: 50%;
        margin: 0 0 20px;
        height:100px;
        width:100px;
        object-fit: cover;
    }
    
    .members .member h4{
        font-weight:900;
        margin-bottom: 2px;
        font-size: 18px;
    }
    
    .members .member span{
        display: block;
        font-size: 15px;
    }
}

body{background:#F9F9F9;}
body,.dropdown-item,.tablesorter td,.tablesorter th,.wrapper,.container,.topbar,.card,h1,h2,h3,h4,h5,h6,p,div,section{
    font-family:'Quicksand',Tahoma;
    font-size:3.7mm;
}

.back-to-top{
    background:#065C0B;
    border-radius:4px;
    bottom:15px;
    height:40px;
    opacity:0;
    position:fixed;
    right:15px;
    transition:all 0.4s;
    visibility:hidden;
    width:40px;
    z-index:99999;
}
  
.back-to-top i{
    font-size:24px;
    color:#fff;
    line-height:0;
}
  
.back-to-top:hover{
    background:orangered;
    color:#fff;
}
  
.back-to-top.active{
    visibility:visible;
    opacity:1;
}

.bg-1{background:#910505;}
.bg-2{background:#065C0B;}
.br-5{border-radius:5px;}
.br-10{border-radius:10px;}
.btn{
    border:solid 3px #FFF;
    border-radius:10px;
    box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
}
  
.btn-warning{
    background:orangered;
    color:#FFF;
}

.color-1{color:#910505;}
.color-2{color:#065C0B;}
.csr-hvr{cursor:pointer;}

.f-9{font-size:9px;}
.f-10{font-size:10px;}
.f-11{font-size:11px;}
.f-12{font-size:12px;}
.f-13{font-size:13px;}
.f-15{font-size:15px;}
.f-16{font-size:16px;}
.f-17{font-size:17px;}
.f-18{font-size:18px;}
.f-19{font-size:19px;}
.f-20{font-size:20px;}
.f-22{font-size:22px;}
.f-30{font-size:30px;}

.fsn{font-style:normal;}
.fwn{font-weight:normal;}

.form-control{
    border:solid 2px #F9F9F9;
    border-radius:7px;
    box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
}

.highlight{background:yellow;}

.member-pic{
    border-radius: 50%;
    margin: 0 10px 30px;
    height:300px;
    width:300px;
    object-fit: cover;
}

.nicEdit-main{
    padding:15px;
    width:100%;
}

.text-gray-1{color:#575B5F;}