@charset "UTF-8";

.mainRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.mainRow > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#headerImage {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
}
body {
	background-color: #621905;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#headerImage, #sidebar, #mainTextArea    , #defaultNavbar1, .footer, .imgShadow{
	-webkit-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
}
#headerText {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	position: absolute;
	padding-top: 21px;
	width: 80%;
	left: 10%;
	right: 10%;
	text-shadow: 2px 2px 2px #000000;
}
#defaultNavbar1 {
	background-color: #4E84E3;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	width: auto;
	position: relative;
	z-index: 2;
}
h3 {
	font-size: medium;
	color: #4E84E3;
}
#header {
	position: relative;
}

.navbar-nav.nav-justified > li{
	float: none;
}
a {
	color: #000000;
	text-decoration: underline;
	border: 0;
}
h2 {
	text-align: center;
	color: #621905;
	font-size: 1.5em;
}
#footer {
}

@media screen and (max-width:767px){
#headerText {
	position: relative;
}
#smallNavBar {
	background-color: #4E84E3;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	-webkit-box-shadow: 0px 5px 5px #000000;
	box-shadow: 0px 5px 5px #000000;
	position: relative;
	z-index: 2;
}
p {
	font-weight: 700;
}
}
#sidebar {
	background-color: #D4C3BF;
	text-align: center;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	position: relative;
	z-index: 1;
}
#mainTextArea {
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
}
.centeredImage {
	width: 39%;
	margin: 0 auto;
	display: block;
}
.caption {
	padding-bottom: 1em;
	color: #621905;
	text-align: center;
}

.footer {
	background-color: #4E84E3;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(78,132,227,1.00) 100%);
	width: auto;
	position: relative;
	z-index: 2;
	padding-top: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: small;
}
.centerText {
	text-align: center;
}
.h3left {
	text-align: left;
	margin: 0px;
	float: left;
}
h4 {
	color: #4E84E3;
	font-size: small;
	font-style: oblique;
}
.img-banner {
	width: 90%;
	height: 100%;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
