.btn-find-out{
    box-shadow: 0px 0px 32px 12px rgba(255, 255, 255, 0.2);
}

.btn-primary{
    background-color: rgb(245, 98, 96) !important; /*#dc2832 !important;*/
    border-color: rgb(245, 98, 96) !important; /*#dc2832 !important;*/
    color: #fff !important;
}
.btn-primary:hover{
    background-color: rgb(222, 98, 96)  !important;
    border-color: rgb(222, 98, 96)  !important;
}

.content-section{
    padding-top: 3.5em;
}

#sidebar-wrapper{
    background-color: rgb(245, 98, 96);
}

footer.footer .social-link{
    background-color: rgb(245, 98, 96);
}

footer.footer .social-link:hover{
    background-color: rgb(222, 98, 96);
}

.text-secondary{
    color: rgb(245, 98, 96) !important;
}

.a{
    color: rgb(245, 98, 96) !important;
}
.a:hover{
    color: rgb(222, 98, 96);
}

.scroll-to-top{
	bottom: 60px;
}