/*** Core html 2C60BF ***/

a {
text-decoration:none;
color: #030B66;
}

a:visited {
text-decoration:none;
color: #030B66;
}

a:hover {
text-decoration:underline;
color: #030B66;
}

h1 {
font-size:1.4em;
}

h2 {
color:#030B66;
font-size:1.1em;
}

h3 {
color:#333 !important;
font-size:1.2em;
}

h4 {
font-size:1.0em;
}

h5 {
color:#030B66;
font-size:0.9em;
}

h6 {
font-size:1em;
font-weight:700;
}

blockquote {
padding-left: 20px;
padding-right: 20px;
}

strong {
font-weight:700;
}

em {
font-style: italic;
}

body { 
  
  font-size: 110%;
}

.pull-left {
  float: left;
}

/*** Logo Area ***/

.navbar-brand img {
  border-radius: 0.3em !important;
  border:solid 1px #444;
}

/*** Hamburger Menu ***/

.container-header .navbar-toggler {
  color: #222;
  cursor: pointer;
}


/*** Welcome Area ***/

.welcome {
  border:solid 1px #444;
  border-radius: 0.4em;
}

.mod-custom {
  border:solid 1px #333 !important;
  border-radius: 0.4em;
  padding: 1em;
}

.mod-custom img {
    padding: 0.5em
}

/*** Articles ***/

.container-header {
  padding: 0 !important;
  padding-top: 0.5em !important;
}

.grid-child {
  padding: 0 !important;
}

.container-footer {
  background: none;
}

.container-header {
  background: none;
}

.com-content-article__body a {
  text-decoration:none !important;
  color: #9EFFBE !important;
}

.com-content-article__body a:visited {
  text-decoration:none !important;
  color: #9EFFBE;
}

.com-content-article__body a:hover {
  color: #9EFFBE !important;
  text-decoration:underline !important;
}

.com-content-article__body h6 {
  font-size: 100%;
}

.items-leading .item-content {
  color: #333;
  padding: 1em;
  border:solid 1px #444;
  border-radius: 0.4em;
}

.item-content {
  color: #333;
  padding: 1em;
  border:solid 1px #444;
  border-radius: 0.4em;
  background-color: #fff !important;
}

.item-content img {
  padding: 0.5em
}

.item-content a {
  text-decoration:none !important;
  color: #333 !important;
}

.item-content a:visited {
  text-decoration:none !important;
  color: #333 !important;
}

.item-content a:hover {
  color: #333 !important;
  text-decoration:underline !important;
}

.item-content h6{
  font-size: 0%;
}

.com-content-article__body {
  color: #333;
  padding: 1em;
  border:solid 1px #444;
  border-radius: 0.4em;
}

.nav-item {
  margin-left: 1em;
}

/*** Side Bars ***/

.card-header {
  background-color: #ddd;
}

.card {
  border:solid 1px #444 !important;
}

.card-body {
  border: none !important;
}





/*** Buttons ***/

.navbar-brand img {
  border-radius: 0.3em !important;
  border:solid 1px #ccc !important;
}

.btn-primary {
  background: none !important;
  color: #333 !important;
  border-color: #ccc !important;
}

.btn-primary:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #ccc !important;
}

.btn-secondary {
  background: none;
  background-color: #fff;
  color: #333;
  transition-duration: 0.4s;
}

.btn-secondary:hover {
  background: none;
  background-color: #fff;
  color: #333;
  border:solid 1px #444;
  border-radius: 0.4em;
}

/*** Menus ***/

.mod-menu {
  background-color: rgb(0, 0, 0, 0.8);
  border:solid 1px #444;
  border-radius: 0.4em;
  
}

/*** Contact Form ***/

.com-contact {
  border:solid 1px #444;
  border-radius: 0.4em;
  background: none;
  padding: 1em;
  color: #333;
  padding-top: 0;
}

.com-contact h3{
  color: #fff;
  font-size: 0%;
  line-height: 0;
}

legend {
  font-size: 1.0em;
}

.form-control-feedback {
  color: #fff;
}

.required invalid {
  color: #fff;
}

.btn-primary {
  background: #444;
  color: #fff;
}

.form-control {
  background: none;
  color: #333;
}

/*** SCS Stuff ***/
.scs-link {
  border: none !important;
  color: #333 !important;
}

.mod-custom {
  border: none !important;
}

.scs-link a {
  font-size: 80%;
  text-decoration: none !important;
}

.scs-link a:visited {
  font-size: 80%;
  text-decoration: none !important;
}

.scs-link a:hover {
  font-size: 80%;
  text-decoration:underline !important;
}

.rss {
  border: none !important;
  margin-left: -1em !important;
}

.rss-link {
  border: none !important;
  font-size: 80%;
  test-align: center;
}


