body {margin:0;}
/* header menu ********************************************/
.container {
  position: relative;
  /*background-color: blue;*/
  height: 100%;
  width: 100%;
  border:1px solid;
  color: white;
  /*background-image: url("https://images.pexels.com/photos/5591663/pexels-photo-5591663.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");*/
  background-color: #cccccc;
}

.main {
  /*padding: 150px;*/
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  margin-top: 30px;
  position:static;
  /*height: 1500px; /* Used in this example to enable scrolling */
}


.navbar {
  overflow: hidden;
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color:#2A1FFF;
  text-align: center;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 1.1vw;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}



.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* header menu ********************************************/




/* login button ************************************************/

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

/* login button ************************************************/

/* for moving picture**************************************************************************/
/*for column and row*/
* {
  box-sizing: border-box;
  
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: auto;
  padding: 10px;
  height:auto; /* Should be removed. Only for demonstration */
  margin:0 auto;
  background-color:#f2f2f2;
  alignment-adjust:auto;  
  
}



.column2 {
  float: right;
  width: 30%;
  padding: 10px;
  height:auto; /* Should be removed. Only for demonstration */
  margin:0 auto;  
  background-color:#f2f2f2;
  /*background-color:#f2f2f2;*/
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  height:auto;
  
  
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none; alignment-adjust:middle;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position:inherit;
  margin: auto;
  margin-right:0;
  alignment-adjust:auto;
  
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* for moving picture**************************************************************************/


