body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 14px;
}

@media screen and (min-width: 960px){
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 18px;
}
}

img {
    vertical-align: bottom;
}

a {
	text-decoration: none;
    color: #000000;
}

a:hover {
    filter: drop-shadow(1px 2px 2px #666666);
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    max-width: 960px;
    margin: 4% 0% 3% 0%;
}


.header_1 {
    width: 60%;
    padding: 0% 0% 0% 3%;
}
@media screen and (min-width: 960px){
.header_1 {
    width: 40%;
    padding: 0% 0% 0% 3%;
}
}

.header_2 {
    display: none;
}
@media screen and (min-width: 960px){
.header_2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
}
}

.header_2 a:hover {
    filter: none;
}   

.header_2_1 {
    border-left: 1px solid #000000;
}

.header_2_2 {
    border-left: 1px solid #000000;
}

.header_2_3 {
    border-left: 1px solid #000000;
}

.header_2_4 {
    border-left: 1px solid #000000;
}

.header_2_5 {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}


.header_3 {
    display: block;
}
@media screen and (min-width: 960px){
.header_3 {
    display: none;
}
}


.footer {
    display: flex; 
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f1f2eb;
    font-size: 12px;
}
@media screen and (min-width: 960px){
.footer {
    display: flex; 
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f1f2eb;
    font-size: 14px;
}
}

.footer_1 {
    display: flex;
    flex-direction: column-reverse;
    width: 92%;
    max-width: 960px;
    margin: 3% 0% 8% 0%;
}
@media screen and (min-width: 960px){
.footer_1 {
    display: flex;
    flex-direction: row;
    width: 82%;
    max-width: 960px;
}   
}

.footer_1_1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 60%;
    margin: 10% 0% 0% 0%;
}
@media screen and (min-width: 960px){
.footer_1_1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 40%;
    margin: 0% 0% 0% 0%;
}
}

.footer_1_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media screen and (min-width: 960px){
.footer_1_2 {
    display: flex;
    flex-direction: column;
    width: 60%;
}
}


.footer_1_2_1 {
    width: 100%;
    margin: 8% 0% 6% 0%;
}
@media screen and (min-width: 960px){
.footer_1_2_1 {
    width: 100%;
    margin: 0% 0% 3% 0%;
}
}

.footer_1_2_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
@media screen and (min-width: 960px){
.footer_1_2_2 {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
}

.footer_1_2_2_1 {
    margin: 0% 0% 0% 0%;
}
@media screen and (min-width: 960px){
.footer_1_2_2_1 {
    margin: 0% 38% 0% 0%;
}
}

.footer_2 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0% 0% 3% 0%;
}
@media screen and (min-width: 960px){
.footer_2 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0% 0% 3% 0%;
}
}