:root {
  --primary-color: #f5f5dc;
  --contant-color: #212529;
  --post-title: #212529;
  --button-color: #f27935;
  --button-hover: #dc6624;
  --button-text: #ffffff;
  --pagi-hover: #f27935;
  --pagi-text: #383131;
  --button-text-hover: #ffffff;
}

:root {
  --aprimary-color: #0f172a;
  --asecondary-color: #1e40af;
  --aaccent-color: #f43f5e;
  --atext-color: #e2e8f0;
  --abackground-color: #0a0f1e;
}

.logo-img a {
  text-decoration: none;
}

/* h2,
h2.title,
h2 a {
  font-weight: 700;
  line-height: 1.15;
  font-size: 50px;
  text-decoration: none;
  color: var(--post-title);
} */
h3,
h3.title {
  font-weight: 500;
  line-height: 1.15;
  font-size: 30px;
  color: var(--post-title);
}

.br-non {
  border-radius: 0;
}

.no-underline {
  text-decoration: none !important;
}

body p {
  margin-bottom: 0;
}

/******************************
	-	Website title	-
********************************/
h2.wdtitle {
  font-size: 40px;
  font-weight: 800;
  color: #212529;
}

h3.web-descrip {
  font-size: 30px;
  font-weight: 600;
  color: #212529;
}

/******************************
	-	Blog	-
********************************/


/******************************
	-	Sidebare	-
********************************/
.sidebar .sidebar ol li a {
  text-decoration: none;
}

.sidebar .sidebar ul li {
  display: block;
}

.sidebar .sidebar ul li a {
  text-decoration: none;
  color: #333;
}

.sidebar .sidebar ul li a:hover {
  color: #f27935;
}


/* Primary Button*/
.primary-button {
  background-color: #1d1e5c;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.2s;
  border: 0px;
  display: inline-block;
}

.primary-button:hover,
.primary-button:active {
  background-color: #FF4CAA;
  color: #fff !important;

}