/* DEFINING THE BODY */

* {
	box-sizing: border-box;
	}

html, body {
    height: 100%;
	background-color: #5f5953;
}

html {
    display: table;
    margin: auto;
	scroll-behavior: smooth;
}
	

body {
	width: 1920px;
	background-color: #5f5953;
	background-image: url(../Images/bgBody.);
	background-position: left top;
    display: table-cell;
    vertical-align: middle;
}
	
@font-face {
	font-family: siteFont;
	src: url("d:/cc/kiosk/fonts/KozGoPro-Regular_0.otf");
	}

/* width */
::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar:horizontal {
  height: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #003366; 
  border-radius: 1px;
}
::-webkit-scrollbar-track:horizontal {
  background: #003366; 
  border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #cc9933; 
  border-radius: 1px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #cc9933; 
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #452f02;
}
	
p {
	font-family:  siteFont, Tahoma;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.5px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	}	
	
a {
	color:#0099ff;
	text-decoration:none
	}

ul.none {
	list-style: none;
	}

.responsive {
	max-width: 100%;
	height: auto;
	}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container {
	max-width: 100%;
	position: relative;
	margin: auto;
	}
		
.byline {
	font-family: siteFont, Tahoma;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	}

.next {
	display: block;
	position: relative;
	bottom: 200px;
	left: 82%;
	width: 80px; 
	height: auto;
	}
		
.text {
	position: relative;
	top: -150px;
	left: 25%;
	font-family:  siteFont, Tahoma;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 20px;
	line-height: 4vw;
	text-align: center;		
	}

.text a {
	color:#DE9F5F;
	text-decoration:none
	}
	
.text a:hover {
	background-color: #855FDE;
	color:#ffffff;
	text-decoration:none;
	}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
	}

[class*="col-"] {
	float: left;
	padding: 15px;
	}

html {
	font-family: siteFont, "Century Gothic", Tahoma;
	}

	
@media screen and (min-width: 1000px) {

	.logo {
		display: block;
		width: 800px; 
		height: auto;
		margin: 0px auto;
		}

	}	

@media screen and (max-width: 999px) {
		
	}
	
@media screen and (max-width: 800px) {
		
	}

@media screen and (max-width: 850px) {

	.logo {
		display: block;
		width: 800px; 
		height: auto;
		margin: 0px auto;
		}
		
	img {
		width: 50%;
		}
		
	.byline {
		font-family: siteFont, Tahoma;
		color: #FFFFFF;
		font-size: 12px;
		letter-spacing: 2px;
		text-align: center;
		padding-top: 0px;
		}
		
	.text {
		display: block;
		font-family:  siteFont, Tahoma;
		font-size: 16px;
		color: #FFFFFF;
		padding-top: 50px;
		letter-spacing: 20px;
		line-height: 4vw;
		text-align: center;		
		}
	
	}

@media screen and (max-width: 500px) {

.logo {
	display: block;
	width: 500px; 
	height: auto;
	}

.logo a{
	display: block;
	background-color: #5e9ac0;
	}

.logo a:hover{
	display: block;
	background-color: #5e9ac0;
	}
		
	}

@media screen and (max-width: 450px) {
		
	}
	
@media screen and (max-width: 400px) {
		
	}

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
	}

@media only screen and (min-width: 768px) {
  /* For desktop: */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	}

@media only screen and (min-width: 600px) {
  /* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}
}



