/* CSS Document */

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    margin-bottom: 0;
    outline: 0;
	position: relative;
}
	
.image-checkbox .img-fluid {
	z-index: 1;
	}
.image-checkbox input[type="checkbox"] {
    display: none;
}
.image-checkbox-checked {
    border-color: #FF9E00;
}
.image-checkbox .fa {
    position: absolute;
    color: #FF9E00;
    background-color: #fff;
    padding: 10px;
    bottom: 0;
    right: 0;
	z-index: 9999;
}
.image-checkbox-checked .fa {
    display: block !important;
}
	.form-signin {
  max-width: 330px;
  padding: 15px;
}

	html,
body {
  height: 100%;
}

.formmain {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
	main form {align-content: center;}	
.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
	h1, h2, h3,  header, figcaption, .text-alice {font-family: 'Alice', serif; font-variant-caps: all-small-caps; }
	h5, h6, p {font-family: 'Open Sans', sans-serif;}
	button { border-radius: 0; border-color: white; border:thin; }
.dropdown-item:hover {
	color: #DB802A;
	background-color: darkgrey!important;
}
.dropdown-item:active, .dropdown-link:focus {

	color: #DB802A;
	background-color: darkgrey!important;
	
}

.fs-7 {
    font-size: 0.8em!important;
}
.fs-8 {
    font-size: 0.6em!important;
}