/* colors.css */

/* style.css */

@import url(https://fonts.googleapis.com/css?family=Kalam);

/* enable/disable border outlining */
/*
.important { 
    border: 1px solid red !important;
}
*/

* {
    border-color: transparent;
}

* {
/*  border-color: #333; */;
}

body {
    justify-content: center;
    font-family: san-serif;
    font-style: italic;
    color: #333;
    background-color: #eee;
    border-color: #294133;
}

/*
body::-webkit-scrollbar {
  display: none;
}
/*

/* Hide scrollbar for IE, Edge and Firefox */
.no-scroll-bar {
    -ms-overflow-style: none;
  /* IE and Edge */
    scrollbar-width: none;
  /* Firefox */
    padding: 0px;
    margin: 0px;
}

#header {
    background-color: #294133;
    background-color: transparent;
    border-color: transparent;
}

#header-left {
    border-color: inherit;
}

#header-right {
    border-color: inherit;
}

#header-text {
    color: #294133;
    border-color: inherit;
}

#header-image {
    border-color: inherit;
}

hr {
  /* match this to page color (above) */
    border-color: #ffd;
    background-color: transparent;
}

#main-menu {
    align-items: center;
}

.main-menu-item a {
    text-decoration: none;
}

.main-menu-item a:hover {
    text-decoration: none;
}

.main-menu-item a:visited {
    text-decoration: none;
}

.main-menu-item {
    font-family: sans-serif;
    color: #444;
    background-color: transparent;
}

.main-menu-item:hover {
    background-color: #ddd;
}

div.main {
    border-color: transparent;
}

div.main h1 {
  color: #35353a;
}

div.main h2 {
  color: #676872;
}

div.main h3 {
  color: #d8430d;
}

div.main p {
  font-style: normal;
}

span.highlight {
  color: red;
  font-weight: bold;
}

button a {
  text-decoration: none;
  font-size: medium;
  font-weight: bold;
  color: #444;
}

img.preview {
    width: 100px;
}

div.tile button a#visited {
  color: #444;
}

div.tile button a#active {
  color: #444;
}

div.tile button a#hover {
  color: red;
}

p.panel {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
}

