:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #3c3440;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


h2, .h2 {
  font-size: 1rem;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close*/
 }

.main{
	margin-top: 60px;
}

.btn-success {
  /*color: #fff;*/
  color: #006666;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-info {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-info:hover {
  color: #fff;
  background-color: #006666;
  border-color: #006666
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #006666;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: unset;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown:hover .dropdown-menu {
	display: block;
    margin-top: 0; /* remove the gap so it doesn't close*/
 }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #AA12C5;
  background-color: #007bff;
}

.navbar {
  /*position: relative;*/
  position: fixed;
  top: 0;
  width: 100%;
	
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
 	z-index: 20;
  background-color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close*/
 }

.badge-light {
  color: #212529;
  background-color: rgba(255, 255, 255, .6);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  /*border: solid 1px red;*/
  background-image: url("../images/chuttersnap-1467992.jpg");
  border-radius: 0.3rem;
	
}
#background {
    width: 100%; 
    height: auto; 
	max-resolution: 1200px;
	min-width: 1600px;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -999; /* Ensure div tag stays behind content; -999 might work, too. */
}

.bg-transparent {
	background-color: transparent !important;
  
}
.bg-transparentHalfway {
	/*background-color: #fff !important;
	opacity: 0.5 !important;*/
    background-color: rgba(255, 255, 255, 0.8); !important;
	border-radius: 15px;
}
.HolidaySnow {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 2px white, 0 0 3em white, 0 0 0.2em white;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}