#micro-internship {
     background-color: #01426a;
     padding:20px;
     color: #fff;
}
 #ii-app-controller {
     max-width: 1200px;
     margin:auto;
}
 .card-section .card {
     margin-top: 0;
     margin-bottom: 0;
}
 .entries {
     margin: 0px;
} 
 .entry {
     background-color: #01426a;
     color: #fff;
     border-radius: 20px;
     box-shadow: 5px 5px 5px #c5c5c5;
     transition: all .25s;
}
 .entry:hover {
     box-shadow: 10px 10px 10px #ffb500;
     cursor:pointer;
     margin-top: -3px;
     margin-bottom:3px;
     color: #yellow;
}
 .ii-title {
     font-size: large;
     text-align: center;
     margin: auto;
     font-weight: bold;
     min-height: 5em;
}
 .team-members {
     margin: 20px auto auto auto;
     text-align: center;
     min-height: 8em;
}
 .single-card {
     margin-bottom:30px;
}
 .modal-content {
     color: #000;
}
 #summary {
     color: #fff;
}
 
.dept-heading {
     display:flex;
     padding: 20px;
     min-height: 200px;
     justify-content: center;
     text-align: center;
     align-items: center;
     font-size: 30px;
 }

 .card-body {
     text-align: center;
 }

 .card-title {
     font-size: 24px;
 }
 
 .card-text {
     color: #000;
 }


 .college-drop, .year-drop {
     margin-top: 10px;
     margin-bottom: 10px;
 }

 .profit-radio {
     padding: 0 20px;
 }
 
 .year-drop {
     max-width: 150px;
 }

 #year {
     text-align:center; 
     margin:0;
     padding-left: 0;
     padding-right: 0;
 }

 .modal-dialog {
     max-width: 850px;
 }

 .class-heading {
     background-color: orange;
 }

 .ceis-heading {
     background-color: cyan;
 }

 .agri-heading {
     background-color: yellow;
 }

 .default-heading {
     background-color: beige;
 }

 .filters {
     margin-bottom: 40px;
 }
 
 .page-link {
     color: #01426a;
     font-weight: 700;
 }
 
 .page-link:focus, .page-link:hover {
     outline: 2px solid #01426a;
 }
 
 .modal-btn {
     background-color: #01426a;
 }
 
 .modal-btn:focus, .modal-btn:hover {
    box-shadow: none;
    color: #01426a;
    background-color: #fff;
}

.form-control:focus, .form-control:hover {
    border-color: #000;
    outline: 2px solid #fff;
}