﻿:root {
  --bg: #eee !important;
  --dark-bg: #232323 !important;
}

* {
  text-align: center;
  font-size: 21px;
}

h1.para-h1 {
  font-size: 40px !important;
  color: darkcyan !important;
  padding: 55px 0;
}

h2.para-h2 {
  font-size: 28px !important;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}

h3.para-h3 {
  font-size: 26px !important;
  font-weight: bold !important;
}

h2.para-h2m {
  font-size: 28px !important;
  text-transform: uppercase;
  font-weight: 500;
}

a.para-a {
  font-size: 22px !important;
  color: #228dff !important;
}

p.para-p {
  font-size: 20px !important;
}

.no-show {
  display: none !important;
}

.rounded-5 {
  border-radius: 0.5rem !important;
}

.rounded-7 {
  border-radius: 0.7rem !important;
}

.container-max {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  max-width: 100% !important;
}

.border .rounded-5 .shadow {
  background: white;
}

.theme-dark {
  color: white !important;
  background: #232323 !important;
}
.theme-dark .para-blogs, .theme-dark .para-title, .theme-dark .para-social-container,
.theme-dark .para-h1, .theme-dark .para-login {
  border-color: #00000085 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75) !important;
}
