  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Lato', sans-serif;
}

.dropdown-menu > li > a:hover {
    background-color:green;

}

.my-nav-item > a:hover {
    color: blue !important;
}

ul > .Objective-list {
    list-style-type: circle;
}

.Objective-list {
    font-family: 'Lato', sans-serif;
    list-style-position: outside; 
    margin-bottom: 0.5em;
}

/* Testing carousel caption */
.carousel-caption { 
    position: absolute;
    width:200px;
     z-index:10; 
     color:#fff; 
     font-family: 'Lato', sans-serif; 
     font-weight: 300;
     text-align:left;
     font-size: xx-small;
     top:98%; 
     left:82%; 
     bottom:auto; 
     -webkit-transform:translate(0, -50%); 
     -ms-transform:translate(0, -50%); 
     transform:translate(0, -50%); }


/* Home page What our Graduates think Section */
.Custom-H5-Headers {
    font-family:Arial, Helvetica, sans-serif; 
    text-align: justify; 
    margin-bottom: 0.5rem;
}

.custom-Header-grad-quotes {
    text-align: justify;
    font-family: 'Lato', sans-serif; 
    color: green;
}

.custom-grad-quotes {
    font-family: 'Lato', sans-serif; 
    text-align: left;
}

.custom-quotes {
    color: #7a7373; 
    font-style: italic;
}

.transistionTest {
    width: 30rem;
    height: 30rem;
    transition: width 1s, height 1s;
}

.transistionTest:hover {
    width: 900px;
    height: 100%;
}