body{
    background-color: #f8f8f8 ;
    margin: 0!important;
    font-family: "Roboto", sans-serif;
}

a:active{
    color: #2C4C7B;
    margin:0;
    padding: 0;
    text-decoration: none;
}

a:visited{
    color: #2C4C7B;
    margin:0;
    padding: 0;
    text-decoration: none;
}

a{
    color:#2C4C7B;
    margin:0;
    padding: 0;
    text-decoration: none;
}

#logo_image{
    width: 100px;
    margin-top: 4px;
}

#logo_image:hover{
    cursor: pointer;
}

nav{
    width: 100%;
    height: 90px;
    display: flex;
    font-weight: 400;   
    box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.25)
}

#navigation_menu-side-menu{
    display:block;
    position:fixed;
    right: 0;
    height: 100vh;
    right: -100%;
    transition: all .7s  ease-in-out;
    box-shadow: none;
}

.navigation_menu-dropdown{
    display: none;
}

#navigation_menu ol{
    display: flex;
    list-style-type: none;
    padding: 0px;
    align-items: center;
    justify-content: center;
}

#navigation_menu{
    margin-left: 20%;
    margin-right: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

#navigation_menu li{
    box-sizing: border-box;
    padding: 5px 15px;
    margin-left: 20px;
    margin-right: 20px;
    white-space: nowrap;
    align-self: center;
    transition: background-color 0.2s ease-in-out;
}

.active_page{
   border-bottom: 3px solid #FF6868;
   font-weight: 500;   
}

#navigation_menu li:hover{
    background-color: #E4E6E7;
    cursor: pointer;
}

footer{
    margin-top:0px;
    width: 100%;
    text-align: center;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 50px;
}

.footer-top{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.footer-top-logo{
    width: 180px;
    height: 140px;
}

.footer-top-menu h2{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    padding: 5px;
    color: #2C4C7B;
    border-bottom: 2px solid #FF6868;
    margin-left: -20px;
}

.footer-top-menu ol{
    font-size: 17px;
    list-style-type:square;
    padding-left: 0px;
    color: #3d3d3d;
}

.footer-top-menu li{
    margin: 0px;
    padding-bottom: 10px;
    text-align: left;
    transition:all 0.3s ease-in-out;
}

.footer-top-menu li:hover{
    cursor: pointer;
    scale: 1.05;
}

.footer-top-menu a{
    font-weight: 400;
    margin-bottom: 15px;
    color: #3d3d3d;
}

.footer-top-contact h2{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    padding: 5px;
    color: #2C4C7B;
    border-bottom: 2px solid #FF6868;
}

.footer-top-contact-tab{
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    padding: 5px;
    align-items: center;
    gap: 13px;
}

.footer-top-contact-tab img{
    width: 25px;
    height: 25px;
}

.footer-top-contact-tab p{
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-top-poznan{
    padding-top: 30px;
    text-align: left;
}

.footer-top-poznan-image{
    width: 200px;
    margin: 0px;
    box-shadow: 0px 0px 5px 2px #3333330d;
}

.footer-top-poznan p{
    font-weight: 400;
    font-size: 15px;
}

.active-page{
    border-bottom: 3px solid #FF6868;
    font-weight: 500;   
}

footer{
    margin-top:150px;
}


@media (max-width:1280px){
    #navigation_menu{
        margin-left: 5%;
        margin-right: 5%;
    }

    #navigation_menu li{
        margin-left: 10px;
        margin-right: 10px;
        display: inline;
    }

    .footer-top{
       gap:30;
    }

    .footer-top-logo{
        width: 160px;
        height: 120px;
    }
    
    .footer-top-menu h2{
        font-size: 18px;
    }
    
    .footer-top-menu a{
        margin-bottom: 0px;
    }
    
    .footer-top-contact h2{
        font-size: 18px;
    }
    
    .footer-top-contact-tab{
        padding: 3px;
        gap: 10px;
    }
    
    .footer-top-contact-tab img{
        width: 20px;
        height: 20px;
    }
    
    .footer-top-contact-tab p{
        margin-bottom: 10px;
    }
    
    .footer-top-poznan{
        text-align: center;
    }
    
    .footer-top-poznan-image{
        width: 180px;
    }
    
    .footer-top-poznan p{
        font-weight: 400;
        font-size: 14px;
    }
    
    .footer-bottom p{
        font-size: 14px;
        font-weight: 300;
    }
}

@media (max-width:1000px){
    #logo_image{
        width: 100px;
        margin-top: 4px;
    }

    a:active{
        color: #2C4C7B;
        margin:0;
        padding: 0;
        text-decoration: none;
    }
    
    a:visited{
        color: #2C4C7B;
        margin:0;
        padding: 0;
        text-decoration: none;
    }
    
    a{
        color:#2C4C7B;
        margin:0;
        padding: 0;
        text-decoration: none;
    }

    .navigation_menu-dropdown{
        display: block;
        width: 45px;
        transition: 0.5s;
    }
    
    #navigation_menu{
        margin-left: 5%;
        margin-right: 5%;
    }

    #navigation_menu ol{
        display: none;
    }

    #navigation_menu-side-menu{
        height: 100vh;
        top:0;
        position: fixed;
        width: 75%;
        z-index: 300;
        background-color: #E4E6E7;
        box-shadow: -3px 0px 4px 4px #3d3d3d26;
    }

    .active_page{
        border-bottom: 3px solid #FF6868;
        font-weight: 500;   
    }

    .navigation_menu-side-menu-close{
        display: inline-block;
        margin-left: 80%;
        width: 40px;
        margin-top: 20px;
        font-size: 20px;
    }

    #navigation_menu-side-menu ol{
        width: 100%;
        margin-top: 50px;
        padding: 0;
        list-style-type: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto; 
    }

    #navigation_menu-side-menu li{
        margin: 0px;
        padding: 20px 30px;
        display:block;
    }

    #navigation_menu-side-menu li:hover{
        background-color: #E4E6E7;
        cursor: pointer;
    }
}

@media (max-width:800px){
    footer{
        width: 100%;
    }

    footer{
        margin-top:100px;
        width: 100%;
    }

     .footer-top-logo{
        width: 180px;
        height: 130px;
        margin-bottom: 30px;
     }

     .footer-top{
        display: block;
        width: 100%;
     }

     .footer-top-menu{
        width: 95%;
        padding: 0px;
        margin-right: auto;
        margin-left: auto;
        
     }

     .footer-top-menu h2{
         font-size: 18px;
         width: 100%;
         margin-left: -5px;
     }
     
     .footer-top-menu ol{
         font-size: 16px;
         margin-left: 10px;
     }
     
     .footer-top-menu a{
         margin-bottom: 0px;
     }

     .footer-top-contact{
        width: 100%;
     }
     
     .footer-top-contact h2{
         font-size: 18px;
     }
     
     .footer-top-contact-tab{
         padding: 3px;
         font-size: 16px;

     }
     
     .footer-top-contact-tab img{
         width: 20px;
         height: 20px;
     }
     
     .footer-top-contact-tab p{
         margin-bottom: 10px;
     }
     
     .footer-top-poznan{
         display: block;
         text-align: left;
         width: 100%;
     }
     
     .footer-top-poznan-image{
         width: 180px;
     }
     
     .footer-top-poznan p{
         font-weight: 400;
         font-size: 13px;
     }
     
     .footer-bottom p{
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
     }
}