* {
  box-sizing: border-box;
  margin: 0;
  padding 0;
}



/* body body body body */

body {
	background-color: #555;
  	font-family: Arial;
  	font-size: 16px;
}
 
.footer {
	background-color: #555;
	text-align: center;
	color: #999;
	padding: 15px;
}

.header {
	background-color: #555;
  	text-align: center;
  	color: #dcdcdc;
  	padding: 0px;
  	border-radius: 10px;
	margin-top: 5px;

	border: 5px solid #000000;
}

.main-container {
	background-color: #111;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.contain {
	background-color: #555;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
}

.column1 {
	width: 100%;
	background-color:#999;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	margin-top: 5px;
	padding: 0px;
	border: 5px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
.column2 {
	width: 100%;
	background-color:#999;
	display: flex;
  	flex-direction: column;
	border-radius: 10px;
	margin-top: 5px;
	padding: 0px;
	border: 5px solid #000000;
}

.column3 {
	width: 100%;
	background-color:#999;
	display: flex;
  	flex-direction: row;
	border-radius: 10px;
	}
	
.iframe_a { 
border-radius: 10px;
width: 100%;
height: 219px;
}

.iframe_b {
width: 250px;
height: 450px;
border: 0px;
}

.column3 img {
  padding: 3px;
  border-radius: 8px
  }
.thumbnail img:hover {
 background-color:#111;}


.imageinfo {
	height: 100%;
	margin: 0px;
  	text-align: center;
  	color: #111;
  	padding: 10px;
}


h3 {
text-align: center;
padding: 5px;
}
.pageinfo h3 {
text-align: center;
color: #dcdcdc;
padding: 25px 0px 0px 0px;
}
.pageinfo p {
text-align: left;
color: #999;
padding: 25px 10px 30px 10px;
}
/* Create four equal columns that sits next to each other */

.imgcontain {
margin: 10px 0px 0px 0px;
background-color: #dcdcdc;
border-radius: 6px
}



.catagory {
margin: 10px 0px 0px 0px;
background-color: #777;
border-radius: 6px;
}
/* image image image image image */

.column img {
  padding: 2px;
  border-radius: 8px
}

a {
	text-decoration: none;
	color: #dcdcdc;
}
.imgcontain a {
	text-decoration: none;
	color: #666;
}
/* slide show start */
img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  	position: relative;
 margin-left: auto;
	margin-right: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;

 
}
.mySlides-side {
  background-color: #FFF;
 width: auto;
}
.slide-box {
	width: 100%;
  	display: flex;
  	flex-direction: row;

}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 4px 16px;
  font-size: 20px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



/*  list  list  list list */

.link ul {
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
  	list-style-type: none;
  	padding: 0;
  	overflow: hidden;
  	background-color: #555;
  	display: flex;
  	justify-content: space-between;
}

li a, .dropbtn {
  display: inline-block;
  color: #999;
  text-align: center;
  padding: 5px 30px;
  font-size: 20px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn{
  background-color: #222;
}

.dropbtn {
background-color: #555;
border: 0;
}

.active {
  background-color: #111;
  color: #999;
}

li {
  float: left;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #555;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #dcdcdc;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #666;}

.dropdown:hover .dropdown-content {
  display: block;
}
.title {
color: #999;
text-align: center;
padding: 5px 0px 5px;
}
.title2 {
background-color: #555;
width: 100%;
Height: 2px;
}

/*  Link  link  link  link  link  */

.link {
	background-color: #555;
	
  	border-radius: 10px;
	margin-top: 5px;
	border: 5px solid #000000;
}

.link2 {
	width: 100%;
	background-color: #555;
	
  	border-radius: 10px;
	margin-top: 5px;
	border: 5px solid #000000;
}

.link2 ul {
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
  	list-style-type: none;
  	padding: 0;
  	overflow: hidden;
  	background-color: #555;
  	display: flex;
  	justify-content: space-between;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 1200px) {
  
.link ul {
	max-width: 800px;	
}
.link2 ul {
	max-width: 800px;	
}

li a, .dropbtn {
  	padding: 5px 20px;
}
.pageinfo h3 {
padding: 15px 0px 0px 0px;
}
.pageinfo p {
padding: 15px 10px 20px 10px;
}
body {
  	font-size: 18px;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {

.link ul {
	max-width: 450px;	
}
.link2 ul {
	max-width: 450px;	
}
li a, .dropbtn {
  	padding: 5px 10px;
}
.pageinfo h3 {
padding: 5px 0px 0px 0px;
}
.pageinfo p {
padding: 5px 5px 10px 5px;
}
body {
  	font-size: 20px;
}
}
