@font-face {
  font-family: 'Pixel Operator';
  src: url('fonts/PixelOperatorMonoHB8.ttf') format('truetype');
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Pixel Operator', sans-serif;
}

a {
    color: red;
    text-decoration: none;
}

.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
 }

.nav-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.nav-item {
    flex: 1;
    text-align: center;
    position: relative;
    min-width: 0;
}

.nav-item-language {
    flex: 0.25;
    text-align: center;
    position: relative;
    min-width: 50px;
    width: 50px;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 25px;
    display: block;
}

.nav-link:hover {
    background-color: #555;
}

.dropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
}

.dropdown li {
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.dropdown li a {
    width: 100%;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px 10px 0px; 
    display: block;
}

.dropdown li a:hover {
    background-color: #ddd;
    padding: 10px 0px 10px 0px;
    transition: opacity 0.3s ease;
}

.nav-item:hover .dropdown {
    display: block;
}

.page-title {
    padding: 50px; */
    text-align: center;
    margin: 0;
    top: 100px;
    box-sizing: border-box;
    text-align: center;
    link-style: none;
}

.short-info {
    padding-bottom: 25px;
    text-align: center;
}

.tutoring-topics {
    padding-bottom: 50px;
    text-align: center;
}

.tutoring-topics ul {
    list-style: none;
}

.tutoring-topics li {
    padding: 10px;
}

.tutoring-organisation {
    text-align: center;
}

.tutoring-organisation div {
    padding-bottom: 25px;
}

.related-project-list {
    padding: 25px;
}

.related-project-list ul {
    list-style: square;
}

.related-project-list li {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact {
    padding: 100px;
    text-align: center;
    font-family: Sans Serif;
}

.price-box {
    margin: auto auto;
    display: inline-block;
    border: 5px solid red;
}

.price-box ul {
    /* padding-left: 500px; */
    /* padding-right: 500px; */
    text-align: left;
    list-style: none;
}

.price-box li {
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-align: left; */
}

.footnote {
    clear: both;
    font-size: 15px;
}

.contact ul {
    list-style: none;
}

.footer-nav-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
 }

.footer-nav-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.footer-nav-item {
    flex: 1;
    text-align: center;
    position: relative;
    min-width: 0
}

.footer-nav-link {
    color: white;
    text-decoration: none;
    padding: 25px;
    display: block;
}

.footer-nav-link:hover {
    background-color: #555;
}

.legal {
    font-family: Sans-serif;
}

.legal ul{
    list-style: none;
}
