/* - header styles - */
.header1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: rgb(246, 246, 246);
    width: 100%;
    height: 2.5rem;
    padding: .5rem 2rem;
    z-index: 1000000;
    font-size: 9;
    font-weight: 200;
    color:rgb(33, 0, 181);    
}

.text-header1 {
    margin-right: 2rem;
}

.header2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(246, 246, 246);
    width: 100%;
    height: 6rem;
    padding: .5rem 2rem;
    z-index: 1000000;
    color:rgb(18, 0, 100);
}

/* -- header logo -- */
.logo {
    width: 10rem;
    height: 5rem;    
}

.logo-img {
    width: 10rem;
    height: 7rem;
    margin-top: -1rem;
    margin-left: -2rem;
}

/* - footer - */
.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: auto;
    background-color: rgb(246, 246, 246);
    font-family: var(--ff-main);
    font-size: 14px;
    font-weight: 200;
    color: rgb(33, 0, 181);
    padding: 3rem 5rem;
    margin-top: 2rem;
}
.list {
    padding: 0;
}

li {
    list-style-type: none;
    line-height: 2;
}

.footer-text {
    font-family: var(--ff-main);
    font-size: 18px;
    font-weight: 600;
    color: rgb(18, 0, 100);
    margin-bottom: 0;
}
