﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Vazirmatn', sans-serif;
    /*margin-bottom: 60px;*/
    direction: rtl;
}

.navbar {
    background: #eef1f6 !important;
}

footer {
    background-color: rgb(49,81,41,1);
}
.header-btn {
    background-color: #4a6fa5; 
    color: white !important;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 0.9rem;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}