body{
	background-image: url('../images/header.png');
	background-repeat: repeat-x;
	
}
.spacer {
	min-height: 310px;
}
.header button{
	margin-top: 6px;
	-webkit-box-shadow: 0px 2px 3px 2px #366081; 
	box-shadow: 0px 2px 3px 2px #366081;
	border: 1px solid #366081;
	background-color: #0d6efd;
}
.header h1 {
	display: none;
}
.slideshow {
	margin-top: -28px;
}
.slideshow .box {
  background-color: rgba(255,255,255,0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  padding: 12px;
}

.offcanvas-body {
	padding: 1rem
}
.nav-item a {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	height: 30px;
  display: inline-block;
  width: 100%;
}

.parallax {
  /* The image used */
  background-image: url("../images/computer.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}

.heading {
  text-align: center;
  border: 0px !important;
}

.heading .card-header {
	border-bottom: 0px;
}

table, td {
	border-width: 0px !important;
}

.col-md-6.shade {
	background-color: #6EB9FE;
	border-radius: 10px;
	margin: 15px;
	width: calc(50% - 30px);
	-webkit-box-shadow: 2px 2px 10px 0px #000000; 
	box-shadow: 2px 2px 10px 0px #000000;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.col-md-6.note {
	background-color: #FFFCEE;
	color: #000000;
	/*font-size: 20px;*/
	border-radius: 10px;
	margin: 15px 10px 0px 10px;
	width: calc(50% - 20px);
	-webkit-box-shadow: 2px 2px 10px 0px #000000; 
	box-shadow: 2px 2px 10px 0px #000000;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.col-md-6.shade table, 
.col-md-6.shade1 table {
   table-layout:fixed; /* this keeps your columns with at the defined width */
   width: 100%;        /* a width must be specified */

   display: table;     /* required for table-layout to be used 
                          (since this is the default value it is normally not necessary;
                          just included for completeness) */
   margin-bottom: 10px;
}

.col-md-6.shade td,
.col-md-6.shade1 td {
	width: 35px;
	padding: 0;
}

.col-md-6.shade td:first-child,
.col-md-6.shade1 td:first-child {
	width: calc(100% - 35px);
	padding: 2px;
}

.col-md-6.shade:hover {
	margin: 10px;
	width: calc(50% - 20px);
	-webkit-box-shadow: 7px 7px 10px 0px #444444; 
	box-shadow: 7px 7px 10px 0px #444444;
}

.col-md-6.shade1 {
	background-color: #ffffff;
	border-radius: 10px;
	margin: 15px;
	width: calc(50% - 30px);
	-webkit-box-shadow: 2px 2px 10px 0px #000000; 
	box-shadow: 2px 2px 10px 0px #000000;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.col-md-6.shade1:hover {
	margin: 10px;
	width: calc(50% - 20px);
	-webkit-box-shadow: 7px 7px 10px 0px #444444; 
	box-shadow: 7px 7px 10px 0px #444444;
}

@media (max-width: 992px) {
	.col-12.shade {
		background-color: #6EB9FE;
		border-radius: 10px;
		margin: 10px;
		width: calc(100% - 20px);
	}

	.col-12.shade:hover {
		/*background-color: #C8E4FD;*/
		margin: 10px;
		width: calc(100% - 21px);
		-webkit-box-shadow: 7px 7px 10px 0px #444444; 
	  box-shadow: 7px 7px 10px 0px #444444;
	}
	
	.col-12.shade1 {
		background-color: #ffffff;
		border-radius: 10px;
		margin: 15px;
		width: calc(100% - 30px);
	}

	.col-12.shade1:hover {
		margin: 10px;
		width: calc(100% - 20px);
		-webkit-box-shadow: 7px 7px 10px 0px #444444; 
	  box-shadow: 7px 7px 10px 0px #444444;
	}
	
	.col-12.note {
		background-color: #FFFCEE;
		color: #000000;
		width: calc(100% - 20px);
	}
	
	div.mod-languages .btn-group .btn{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}
/* Tooltip container */
.tooltips {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; *//* Add dots under the hoverable text */
  cursor: pointer;
  z-index: 99999;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

.tooltips .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
}

.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}
/* Show the tooltip text on hover */
.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.tooltip-left {
  top: -5px;
  bottom: auto;
  right: 128%;
}

.shade h3:first-child {
color: #ffffff;
font-size: 29px !important;
text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989993px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756803px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279416px 0px;
}

.shade h3:hover {
	color: #eeeeee;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hover-zoom {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	transform: scale3d(0.85, 0.85, 1);
}

.hover-zoom:hover {
	transform: none;
}

