/* GLOBALS */
body {
    font-family: 'Verdana', system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    background-color: #F8F8F8;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    color: #8A4B08;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: normal;
    color: #041E42;
}

a {
    text-decoration: none;
    color: #8A4B08;
}

a:focus {
    outline: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

img {
    image-rendering: -webkit-optimize-contrast;
max-width: 100%;
heigth: auto;
}
.no-scroll {
    overflow: hidden;
}
.invisible {
    visibility: hidden;
}


#frontpage-header {
    padding: 40px 0 20px;
    text-align: center;
    align-items: center;
}
#frontpage-mission {
    padding: 20px 0 20px;
    text-align: center;
    align-items: center;
    color: #8A4B08;
    font-size: 18px;
    font-family: Fira Sans, system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    line-height: 27px;
    letter-spacing: normal;
}
#frontpage-entry {
    padding: 20px 0 20px;
    text-align: center;
    align-items: center;
    color: #8A4B08;
    font-size: 18px;
    font-family: Fira Sans, system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    line-height: 27px;
    letter-spacing: normal;
}
#frontpage-entry a:hover,
#frontpage-entry a:active,
#frontpage-entry a:focus {
    color: #000000;
}

#login-form input[type="password"]{
	width:250px;
	margin-top:0px;
	height:40px;
	padding-left:0px;
	font-size:16px;
}
#login-form input[type="submit"]{
 width:250px;
 margin-top:0px;
 height:40px;
 font-size:16px;
 background-color:#8A4B08;
 border:none;
 color:white;
 border-radius:4px;
}
#login-form p {
 margin:0px;
 color:#8A4B08;
 font-size:20px;
 font-weight:bold;
}

#kc-banner {
    padding: 100px 0 40px;
    text-align: center;
    width: 80%;
    align-items: center;
}

#kc-text {
    padding: 100px 0 40px;
    text-align: center;
    width: 80%;
    align-items: center;
}

#header {
position: fixed;  
left: 0;  
right: 0;  
top: 20px;  
height: 30px;   
align-items: center;  
}

#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #681c04;
  box-shadow: 0 0 15px 0 #681c04;
}

#header li {
  float: left;
}

#header li a {
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#header li a:hover {
  background-color: #8A4B08;
  color: #FFFFFF;
}

#art-container {
  margin: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #FED8B8;
  box-shadow: 0 0 15px 0 #681c04;
  padding: 20px 20px;
  width: 500px;
  text-align: center;
  align-items: center;
  border-radius:10px;
}

#art-container img {
  border: 0px #8A4B08 solid;
}

#art-wrapper {
  margin: 10px;
  overflow: hidden;
  border: 3px #8A4B08 solid;
  background-color: #ffffff;
  padding: 0px 0px;
  width: 440px;
  text-align: center;
  align-items: center;
  border-radius:10px;
}

#abt-wrapper {
  margin: 10px;
  overflow: hidden;
  border: 6px #8A4B08 solid;
  background-color: #ffffff;
  padding: 0px 0px;
  width: 600px;
  text-align: center;
  align-items: center;
  border-radius:10px;
}

#art-caption {
  margin: 10px;
  overflow: hidden;
  border: 3px #8A4B08 solid;
  background-color: #ffffff;
  padding: 10px 10px;
  width: 440px;
  text-align: center;
  align-items: center;
  border-radius:10px;
}


















/* Utlilites */
.font-weight-600 {
    font-weight: 600;
}
.font-weight-bold {
    font-weight: bold;
}
.desktop-only{
    display: block;
}

