@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");
body {
  margin: 0;
}

.containers {
  position: relative;
  height: 100vh;
  font-family: Lora, serif;
  color: white;
}
.containers h1 {
  margin: 0;
  font-size: 260%;
  font-weight: 700;
  letter-spacing: 0em;

}
.containers h3 {
  margin: 0;
  letter-spacing: 0.2em;
  text-shadow: 0 2px 2px black;
}
.containers .page-title {
  position: absolute;
  left: 4em;
  top: 2em;
  z-index: 1;
}

.slidebtn{background:#e21f2f;color:#fff;padding:7px 10px;font-size:13px;}


.containers .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.containers .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.containers .slideshow .slide:first-child {
  z-index: 0;
}
.containers .slideshow .slide:nth-child(1) {
  background: url("../img/cnKl1Ykd5rZCVwm.jpg") center/cover no-repeat;
}
.containers .slideshow .slide:nth-child(2) {
  background: url("../img/uXF1Kx7lzELB6wf.jpg") center/cover no-repeat;
}
.containers .slideshow .slide:nth-child(3) {
  background: url("../img/346.jpg") center/cover no-repeat;
}
.containers .slideshow .slide:nth-child(4) {
  background: url("../img/RtVq2wxQYySDb8L.jpg") center/cover no-repeat;
}
.containers .slideshow .slide:nth-child(5) {
  background: url("../img/OF6PzWyrwM31ldi.jpg") center/cover no-repeat;
}
.containers .slide-title {
  position: relative;
  top: 36vh;
  text-indent:0;
  width:1300px;
  margin:0 auto;
  text-indent:0
}
.containers .slide-title h1{
    margin-bottom: 40px;
    
}
.containers  .slide-title p{
    margin-bottom: 20px;
	font-size: 18px;
	text-align:left;
	font-weight:500;
	line-height:30px;
    
}

.containers .bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.containers .bars .bar {
  flex: 1;
  background: #2c3e50;
  transform: scaleY(0);
  transform-origin: top;
}
.containers .nav-dots {
  position: absolute;
  left: 2em;
  bottom: 4em;
  z-index: 1;
  display: flex;
  margin: 0;
  list-style-type: none;
}
.containers .nav-dots .dot {
  width: 1em;
  height: 1em;
  margin: 1em;
}
.containers .nav-dots .dot a {
  position: relative;
  display: block;
  height: 1em;
  line-height: 1em;
}
.containers .nav-dots .dot a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.containers .nav-dots .dot a:hover::before {
  background: rgba(255, 255, 255, 0.6);
}
.containers .nav-dots .dot a.active::before {
  background: rgba(255, 255, 255, 0.8);
}



@media only screen and (max-width: 600px) {
    
    .containers {
  position: relative;
  height: 300px !important;
  font-family: Lora, serif;
  color: white;
}


.containers .slide-title {
  position: relative;
  top: 40%;
  width:100%;
  text-align: center;
  text-indent:inherit;
}
.containers .slide-title h1{
    margin-bottom: 20px;
    
}

.containers .slide-title p{
    width:100%;
    font-size:12px;
}
.justify-content{width:85% !important; margin:0 auto; line-height:20px !important;}
.containers h1 {
  margin: 0;
  font-size: 100%;
  font-weight: 700;
  text-align:center;

}

.containers  .slide-title p{

    text-align:center
}
}