﻿body {
  /* background-image:url('../images/wallpaper.jpg'); */
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
  background-color: #3095b2;
  color:#113d64;
  font-family: Tahoma, sans-serif;
}

#custom-theme.bg-light {
  background-color: darkslategray !important;
  border-radius: 3px;
  color: gainsboro;
  text-decoration: underline;
}

.custom-theme.bg-dark {
  background-color: blanchedalmond !important;
  box-shadow: 10px 5px 5px rgba(246, 255, 219, 0.5);
  color: dimgray;
  text-decoration: overline;
}

.bg-red {
	background-color: rgba(255, 0, 0, 0.5) !important;
	color:white !important;
}

.bg-green {
	background-color: green !important;
	color:white !important;
}

.bg-blue-light {
	background-color: #3095b2 !important;
	color:white !important;
}

.bg-blue {
	background-color: #113d64 !important;
	color:white !important;
}

.text-blue {
  color:#113d64;
}

.modal-fill {
  background-image:url('../images/modalbg.jpg');
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
  color:white;
  font-family: Tahoma, sans-serif;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mt-20 {
  margin-top: 18rem !important;
}