section {
	font-family: 'Droid Sans', sans-serif;
	margin:0 auto;
}
div.relative {
    position: relative;
    left: 705px;
	font-size: 28px;
   
}
li {
	display: inline;
	list-style-type: none;
	padding: 25px;
}
article {
	font-size: 15px;
	width:800px;    /*   decreased to 600px  */
    margin: auto;          /* added  */
 margin-left:15px;
 /*padding-left:65px;*/
}
body {
  \background-image:'texture.png'; \cssmatic.com
}
input {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px 5px;
}
1 {
	margin: auto;
}
h1 {
	font-size : 16px;
}
.text {
  position: relative;
  font-size: 15px;
  color: black;
  width: 1100px; /* Could be anything you like. */
}

.text-concat {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align:justify;
}

/* .text.ellipsis::after { */
  content: "...";
  position: absolute;
  right: -12px; 
  bottom: 4px;
}

/* Right and bottom for the psudo class are px based on various factors, font-size etc... Tweak for your own needs. */
	
	p.pic {
    width: 361px; /*must be equal to picture*/
    margin: 0 auto;
}
.mySlides{display:none}
.demo{cursor:pointer}

#partners {
  height: 210px;
  width: 10px;
  background-color:  #dcf4f5 ;
  white-space: nowrap;
  width: 100%;
  display: table;
}

.logo-image {
  vertical-align: middle;
  padding: 1px;
  display: table-cell;
}

.logo-image img {
   
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
h1 .yellow-color {
  color: red;
}