﻿html,
body {
  position: relative; }

.main-container {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 32px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.footer-logo {
  color: white;
  background-color: black; }

.navbar {
  color: white;
  background-color: #4c7189; }
  .navbar a {
    color: white; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  background-color: #4c7189;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 60px; }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s; }
  .sidenav a:hover {
    color: #f1f1f1; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

#main {
  transition: margin-left .5s; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
    .sidenav a {
      font-size: 18px; } }

.btn-primary, .btn-primary:hover {
  background-color: #4c7189;
  border-color: #4c7189; }

.title {
  color: #4c7189; }

.sub-title {
  color: #4c7189; }

.contitions:hover {
  cursor: pointer; }

.header-name {
  color: white; }

.qualification-item {
  color: #4c7189;
  height: 125px;
  vertical-align: middle; }

.card-footer {
  background-color: #4c7189; }
  .card-footer a {
    color: white; }

