body{
  font:15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color:#87ceeb;
}
/*Global*/

.contaner{
width: 80%;
margin: auto;
overflow: hidden;

}
ul{
  padding: 0;
  margin: 0;
}

header{
  background:#35424a;
  color:#ffffff;
  padding-top: 30px;
  min-height: 100px;
  border-bottom: #e8491d 3px solid;

}
header a{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;

}

header li{
  float: left;
  display:inline;
  padding: 0 20px 0 20px;

}
header #branding{
  float: left;
}
header #branding h1{
  margin: 0;
  padding-left:15px;
}
header nav {
  float:right;
  margin-top: 10px;
}
header .current a{
color: #e8491d;
}
header a: hover{
  color: #cccccc;
  font-weight: bold;
}

header img{
width:80px;
min-height:70px;
float:left;
padding-left: 50px;
padding-bottom: 20px;

}
/*showcase */

#showcase{
  min-height: 400px;
  background: url('../images/3.jpg') no-repeat 0 -40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#000;
  padding-top:10px;
  padding-left: 15px;
  background-color: #02302a;
}
#showcase h2{
  margin-top: 100px;
  font-size: 20px;
  margin-bottom: 10px;
  color: yellow;
}
#showcase p{
color: #fff;
}
#newsletter{
  min-height:40px;
  padding: 15px;
  color:#ff3;
  border: #24453f solid;
  background-image: url("../images/smedia.jpg");
float: right;
background-size: cover;

}
#newsletter h2{
  padding-right: 15px;
  padding-bottom: 10px;
}
#newsletter a{
  display: inline;
  padding: 0 20px 0 20px;
}

/*contact page*/

.contact{
padding: 20px;
margin: 20px;
}
.contact h2{
color: #ffff;
font-family: sans-serif;
font-stretch: semi-condensed;
}
.contact{
background-image: url("../images/draw.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.contact p{
color: yellow;
}
/* services page */

#services{
padding-left: 20px;
font:'Times New Roman';
border: #000 solid 2px;
margin:0;
background-color: #ADD8E6;
}
.slideshow-container h1{
color: blue;
}

.mySlides P{
  color: blue;
}
/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}
/* Hide slides by default */
mySlides {
display: none;
}

/* Navigation buttons */
prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
color: red;
font-weight: bold;
font-size: 18px;
user-select: none;
}

next {
right: 0;
}

prev:hover, .next:hover {
background-color: rgba(0,0,0,a);
shape-margin: 30px;
}

/* Caption text */
text {
color: #f2f2f2;
font-size: 15px;
position: absolute;
bottom: 8px;
}

/* Dots */
dot {
cursor: pointer;
}
.slideshow-container p{
margin: 0;
padding: 0;
color: yellow;
}
/*About Page*/

#about .mipla{
color: yellow;
text-decoration: underline;
}

.About h1{
color:yellow;
}
.About{
background-image: url("../images/draw2.jpeg");
background-repeat: no-repeat;
background-position:center;
background-size: cover;
color: #ffff;
}
#about{
background-color: #006994;
padding-left: 12px;
}
.ceomsg p{
padding: 0;
margin: 0;
color: #fff;
}
#ceop{
float: right;
padding: 10px;
border:10px;
}
.ceomsg img{
width: 250px;
height: 300px;
border:10px;
float: left;
}
.ceomsg h2{
color: gold;
text-align: center;
text-decoration-color: #fff;
background-color:#fff;
background-size: cover;
font-family: fantasy;
font-size: 30px;
}

/*footer*/

.foot{
float: left;
}
a:active {
background-color: yellow;
color: red;
}
 li a.current{
  color: #ffffff;
  background:#f1d74c;
}
