body {
  font: 15px/1.5 sans-serif, times, arial, helvetica, comic, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

/* Global */
.container {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  text-align: justify;
  overflow: hidden;
}

.container-1 {
  display: flex;
  /*
     align-items:flex-start;
     align-items:flex-end;
     align-items:center;

     flex-direction:column;
     */
}

.container-2 {
  display: flex;
  /*
     justify-content:flex-start;
     justify-content:flex-end;
     justify-content:center;
     justify-content:space-around;
     */
  justify-content: space-between;
}

.container-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-1 div, .container-2 div, .container-3 div {
  border: 1px #ccc solid;
  padding: 10px;
}

.box-1 {
  flex: 2;
  order: 2;
}

.box-2 {
  flex: 1;
  order: 1;
}

.box-3 {
  flex: 1;
  order: 3;
}

.container-2-box {
  flex-basis: 27%;
}

.container-3-box {
  flex-basis: 12%;
}
.container-4 {
  margin-left: 300px;
  margin-top: 100px;
  content: center;
  width: 70%;
  text-align: justify;
  margin-bottom: 50px;
  justify-content: space-between;
}

img, object {
  max-height: 90%;
  max-width: 90%;
  }

header ul {
  margin: 0;
  padding: 0;
}

/* header **/
header {
  background: #0a241a;
  color: #84b4fe;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 70px;
  float: none;
  border-bottom: #e8492d 3px solid;
  border-top: #e8492d 3px solid;
}

header a {
  color: #84b4fe;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arial;
  font-size: 16px;
}

header li {
  float: none;
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 10px;
}

header .highlight, header, .current a {
  color: #f49d3d;
  font-weight: bold;
  font-style: italic;
}

header a:hover {
  color: #cccccc;
}

/* Showcase */
#showcase {
  border-top: #e8492d 3px solid;

  min-height: 485px;
  background: url('../Images/Chester Fall Amtrak.png') no-repeat center;
  text-align: center;
  color: #FFFFFF;
  border-bottom: #e8492d 3px solid;
}

#showcase h1 {
  margin-top: 428px;
  font-size: 55px;
  margin-bottom: 12px;
}

#showcase h2 {
  font-size: 36px;
}

/* Boxes */
#boxes {
  margin-top: 20px;
  border-bottom: #e8492d 3px solid;
}

#boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  margin-bottom: 50px;
}

#boxes .box img {
  width: 90%;
}

/* main */
#main {
  padding: 20px;
  min-height: 20px;
  text-align: center;
  border-bottom: #e8492d 3px solid;
}

footer {
  padding: 20px;
  border-top: #e8492d 3px solid;
  margin-top: 0px;
  color: #f49d3d;
  background-color: #0a241a;
  text-align: center;
}

/* 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;
  }

  #showcase2 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;
  }

  img {
    max-width: 100%;
    border: #e8492d 0px solid;
  }
}
