body {
  font: 15px/1 times, arial, helvetica, comic, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #cccccc;
}

/* Global */
.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
  text-align: justify;
}

img, object {
  max-height: 90%;
  max-width: 90%;
}

header ul {
  margin: 0;
  padding: 0;
}

/* header **/
header {
  background: #002c3b;
  color: #84b4fe;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 70px;
  float: none;
  border-bottom: #db332e 3px solid;
  border-top: #002c3b 6px solid;
}

header a {
  color: #84b4fe;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arial;
  font-size: 20px;
}

header li {
  float: none;
  display: inline;
  padding: 0 40px 0 40px;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: none;
  margin-top: 10px;
}

header .highlight, header, .current a {
  color: #cccccc;
  font-weight: bold;
  font-style: italic;
}

header a:hover {
  color: #cccccc;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

/* Showcase */
#showcase {
  min-height: 400px;
  background: url('../Images/Keystone Arches--cool photo.jpg') no-repeat center;
  text-align: center;
  color: #84b4fe;
  border-bottom: #db332e 3px solid;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p {
  font-size: 36px;
}

/* Boxes */
#boxes {
  margin-top: 0px;
}

#boxes p {
  float: left;
  font-size: 24px;
  font-weight: bold;
}

#boxes .box {
  text-align: center;
  max-width: 100%;
  border-bottom: #e8492d 3px solid;
}

footer {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #84b4fe;
  background-color: #002c3b;
  text-align: center;
  border-top: #db332e 3px solid;
  border-bottom: #db332e 3px solid;
}

/* Media Queries */
@media(max-width: 768px) {

  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
  }

  header {
    padding-bottom: 20px;
  }

  #showcase h1 {
    margin-top: 40px;
  }

  #newsletter button, .quote button {
    display: block;
    width: 100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea {
    width: 100%;
    margin-bottom: 5px;
  }
}
