body{
    background-color: white;
    font-size: 11px;
   font-family: 'Arial Black', 'Cambria', 'Cochin', 'Georgia';
     text-align: center;
     
}


.row{
    /* width:-content; */
    
    margin: 8px;
}

.style{
    color: black;
    text-align: center;
    font-weight: bolder;
}


    
.title{
    /*text-transform: uppercase;*/
    
    color: orangered;
    /*background:black;*/
    /*text-align: right;*/
    padding: -120px;
    font-weight: 500;
    font-size: 28px;
    margin: 0%;
}

.title:hover{
    text-decoration: underline;
    color: white;
    font-weight: 900;  
    transition: .5s ease-in-out;  
}
.logo-img{
    height: 8px;
    width: 8px;
}

.new{ 
    color: blue;
    text-align: right;
}

.new:hover{
    color: white;
    transition: .4s ease-in-out;
}

.navbar-nav li:hover{
    background: white;
    /*color: white;*/
    transition: .1s ease-in-out; 
    size:5px;
}
    

navbar.navbar{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

 /* Carouseling */
navbar.navbar {
  position: absolute;
  display: inline-block;
}

.navbar-content {
  display: none;
  position: absolute;
  background-color:gray;
  min-width: 160px;
  z-index: 1;
}

.navbar-content a {
  color: rgb(248, 247, 246);
  padding: 11px 14px;
  text-decoration: none;
  display: block;
}


.navbar-brand{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 16px;
}






    /* Carousel */
.mzin-slider img{
        max-height: 60vh!important;
}

/*Dropdown Content*/

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


/* ptogram styling */
.program{
    margin-bottom: 100px;
    margin-top: 100px;
    
}

.program .card img{
    height: 300px;
    opacity: .8;
}

.program .card:hover img{
    opacity: 1;
}

.program .card:hover .card-body{
    color: white;
    
    background: linear-gradient(to left, blue, rgb(80, 122, 236));
}

.program .card{
    margin-top: 32px;
    margin-bottom: 32px;
}

/* last Section PRICING */
.pricing {
    background-image: url();
    background: orangered,url('./NAIROBI 1.jpg');
}

.pricing .card:hover .card-body{
    color: white;
    
    background: black;
}

.program{
    margin-bottom: 120px;
    margin-top: 120px;
    margin-left:auto;
    margin-right:auto;
}

.call-to-action{
    background-image: url(./Activity\ 7.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: repeat;
    background-size: contain;
}
.py-10{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Upper Footer */

.upper-footer{
    background-color: #e6f2ff;
    color: black;
}


.lower-footer{
    background-color:white;
    color: #f26e0d;
}


.last-footer{
    text-align:left;
    padding: -12px;
    font-weight: 500;
    font-size: 24px;
    margin: 0%;
}

/* Meant for Footer */
.credit{
    background-color: azure;
    color: black;
}
.credit p{
    color: white;
    font-size: 8px;
    padding: -18px; 
    margin: -1%; 
}

.my{
  /*padding: 1px;*/
  text-align: right;
  background-color: white;
  color: black;
  width: 30px;
  /*margin: 1%;*/
  /*font-size: 2px;*/
}

.dark-mode {
  background-color: black;
  color: auto;
}


.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/*.credit:hover{*/
/*    transform: rotate(6deg);*/
/*    transition-duration: .2s;*/
/*}*/

