﻿body {
}

.btn {
  padding: 5px 15px;
  border-radius: 5px;
 background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa));
	background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
	background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1);
  border: 1px solid #366fd9;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  color: #366fd9;
  background-color: #366fd9;
}

.btn:hover {
  background: #366fd9;
  color: #fff;
}

.PageTitle {

color:#185A17;
font-size:22px;
}

.TblBorder
{
	border:1px solid #000000;
	background-color: #ffffff;
}
.ErrMsg
{
	color: red;
	font-size: 14px;
	font-family: 'Calibri', sans-serif;
}
.SuccMsg
{
	color: green;
	font-size: 14px;
	font-family: 'Calibri', sans-serif;
}
.LeftAlign
{
	text-align: left;
	padding-left:10px;
    color:grey;
    font-weight:bold;
    font-size:14px;
}
.CenterAlign {
    font-size: 25px;
    text-align: center;
    padding-bottom: 35px;
    color: #1e6855;
}
div.Nmenu {
  /*background-color: #3080d7;*/
  overflow: auto;
  white-space: nowrap;
  font-weight:bold;
}
div.Nmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  font-size:15px;
  padding: 14px;
  text-decoration: none;
}

div.Nmenu a:hover {
  background-color: #1080ca;
}
.RightAlign
{
	text-align: right;
	padding-left:10px;
    color:grey;
    font-weight:bold;
    font-size:14px;
}

/*---------------------
  SlideShow Section
-----------------------*/
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: block;
}
.mySlides img {
	vertical-align: middle;
	border-style: none;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 3%;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	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);
}

/* Caption text */
.slide-text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active-slide, .dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
	opacity: 100%;
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/*.site-btn.sb-gradients.sbg-line { */
.album-btn {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px !important;
	z-index: auto !important;
}

.site-btn.sbg-line {
	color: #20509e;
    z-index: 1;
    background: #ffffff;
    font-weight: bold;
	font-size: 16px;
}

.about-text h3 {
	font-size: 15px;
	text-align:left;
	padding: 20px;
	color:#df5f11;
} 

.about-text h4 {
	font-size: 25px;
	text-align:left;
	padding: 20px;
	color:#df5f11;
} 

.about-text h5 {
	font-family: "Futura", sans-serif;
	/* margin-bottom: 20px; */
	padding: 20px;
}

.dynamic-album {
	color: black;
    width: 1200px;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dynamic-album #myImg {
    padding: 8px;
    border-radius: 8px;
}

.dynamic-album .image-div {
    padding: 30px;
    margin-top: 50px;
}

.table {
    margin-left:auto;
    margin-right: auto;
}

