* {
	text-decoration : none !important;
}

.overlay .text {
	text-decoration: none !important;
	color: white !important;
}

.footer {
    background: #1c1c84;
    color: white;
    padding: 20px 0;
}
.footer .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.footer img {
    max-width: 30px;
    margin-left: 10px;
}
.footer .text {
    margin-bottom: 1.5rem;
}
.footer .link {
    color: #a2a2a2;
}
.footer .link:hover {
    color: white;
    text-decoration: none;
}

.fr {
    margin-top: 0px;
}

.footer .social-media {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1.5rem;
}
.footer .social-media img {
    margin: 0 10px;
}

.mozahem {
	margin-top: 4.5% !important;
}

span {
    color: white;
}

@media (max-width: 3000px) {
    .fr {
        margin-top: 50px;
    }
}

@media (max-width: 1200px) {
    .fr {
        margin-top: 125px;
    }
}