@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap');

.main-header, .main-footer {
    width:100%;
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif; 
}

.header-container, .footer-container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.custom-logo {
    height: auto;
    max-height: 50px;
    max-width: 50px;
}

.pre-header {
    height: 50px;
    padding: 5px 0;
    font-weight: bold;
    line-height: 40px;
    background-color: #004d99;
    color: #fff;
}

.header {
    height: 80px; 
    padding: 5px 0;   
    background-color: #0066cc;
    color: #fff;
    line-height: 80px;
}

.header a {
    color: #fff;
    text-decoration: none; 
    font-weight: bold;
}

.main-footer {
    background-color: #004d99;
    color: #fff;
}

.footer-container {
    height: 80px;
    padding:10px 0;
    font-size: 1.2rem;
}