body{
font: 15px/1.5 Arial, Helvetica, sans-serif;
padding:0;
margin: 0;
background-color: #f4f4f4;
}
/*global*/
.container{
width: 90%;
margin: auto;
overflow:hidden;
}
ul{
margin: 0;
padding: 0;
}
.button_1{
 height: 38px;
 background:#E8491D;
 border:0;
 padding-left: 20PX;
 padding-right: 20px;
 color: #ffffff;
}
/*header*/
header{
background:#000;
color:yellow;
padding-top:30px;
min-height: 60px;
border-bottom: #e8491d 3px solid;
}
img#logo{
width: 140px;
height: 140px;
margin: 2px;
padding: 2px;
}
 header a{
 color: yellow;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 16px;
 }
 header ul{
  margin: 0;
  padding: 0;
 }
header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}
header #branding{
float: left;
height:auto;
padding: 0;
}
header nav{
float: right;
margin-top: 10px;
}
li.current a{
color:#e8491d;
font-weight: bold;
}
.container a:hover{
  color:#cccccc;
  font-weight: bold;
}
.sub-menu-1{
display: none;
}
.sub-menu-1 .container a: hover{
display: block;
position: absolute;
background:rgb(0, 100, 0);
margin-top: 15px;
margin-bottom: -15px;
}
/*showcase*/
#showcase{
  min-height: 400px;
  height: 90%;
  background:linear-gradient(rgba(180,200,150,0.5), rgba(180,200,150,0.3)), url('../img/showcase.jpg');
  background-position: center;
  background-repeat:no-repeat;
  background-blend-mode: darken;
  background-clip: border-box;
  background-size: cover;
  color: yellow;
  text-align: center;
}
#showcase h1{
margin-top: 100px;
font-size: 55px;
margin-bottom: 10px;
}
#showcase p{
  font-size: 20px;
}
/*newletter*/
#newsletter{
padding: 15px;
color: #ffffff;
background-color: #35424a;
}
#newsletter h1{
  float:left;
}
#newsletter form{
  float: right;
  margin-top: 15px;
}
#newsletter input[type="email"]{
padding: 4px;
height:25px;
width: 250px;
}
/*article*/
article p{
padding:0;
margin: 0;
}
article h3{
padding: 2px;
margin: 2px;
}
article ul#bdesign1{
font-style: italic;
font-family:monospace;
color:gold;
}
article img{
width:800px;
height: 300px;
padding-left: 100px;
}
article ul p{
padding-left:10px;
}
.building{
text-align: left;
background:#088;
color:#fff;
padding:5px;
}
/*boxes*/
#boxes .box{
  float:left;
  text-align: center;
  width: 30%;
  padding: 10px;
}
#boxes .box img{
width: 300px;
height:300px;
padding:5px;
margin: 2px;
}
/*sidebar*/
aside #sidebar{
margin-top: 3px;
}
.page-title{
  font-size: 20px;
font-weight: bolder;
text-align: center;
color: green;
}
aside #mission{
float:left;
width:60%;
background:#350f4e;
color:#fffeee;
margin:5px;
padding:5px;
}
aside #vision{
float: right;
width: 30%;
background:#350f4e;
color:#fffeee;
margin:5px;
padding: 5px;
}
aside#services{
float: left;
padding:5px;
width: 80%;
margin: 5px;
border:2px solid;
}

aside.quotation  .quote input, aside.quotation  .quote textarea{
width: 90%;
padding: 5px;
}
aside h3{
text-align: center;
}
ul#services{
list-style: none;
padding: 20px;
border:#cccccc solid 1px;
margin-bottom: 5px;
background:#e6e6e6;
font-weight: bolder;
text-decoration: none;
}
.address{
width: 400px;
background-image:linear-gradient(rgba(180,200,150,0.5), rgba(180,200,150,0.3)), url('../img/adbground.jpg');
text-align: center;
background-repeat: no-repeat;
background-size: cover;
margin: 5px;
padding: 2px;
}
.address p{
color: #ffffff;
margin: 0;
padding: 0;
}
aside a.li{
color: #0ee4ff;
}
.dark{
  float: left;
width:250px;
height:260px;
padding: 15px;
background:#35424a;
color: #ffffff;
margin-left:5px;
margin-right: 2px;
margin-top: 10px;
margin-bottom: 10px;
}
article.projects{
padding-top: 15px;
margin-top: 15px;
}
.jobs{
width: 70%;
}
.jobs img{
width:400px;
}
.wrapper{
float: right;
padding-right:5px;
margin-right: 5px;
}
.wrapper .icon{
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}
.wrapper .tooltip {
  position: absolute;
  margin-left: 5px;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #000;
  padding: 2px 5px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.wrapper .linkedin:hover,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}
#news{
background:#0e0e0e;
color: yellow;
}
#news h1{
padding: 5px;
}
#news h3{
font-family: sans-serif;
color: #fff;
padding-left:5px;
}
#news a{
color: #fff;
padding-left: 5px;
}
#news .news1{
  float:left;
  text-align: center;
  width: 30%;
  padding: 10px;
}
#news .news1 img{
width: 300px;
height:300px;
padding:5px;
margin: 2px;
}
footer{
height:70px;
padding-top:0;
margin-top:0;
color: #ffffff;
background-color: green;
text-align: center;
}
footer .copyright{
float: left;
padding-left: 5px;
margin-right:5px;
}
footer h3{
float: left;
margin-right: 5px;
}
/* Media Queries */
@media(max-width: 900px){
header#branding,
header nav li,
#newsletter h1,
#newsletter form,
#boxes .box, article#main-col, aside.social, #news .news1{
float:none;
text-align:center;
width: 100%;

}
header{
padding-bottom: 20px;

}
#showcase{
min-height:200px;
background-size:cover;

}
#showcase h1{
margin-top: 5px;
margin-bottom:5px;
font-size: 40px;
}
#newsletter button{
display: block;
width:100%;
}
article img{
padding: 0;
margin: 0;
width:auto;
}
#newsletter form input[type ="email"]{
width: 100%;
margin-bottom:5px;
}
p{
font-size: 13px;
}
  }
