/* Color Scheme               */
/* --pageBGColor: #f4f4f4;    */
/* --darkBGColor: #35424a;    */
/* --pageHighlight: #e8491d;  */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

/* Global */
.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.button_1 {
  height: 25px;
  background: #e8491d; /* pageHighLight */
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  text-shadow: 0.15em 0.15em 0.2em black;
}

.dark {
  float: left;
  /* padding: 10px 10px 10px 10px; */
  background: #35424a; /* darkbgcolor */
  color: #ffffff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e8491d; /* pageHighLight */
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* Header **/
header {
  background: #35424a; /* darkbgcolor */
  color: #ffffff;
  padding-top: 30px;
  min-height: 70px;
  text-shadow: 0.15em 0.15em 0.2em black;
  border-bottom: #e8491d 3px solid; /* pageHighLight */
}

header a {
  color: #ffffff;
  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;
}

header nav {
  float: right;
  margin-top: 10px;
}

header .highlight,
header .current a {
  color: #e8491d; /* pageHighLight */
  font-weight: bold;
}

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

/* Showcase */
#showcase {
  min-height: 400px;
  background: url("../img/showcase.jpg") no-repeat 0 -400px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.5em black;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 2.5em;
  margin-bottom: 10px;
}

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

/* Newsletter */
#newsletter {
  overflow: auto;
  padding: 0 0 20px 0;
  color: #ffffff;
  background: #35424a; /* darkbgcolor */
  text-shadow: 0.15em 0.15em 0.2em black;
}

#newsletter h1 {
  text-align: center;
}

#newsletter .boxes {
  width: 75%;
  margin: auto;
}

#newsletter .box1 {
  float: left;
  text-align: right;
  width: 35%;
}

#newsletter .box2 {
  float: right;
  text-align: left;
  width: 35%;
}

#newsletter ul {
  list-style: none;
}

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

#boxes h1 {
  text-align: center;
}

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

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

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

/* aside#sidebar .quote input,
aside#sidebar .quote textarea {
  width: 90%;
  padding: 5px;
} */

aside li {
  margin-left: 40px;
}

/* Main-col */
article#main-col {
  float: left;
  width: 65%;
}

/* Services */
ul#services li {
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}

footer {
  border-top: #e8491d 3px solid; /* pageHighLight */
  color: white;
  background-color: #35424a; /* darkbgcolor */
  padding-right: 10px;
  text-align: right;
  text-shadow: 0.15em 0.15em 0.2em black;
}

footer a {
  color: #e8491d; /* pageHighLight */
  text-decoration: none;
}

/* Samples Page */
.sample-text {
  width: 60%;
  margin: 10px 10px 10px 10px;
  text-align: left;
  float: left;
  /* border: #cccccc solid 1px; */
}
.sample-text .highlight {
  color: #e8491d; /* pageHighLight */
  font-weight: bold;
  text-shadow: 0.15em 0.15em 0.2em black;
}

.sample-img {
  /* height: 80% */
  margin: 10px 10px 10px 10px;
  float: right;
  /* border: #cccccc solid 1px; */
}

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

  aside#sidebar ul {
    list-style: none;
  }

  #boxes .box {
    width: 95%;
  }

  header {
    padding-bottom: 20px;
  }

  #showcase h1 {
    margin-top: 30px;
  }
}
