/*
  K-CONSULT, INC. 2016 - CASCADING STYLE SHEET / DESIGNER & DEVELOPER BILL PHAN
*/

/* -------------------- GENERAL STYLES -------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration: none;
}

hr {
  border: 0;
  width: 75%;
  padding: 0;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.min-wrapper {
  margin: 0 auto;
  max-width: 1024px;
}

::selection {
  background: #cccccc;
}

/* -------------------- HEADER STYLES -------------------- */

.header {
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  font-size: 1em;
  position: fixed;
  background: rgba(0,0,0,0.50);
  transition: top 0.2s ease-in-out;
}

.header a {
  color: #ffffff;
  cursor: pointer;
  font-family: 'Lato';
  letter-spacing: 5px;
  transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out; 
  -webkit-transition: 0.25s ease-in-out;
}

.header a:hover {
  opacity: 0.5;
}

.nav-up {
  top: -60px;
}

.logo {
  float: left;
  font-size: 19px;
  font-weight: 300;
  padding-top: 18px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.nav ul {
  padding-top: 20px;
  text-align: right;
  list-style-type: none;
}

.nav ul li {
  font-size: 14px;
  display: inline;
  font-weight: 300;
  margin-left: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* -------------------- MAIN BODY CONTENT -------------------- */

.content {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 75px;
}

/* -------------------- BANNER INFORMATION -------------------- */

.banner-info {
  width: 1024px;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.banner-info h1 {
  color: #fff;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 300;
  padding: 75px 0 0 0;
}

.banner-info p {
  width: 700px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  padding: 15px 0 15px 0;
}

/* --------------------  INDEX PAGE -------------------- */

.index {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 75px 0 75px 0;
}

/*FOR INDEX & ABOUT PAGE ONLY*/
.index-banner hr {
  margin-left: 0
}

.index h1 {
  color: #000000;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 300;
  padding: 0px 0 10px 0;
}

.index p {
  width: 100%;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0 25px 0;
}

/* --------------------  ABOUT PAGE -------------------- */

.about {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 75px 0 75px 0;
}

.about-banner hr {
  margin-left: 0
}

.about h1 {
  color: #000000;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 300;
  padding: 0px 0 10px 0;
}

.about p {
  width: 100%;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0 25px 0;
}

.about-text {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

/* -------------------- SERVICES PAGE -------------------- */

.services-banner-info h1 {
  text-align: center;
}

.services-banner-info hr {
  width: 50%;
}

.services-banner-info p {
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.services {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 125px;
}

.services h1 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.services img {
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}

.phases {
  width: 75%;
  display: block;
  margin: 0 auto;
  padding: 25px 0 25px 0;
}

.phases h2 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
  font-family: lato;
  font-style: italic;
  letter-spacing: 1px;
}

.phases span {
  width: 80%;
  color: #000;
  float: right;
  display: block;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
}

/* -------------------- CLIENTS PAGE -------------------- */

.clients-banner-info h1 {
  text-align: center;
}

.clients-banner-info hr {
  width: 50%;
}

.clients-banner-info p {
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.clients {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.clients iframe {
  width: 80%;
  height: 900px;
  display: block;
  margin: 0 auto;
  padding-top: 75px;
  border: 0px solid #E5E5E5;
}

/* -------------------- CONTACT PAGE -------------------- */

.contact-banner-info h1 {
  text-align: center;
}

.contact-banner-info hr {
  width: 50%;
}

.contact-banner-info p {
  width: 65%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.contact {
  width: 100%;
  margin: 75px 0px;
}

/*CONTACT FORM STYLING*/

.contact-form {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-form h1 {
  font-size: 32px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 10px;
  text-transform: normal;
}

.contact-form p {
  padding: 10px 0px;
}

input, textarea {
  width: 240px;
  padding: 10px;
  color: #999999;
  margin: 0px 0px;
  border: 1px solid #E5E5E5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;   
}

textarea, select {
  width: 500px;
  height: 150px;
  max-width: 500px;
  line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  border-color: 1px solid #C9C9C9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px; 
}

.form label {
  color: #999999;
  margin-left: 10px;
}

.submit input {
  width: 500px; 
  height: 40px;
  color: #FFFFFF;
  background-color: #9f9f9f; 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;   
}

.comments {
  clear: both;
}

.contact-col-left {
  float: left;
}

.contact-col-right {
  float: right;
}

/*END CONTACT FORM*/

hr.contact-hr {
  border: 0;
  width: 100%;
  padding: 0;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}

.contact-info {
  width: 500px;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0px 50px 0px;
}

.contact-info h1 {
  font-size: 21px;
  padding-top: 25px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.contact-info h2 {
  float: left;
  font-size: 21px;
  padding-top: 10px;
  padding-right: 10px;
}

.contact-info p {
  font-size: 21px;
  overflow: hidden;
  font-weight: 200;
  padding-top: 10px;
}

.contact-info p.directions {
  color: #aeaeae;
  font-size: 21px;
  font-weight: 200;
  padding-top: 20px;
}

.contact-info iframe {
  width: 500px;
  height: 350px;
  display: block;
  margin: 0 auto;
  border: 0px solid #E5E5E5;
}

/* GOOGLE MAP CANVAS */

#map-canvas {
  width: 500px;
  height: 320px;
  display: block;
  margin: 0 auto;
  /*margin-top: 25px;*/
  border: 1px solid #735c4e;
}

/* -------------------- FOOTER -------------------- */

/* To make sticky footer set padding-bottom to content equal to footer height.*/

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  opacity: 0.9;
  position: absolute;
  background: #ffffff;
  border-top: 1px solid #e5e8ec;
}

.footer p {
  color: black;
  font-size: 11px;
  font-weight: 400;
  padding-top: 29px;
  text-align: center;
  letter-spacing: 3px;
  font-family: 'Lato', sans-serif;
}

/* --------------------------- COLORS & ANIMATIONS ---------------------------*/

/* ANIMATED UNDERLINE */

a.active {
  color: #ffffff;
}

.cmn-t-underline {
  color: #ffffff;
  position: relative;
}

.cmn-t-underline:after {
  width: 0;
  left: 12px;
  content: "";
  height: 3px;
  bottom: -21px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cmn-t-underline:hover {
  color: #aeaeae;
}

.cmn-t-underline:hover:after {
  width: 100%;
}

/* BUTTON STYLE */

button {
  height: 50px;
  width: 225px;
  color: #0f0f0f;
  cursor: pointer;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  background: #ffffff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition-duration: .25s;
  transition-property: background;
  transition-timing-function: linear;
}

button:hover {
  color: #fff;
  background: #aeaeae;
}
