html {
    background: #f7f7f7
}
#sp-footer > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: 700
}
#sp-footer img {
    display: block;
    margin: 0 auto
}
#sp-footer p,
#sp-footer a {
    text-align: center
}
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700
}
#sp-footer {
    border-top: 3px solid #3375b6
}
.card-button {
    background-color: #3375b6;
    border: none;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease,transform 0.2s ease,box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}
.card-button:hover {
    background-color: #25588b;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2)
}
.card-button .card-text {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    text-decoration: none
}
.card-button:hover .card-text {
    color: #ffffff
}
#sp-main-body {
    padding: 50px 0 100px 0
}
.proiecte {
    font-size: 1.2em
}
.proiecte h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem;
    text-transform: uppercase
}
.proiecte h1::before,
.proiecte h1::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    margin: 0 2rem
}
.proiecte h1::before {
    margin-right: 1rem
}
.proiecte h1::after {
    margin-left: 1rem
}


.logo a {
    text-transform: uppercase;
    color: #93bae1
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a {
    display: block;
    font-size: 2em;
    padding: 10px 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 50px;
    opacity: 0.7;
    transition: 0.3s
}
.burger-icon > span {
    display: block;
    height: 4px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: background-color 0.3s ease-in,opacity 0.3s ease-in,transform 0.3s ease-in
}
#cookiehintsubmit,
#cookiehintsubmitno {
    background: #4573b1 !important;
    color: #fff !important
}
#cookiehintsubmit:hover,
#cookiehintsubmitno:hover {
    background: #5da2d8 !important;
    color: #fff !important
}
#redim-cookiehint {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    /*-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);*/
    max-width: 380px;
    background: #eee !important;
    padding: 15px 30px;
    border-radius: 3px
}
#redim-cookiehint-bottom {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    text-align: center;
    background-color: #eee !important
}
#sp-header-topbar .container-inner {
    border-bottom: none
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 1.2em;
    line-height: 1.5em;
    display: inline-block;
    padding: 20px 0;
    cursor: pointer
}
.offcanvas-inner li {
    margin: 30px 5px;
    border-bottom: 1px dotted #b1cde9
}
#sp-main-body {
    animation: dropInAnimation linear 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}
@keyframes dropInAnimation {
    0% {
        opacity: 0;
        transform: translateY(-2%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
@media (min-width: 768px) {
    .proiecte h1::before,
    .proiecte h1::after {
        max-width: 10%;
        margin: 0 1rem
    }
}

@media (min-width: 992px) {

    .logo {
        
        background: #142f49;
        padding: 10px
    }
}

@media (max-width: 570px) {
    
    .burger-icon {
     margin-top: -10px
     } 
     .logo a{margin-top:-30px !important;}
 }
