* 	{
	box-sizing: border-box;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
}

.header {	
	text-align: center;
	
	
}

.header1 {
	color: black;
	outline-color: white;
}

body {
	background-image: url("Images/worldly.jpg");
	position: center;
	background-position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
}


form input {
	cursor: pointer;
}


.text {
	color: white;
	
}

/* Position the image container (needed to position the left and right arrows) */
.container {
	position: center;
	text-align: center;
	background-color: #222;
	padding: 10px 16px;
	border-style: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
}

/* Hide the images by default */
.mySlides {
	display: none;

}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 70%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: gray;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	z-index: 10;
}

.prev2,
.next2 {
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: gray;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	z-index: 10;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	margin-right: 5%;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
	margin-left: 5%;
}

.next2 {
	right: 0;
	border-radius: 3px 0 0 3px;
	margin-right: 5%;
}

.prev2 {
	left: 0;
	border-radius: 3px 0 0 3px;
	margin-left: 5%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.prev2:hover,
.next2:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	display: none;
	color: black;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 12px;
	position: absolute;
}


.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	float: left;
    width: 50%;
    padding: 10px;
    height: 165px;
}

.column2 {
	float: left;
    width: 50%;
    padding: 50px;
    height: 160px;
}

.here {
	text-align: center;
}

.bottom {
    float: left;
	width: 33.33%;
}
/*drop menu */

.home {
	text-decoration: none;
	color: white;
	text-align: center;
}

td.menuNormal {
	padding: 20px;
	color: white;
	font-weight: bold;
	vertical-align: top;
	background-color: black;	
	text-align: center;
	border-color: white;

}

td.menuNormal2 {
	padding: 20px;
	color: white;
	font-weight: bold;
	vertical-align: top;
	background-color: black;	
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	border-spacing: 2px;
	
	
	
	
}


td.menuHover {
	padding: 0px;
	color: white;
	font-weight: bold;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.8);
}

div.menuNormal {
	display: none;
	position: static;	
}

div.menuHover {
	border: 2.5px white;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline;
	position: absolute;
	
}

a {
	color: white;
}

a:visited {
	color: white;
}

a.menuitem {
	color: white;
	text-decoration: none;
}

a.menuitem: visted
{
text-decoration: none;
color: gray;
padding: 2.5px;
background-color: black;
border-bottom: 2.4px white;
display: block;
}	

a.menuitem: hover
{
text-decoration: none;
color: black;
padding: 2.5px;
background-color: rgba(0, 0, 0, 0.8);
border-bottom: 2.4px white;
display: block;
}	

a.menuitem: active
{
text-decoration: none;
color: white;
padding: 2.5px;
background-color: gray;
border-bottom: 2.4px white;
display: block;
}	

a.menuitem: link
{
text-decoration: none;
color: white;
padding: 2.5px;
background-color: gray;
border-bottom: 2.4px white;
display: block;

}	