h1, .h1 {
  text-align: center;
  text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px grey, 2px 2px 3px black;  
  margin-top: 0.5em;
  margin-bottom: 1.5rem;
}

@font-face {
    font-family: Cramaten; /* Гарнитура шрифта */
    src:  url(../fonts/cramaten.ttf); /* Для остальных браузеров */
}
.site-title {
  text-align: center;
  text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px grey, 2px 2px 3px black;  
  letter-spacing: 0.1em;
  font-size: 3.5em;
  color: black;
  line-height: 0.7em;
  font-family: Cramaten;
}

.container-header {
  background-color: #301A4B;
  background-image: linear-gradient(135deg,#301A4B 0,#301A4B 100%);
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
  border-bottom: solid 2px #aaa;
}
.footer {
  background-color: #301A4B;
  background-image: linear-gradient(135deg,#37284A 0,#301A4B 100%);
  border-top: 3px solid #7942be;
}
.footer .grid-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: start;
  justify-content: space-between;
  padding: 2.5rem .5em;
}

a { color: #0359b5; }
a:hover{ color: #007bff;}
a:not([class]) {
  text-decoration: none;
}
.container-topbar  {
	color: black;
	text-shadow: 1px 1px 2px #ccc;
	background-color: white;
}

 #footer {
  background-color: #301A4B;
  border-top: 3px solid #7942be;
  color: snow;
  padding-top: 1em;	
 } 
 .footer h3 {
	border-bottom: 1px dotted #aaa; 
 }
.bg-primary {background-color: #BA89BC !important;} 
.bg-secondary {background-color: #E1CCE2 !important;}
.bg-success {background-color: #B1E569 !important;}
.bg-info {background-color: #cee1ea !important;}
.bg-danger {background-color: #F2DEDE !important;}
.bg-warning {background-color: #FCF8E3 !important;}
.bg-dark {background-color: #301A4B !important;}
.bg-light {background-color: #C9BBB0 !important;}
.bg-gray {background-color: #eee !important;}
.text-dark {color: #301A4B !important;}

.moduletable-shadow {
	box-shadow:  0 10px 10px rgba(0,0,0,0.22);
}
.mod-list {
  list-style: disclosure-closed;
} 
.blog-item {
  margin-top:1.0rem;
}
@media (min-width: 576px) {
 .form-inline .form-group {
	margin-bottom: 0.6rem; 
 }
 .form-inline label {
	justify-content: flex-start;
	padding-left: 0.5em; 
 }
 }
.cf-recaptcha-v3-text-badge {display:none;}
