
* {
  box-sizing: border-box;
}
html,
body {
  
	width: auto;
	/*min-width: 1600px;*/
}
.Container {
            
	text-align: justify;
    white-space: normal;
    color: #EFEFEF;
    height: auto;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    /*text-indent: 8ex;*/
    overflow: auto;
    font-size: 20px;
}

    .Container .Images {
        text-align: center;
        text-indent: 0;
        width: 100%;
    }

     .Container .centre {
        text-align: center;
    }

img {
    display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.Container .intro__title {
  text-align: center;
  font-weight: 200;
  font-size: 2vw;
  /*font-size: 32px;*/
  color: #fff;
}
.Container .intro__title2 {
	text-align: justify;
  text-indent: 0px;
  color: #fff;	
  font-size:1vw;
  /*font-size: 16px;*/
  line-height: 24px;
  font-weight: 300;
  /*padding: 0 160px;*/
  margin: auto;
}
.Container .intro__body {
  text-align: center;
  color: #fff;  
  font-size:1vw;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.48;
  margin: auto;
}

.Container .intro__body2 {
  text-align:justify;
  text-indent: 25px;
  color: #fff;
  font-size:1vw;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.75;
	
  margin: 0;
}
.Container .intro__body3 {
  text-align:justify;
  text-indent: 0px;
  color: #fff;
  font-size:1vw;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.75;
  margin: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.carousel {
  position: relative;
  width: 600px;
  height: 800px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.carousel:hover .slide:after,
.carousel:hover .counter,
.carousel:hover .slide:before {
  opacity: 1;
}
.slide {
  float: right;
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 800px;
  background-color: #eee;
  text-align: center;
  transition: opacity 0.4s;
  opacity: 1;
}
.slide:before {
  content: attr(annot);
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 300;
  z-index: 12;
  opacity: 0;
  transition: opacity 0.3s;
  text-shadow: 0 0 1px #000;
}
.slide:after {
  content: attr(slide);
  display: block;
  position: absolute;
  bottom: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 80px;
  opacity: 0;
  background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
  text-align:left;
  text-indent: 545px;
  line-height: 101px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 1px #000;
}
.counter {
  position:absolute;
  bottom: 20px;
  right: 0px;
  height: 20px;
  width: 55px;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 21px;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s;
}
.faux-ui-facia {
  top: 0;
  right: 0;
  float: right;
  position: absolute;
  margin-top: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.faux-ui-facia:checked {
  z-index: 8;
}
.faux-ui-facia:checked + .slide {
  opacity: 0;
}
.faux-ui-facia:checked:nth-child(1):checked {
  z-index: 9;
}
.faux-ui-facia:nth-child(1):checked {
  float: left;
  z-index: 9;
}
.faux-ui-facia:nth-child(1):checked + .slide {
  opacity: 1;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia {
  float: left;
  z-index: 8;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia + .slide {
  opacity: 0;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked {
  z-index: 9;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked + .slide {
  opacity: 1;
}

.spacer {
  height: 100px;
}

.spacer2 {
  height: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.tags {	
	text-align: center;
	color: #fff;
  font-size:1.2vw;
  line-height: 24px;
  font-weight: 300;
	
}

.tags a:link, a:visited {
  color:white;
  cursor:grab;
  text-decoration: underline;
}

.tags a:link:active, a:visited:active {
  color:brown;	  
}

.tags2 { 
	
	text-align:right;
	color: #fff;
  font-size:1vw;
  line-height: 24px;
  font-weight: 300;
	
}

.tags2 a:link, a:visited {
	
  color:white;
  cursor:grab;
  text-decoration: underline;
}

.tags2 a:link:active, a:visited:active {
  color:brown;	  
}

@media screen and (max-width: 900px) {
p {
    font-size: 16px!important;
}
h1.intro__title {
    font-size: 32px!important;
}
	h1.intro__title2 {
    font-size: 18px!important;
}
	a.tags {
    font-size: 18px!important;
}
	.carousel {
    max-width: 100%!important;
    height: 400px!important;
}
	.slide {
    width: 100%!important;
}
	a.tags2 {
    font-size: 12px!important;
}
	.center {
    width: 100%!important;
}
}

