
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

.just
{ text-align:justify;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-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) {
  .text {font-size: 11px}
}

.bt {
    width: 100%;
    height: 50px;
    color: #fff;
    background: #f2184f;
    float: left;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
    border-radius: 5px;
}


.blink1{
	 
	    
		padding:   5px;	
		text-align: center;
	 
		color: white;
		animation: blink  2s linear infinite;
	}
	

.blink2{
	 
	  animation: blink  2s linear infinite;
	}
	
@keyframes blink {
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

 
 

 


.callout     {
  position: fixed;
  bottom: 15px;
  right: 10px;
  margin-left: 10px;
  max-width: 300px;
  background: #ffffff;
}

.callout-header   {
  padding: 10px 15px;
  border-radius:15px;
  font-size: 15px;
  color: blue;
  
}


.closebtn {
  position: absolute;
  top: 3px;
  right: 5px;
  color: gray;
  font-size:25px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}

 