html{
  position: relative;
  min-height: 100%;
}


body{
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding:0;
  margin:0 0 50px;
  background-color:"#f4f4f4";
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
  position: relative;
  min-height: 100%;
}

.page-title{
  font-size: 30px;
  color:#336699;
  letter-spacing: 3px;
  text-align: center;
}

.sideimage{
  float:left;
  padding:25px;
  margin-top:75px;
}


header ul{
  margin:0;
  padding:0;
}


.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

.contact{
  padding:15px;

}

.subtitle{
  font-size: 17px;
}

.project{
  padding:20px;
  border: #cccccc solid 1px;
  background:#e6e6e6;
  margin-top: 10px;
}

.boxs{
  float: left;
  width:30%;
  padding: 20px;
}

/* Header **/
header{
  background:#336699;
  padding-top:30px;
  min-height:70px;
  border-bottom:#000000 3px solid;
}

header a{
  color:#000000;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
  color: #000000;
}

header .nav{
  float: right;
  margin-top:10px;
  margin-right: 0;
  color:#000000;
}

header .highlight{
  color:#ffffff;
  font-weight:bold;
  letter-spacing: 3px;
}

header .current a{
  color:#ffffff;
  font-weight:bold;
}

header a:hover{
  color:#ffffff;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:400px;
  background:url('../img/showcase.jpg') no-repeat 100% -300px;
  max-width: 100%;
  text-align: right;
  background-size: 1600px 1037px;
}

#showcase h1{
  margin-top:200px;
  font-size:55px;
  margin-bottom:0px;
  color:#000000;
}


#showcase p{
  font-size:20px;
  color:#336699;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color: #ffffff;
  background:#336699;
  margin-top: 0px;
  border-top: #000000 3px solid;
}


/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align:center;
  width:23%;
  padding:10px;
}

#boxes .box img{
  width:90px;
  height: 70px;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

/* Main-col */
article#main-col{
  margin-top: 75px;
  text-align: center;
/*  width:50%;*/
  margin-right: 25%;
/*  margin-left: 25%;*/
  margin-bottom: 70px;
}

footer{
  margin-top:20px;
  color:#ffffff;
  background-color:#000000;
  text-align:center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  overflow:hidden;
}


/* Contact */
ul#contact li{
  list-style: none;
  padding:20px;
  border: #000000 solid 1px;
  margin-bottom:5px;
  background:#E0F2F7;
}

/* Media Queries */
@media(max-width: 1024px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  .pagetitle,
  .sideimage,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }


ul#contact li{
  width:50%;
  text-align:center;
  float:none;
  margin-left: 15%;
}

header{
    padding-bottom:20px;
  }

#showcase {
    background-position: -300px -300px;
    font-size: 40px;
    text-align: right;
  }

#showcase h1{
  visibility: hidden;
}

#boxes .box{
  overflow:visible;
  padding: 10px 0px
  /*width:80%;
  text-align: center;
  float: center*/
}

ul#contact li{
  background: #ffffff;
  border:#ffffff;
}

#newsletter button, .quote button{
    display:block;
    width:100%;
  }

#newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}
