/*
Theme Name: NASA Mission to Mars
Theme URI:
Author: Janetta Boone
Description: NASA mission to Mars
Version: 1.0
License: Open
Text Domain: nasa_mars
*/

@import "css/normalize.css";
@import "css/skeleton.css";

body {
  background: #000000;
}

a {
  color: #00435D;
}

h3 {
  font-family: 'Playfair Display', serif;
}

p {
  color: #908b85;
}

.container {
  background: #000000;
  padding: 20px;
}

header h1 {
  font-size: 32px;
}

header .container {
  background: #000000;
  color: white;
}

header .row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #c14225;
}

.menu-header-menu-container {
  text-align: center;
}

ul#menu-header-menu li {
  display: inline;
}

ul#menu-header-menu a {
  text-decoration: none;
  font-size: 18px;
  padding: 8px 21px;
  background: white;
  color: #fe704f;
  border-radius: 4px;
}

.mars_slider {
    position: relative;
}

.slider_caption {
    position: absolute;
    z-index: 5;
    color: white;
    border-top: white 5px solid;
    border-bottom: white 5px solid;
    font-size: 32px;
    padding: 2% 0 2% 0;
    text-align: center;
    width: 100%;
    margin: auto;
}

.column,
.columns {
    margin-left: 0%;
}

.about-us {
  padding: 65px 30px;
}

.row.interior-pages {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 724px) {
    .row.interior-pages {
        display: block;
    }
}

.bottom-left {
  margin: 20px;
}

.bottom-middle {
  margin: 20px;
}

.bottom-right {
  margin: 20px;
}

.one-half.column.posts.border{
  padding: 17px;
  border: 1px #E45641 dotted;
  border-radius: 5%;
  margin: 8px;
}

.single_post_title {
  margin-bottom: 0;
}

.post_date {
  margin-left: 10px;
}

.post_img {
  float: right;
  margin-right: 100px;
  border: 1px solid black;
}

.author_margin {
  margin-top: 10px;
}

.post-feature img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.twelve.columns.not-found {
  padding: 40px 20px 490px;
}

h3.widget-title {
  font-size: 26px;
  color: white;
  text-align: center;
}

.single-content {
  padding: 45px 60px 0 0;
}

.white {
  color: white;
}

footer .container {
  padding: 60px 35px 25px;
}

.container {
    width: inherit;
}

ul#menu-footer-menu li {
  list-style-type: none;
}

ul#menu-footer-menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

ul.products li {
    margin: 0 52px !important;
}

.twelve.columns.individual_post {
    padding: 20px 40px;
    background: #f6e7e7;
}

.twelve.columns.individual_post:nth-child(odd) {
  background: #fdc4ae;
}

iframe {
  text-align: center;
}

h2.archive-title {
  margin: 15px 20px;
  color: white;
}

p.category-label,
.post-categories {
  display: inline-block;
}

ul.post-categories {
  list-style-type: none;
  margin-bottom: 0;
}

.posts p {
  margin-bottom: 0;
}

.post-title {
  background: #6c6969;
  border-radius: 12px;
  text-align: center;
}

.post-title a {
  color: white;
  text-decoration: none;
}

h2.post_title {
  color: white;
}

.post-title h3 {
  margin: 0 0 10px 0;
  color: white;
}

.post-info {
  margin: 10px 0;
}

.post-info p {
  display: block;
  padding: 0 10px;
}

.search {
  min-height: 600px;
  padding: 25px 20px;
}
