body {
    font-family: 'dana';
    background-color: #fffefb;
}

.fr-rounded {
    border-radius: 10px;
}

.fr-shadow {
    box-shadow: 0 4px 4px rgb(0 0 0 / 12%), 0 2px 4px 1px rgb(0 0 0 / 16%);
}

.fr-bordered {
    border: 4px solid #ccc;
}



.BtnSiteFace1 {
    background-color: #0068de;
    border-color: transparent;   
	padding-right: 10px;
    padding-left: 10px;
    border-radius: 50px;  
}
.BtnSiteFace1 a{
  color:white !important;
}
.BtnSiteFace1 a:hover{
  color:white !important;
}
.BtnSiteFace1:hover {
  background-color: #045fc7
}
.BtnSiteFace2 {
    border:solid 1px #0068de;
	border-radius: 50px;
    padding-right: 10px;
    padding-left: 10px;  
}
.TopMenu{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffffdb !important;
    backdrop-filter: blur(4px);
}

.hashorback1{
    background: url('/Files/Images/Home/logoHashor1.jpg');
    background-position: top;
    min-height: 400px;
    width: 100%;
    padding: 50px;
    padding-top: 100px;
}
.fixdivimage{
  background-attachment: fixed;
}
@media (max-width: 992px) {

}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
}


@media (max-width: 576px) {
}

@media (max-width: 400px) {

}

@media (max-width: 320px) {
}
