/* Global Styles */

body {
	margin:0px;
	background: url(images/theitpro1.jpg) repeat-x top;
	}
	
td {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	}

.data-protection {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	}
	
a {
	color: #FFFFFF;
	}
	
.top {
	color: #000000;
	}
	
a:hover {
	color: #999999;
	}

/* ID Styles */
	
.footer {
	font-weight:bold;
	text-align:center;
	line-height:26px;
	letter-spacing:-.1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	}
	
.copy {
	color:#666666;
	font-weight:bold;
	line-height:26px;
	letter-spacing: .1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:right;
	}
	
a.copy {
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
	line-height:26px;
	letter-spacing: .1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
a.copy:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	line-height:26px;
	letter-spacing: .1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.txt {
	color:#FFFFFF;
	letter-spacing: 0em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align:left;
	}
	
/* Changing capting  */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.ttext {
  color: #222222;
  font-size: 26px;
  padding: 22px 22px;
  position: absolute;
  top: 18px;
  width: 100%;
  text-align: center;
}

.gtext {
  color: #222222;
  font-size: 22px;
  padding: 22px 22px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #222222;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 14px;
  left: 14px;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 10px}
}
