body{
    background: rgb(72,181,177);
background: radial-gradient(circle, rgba(72,181,177,1) 2%, rgba(20,20,166,1) 51%, rgba(10,29,181,1) 100%); 
}


.title {
    color: green;
}



.navbar a li{
    font-size:x-large;
    color: white;
    background-color: #b70d0d;
    opacity: 0.2;
    background: repeating-linear-gradient( -45deg, #000000, #000000 15px, #b70d0d 15px, #b70d0d 75px );
}

.navbar .navbar-brand {
    color: rgb(255, 255, 255); /* Change this to your desired color */
}
.iframe-container {
    position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 200px;
  overflow: hidden;
  margin-top: 20%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.gradient-empowerment {
    background-color: #1414d5;
opacity: 1;
background-image: radial-gradient(#5d77c5 1.2000000000000002px, #1414d5 1.2000000000000002px);
background-size: 24px 24px;
}

.gradient-empowerment-vision {
    background-color: #2b2b32;
    opacity: 0.8;
    background-image: radial-gradient(#000000 1px, #2b2b32 1px);
    background-size: 20px 20px;
}

.gradient-empowerment-mission {
    background-color: #574e26;
    opacity: 0.8;
    background-image: radial-gradient(#000000 1px, #5c681b 1px);
    background-size: 20px 20px;
}

.what-we-do {
    background-color: #2828b4;
    opacity: 0.8;
    background-image: radial-gradient(#ccc 1.5px, #2828b4 1.5px);
    background-size: 30px 30px;
}
.gradient-empowerment-wwd {
    background-color: hsl(58, 98%, 59%);
 opacity: 1;
 background-image: radial-gradient(circle at center center, #f5f6f7, #8a871e), repeating-radial-gradient(circle at center center, #f5f6f7, #f5f6f7, 7px, transparent 14px, transparent 7px);
 background-blend-mode: multiply;
 }
 
 

.ngec {
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: red;
    font-size: 2.1em;
    text-align: left;
}


.p-md-2{
    font-size: larger;
    color: white;
}

li{
    font-size: larger
}

.list-group{
    color: white;
}

.nav-item .nav-link {
    color: white;
    font-size: medium;
}

.award-link{
    color: white;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-toggler {
    border-color: white;
}
