/*
 Theme Name:   Flat-Theme Child
 Theme URI:    http://rosasharnfarm.com
 Description:  Flat-Theme Child Theme
 Author:       Acorn Trail Designs
 Author URI:   http://rosasharnfarm.com
 Template:     flat-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         iamagoat
 Text Domain:  flat-theme-child
*/

.goat {
  background-color: #ecf0f1;
  color: #34495e;
}

.goat h1,
.goat h2,
.goat h3,
.goat h4,
.goat h5,
.goat h6 {
  color: #34495e;
}

.buck {
  background-color: #bdc3c7;
  color: #34495e;
}

.buck h1,
.buck h2,
.buck h3,
.buck h4,
.buck h5,
.buck h6 {
  color: #34495e;
}

.clouds h1,
.clouds h2,
.clouds h3,
.clouds h4,
.clouds h5,
.clouds h6 {
  color: #34495e;
}

.nav-main {
  width: 100%;
  margin-top: 0px;
}

.page-title {
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding: 30px 75px;
  postiton: fixed;
}

.container {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  overflow: auto;
}

.img-goat {
  width: 300px;
  margin-right: 15px;
  float: left;
}

.img-udder {
  width: 150px;
  margin-left: 15px;
  float: right;
}

.clearfix {
  overflow: auto;
}

table {
  width: 100%;
}

td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

thead {
  font-weight: bold;
  color: #ecf0f1;
  background-color: #34495e;
}

tr {
  border-bottom: 1px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
}

tr:hover {
  background-color: #bdc3c7;
}

figure {
  display: table;
  background-color: #ecf0f1;
  text-align: center;
  font-size: smaller;
  margin: 10px;
  padding: 3px;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: #ecf0f1;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  float: none;
}

a {
  color: #323388;
}

a:hover {
  font-weight: bold;
  color: #323388;
}

.carousel-inner img {
  max-height: 500px;
  width: auto;
}

#copyright {
  color: #bdc3c7;
}