/* style.css */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Old+Standard+TT|Ubuntu|Ubuntu+Condensed&display=swap');

/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Old Standard TT', serif;
*/
body {
    font-family: 'Ubuntu', sans-serif;
}

#header {
    background-color: #a9ffab;
}

.btn {
    border-radius: 0px;
}

.bg-light {
    background-color: #000000 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background-color: #c9ffcaeb;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(102, 220, 104);
}

.content div {
    font-family: 'Noto Sans', sans-serif;
    line-height: 30.2px;
    font-size: 14px;
}

.content h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #555;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
}

.mobile-screen-button-row div {
    margin-top: 10px;
}

.footer-seo {
    background: #000;
    padding: 12px;
    border-radius: 31px;
    text-align: justify;

}

.footer-seo a {
    text-decoration: none;
    color: #a0a0a0;
    font-size: small;
}

.footer-seo a:hover {
    text-decoration: underline;
    color: #a9ffab;
}

.course-list {
}

.course-list h3{

}

.course-list ul li {
    background-color: #ccffce;
    margin-bottom: 10px;
    border-radius: 10px !important;
}
img{
    aspect-ratio: attr(width) attr(height);
}

.bg-light-green {
  background-color: #cbf5cc;
}

#header {
  background-color: #a9ffab;
  padding: 10px 0;
}

.headerSmall img {
  max-width: 80%;
}

.headerBig img {
  max-width: 70%;
}