html {
    background:  url('../img/background.jpg');
    font-family: 'Minion Pro', Times, serif;
    font-size:   110%;
    color:       #333;
}

figure {
    text-align: center;
}

figure img {
    max-width: 100%;
}

img {
    max-width: 100%;
}

a {
    color: #75469e;
}

body {
    color: #333;
    margin: 0;
}

h1 {
    width:    400px;
    margin: auto;
    text-align: center;
    margin-top: 33.5px;
}

.logo {
    position: relative;
    z-index: 5;
}

.container {
    box-sizing:     border-box;
    position:       relative;
    background:     white;
    margin-top:     -125.5px;
    margin-left:    auto;
    margin-right:   auto;
    padding:        25px;
    min-height:     500px;
    width:          1024px;
    -webkit-filter: drop-shadow(4px 4px 0 #8157a7);
}

.container-top-scoops {
    width:    1024px;
    height:   30px;
    position: absolute;
    top:      -30px;
    left:     0;
    z-index:  0;
}

.container-top-scoops path {
    fill: white;
}

.container-bottom-scoops {
    width:    1024px;
    height:   30px;
    position: absolute;
    bottom:   -30px;
    left:     0;
    z-index:  0;
}

.container-bottom-scoops path {
    fill: white;
}

nav {
    float: left;
    position: relative;
    z-index: 6;
    margin-top: 75px;
}

nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav ul li {
    margin: 0px;
    padding: 0px;
    font-size: 135%;
    margin-bottom: 10px;
}

nav ul li a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

main {
    margin-left: 150px;
    margin-top: 100px;
}

.home-img {
    float: right;
    margin-top: -50px;
    margin-left: 50px;
}

.welcome-text {
    padding-top: 30px;
    font-size: 120%;
    text-align: center;
    line-height: 150%;
}

.recipe-thumbs figure {
    width: 40%;
    display: inline-block;
}

.recipe-thumbs figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.recipe-thumbs figure figcaption {
    text-align: center;
}

.recipe-pic {
    float: right;
    max-width: 300px;
    margin-left: 10px;
}

article header h2 {
    font-size: 35pt;
    margin-top: 0;
    margin-bottom: -25px;
}

article header p {
    font-size: 17pt;
    margin-bottom: 0px;
}

article:last-of-type {
    border-bottom: none;
}

article {
    margin-bottom: 60px;
    border-bottom: 3px dashed;
    padding-bottom: 40px;
    margin-right: 80px;
}

.article-fig {
    text-align: center;
}

.article-fig img {
    max-width: 100%;
}

.things-to-do h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 25px;
}

.things-to-do ul {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.things-to-do li {
   list-style: none;
}

.schedule h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 25px;
}

.schedule ul {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.schedule li {
   list-style: none;
}


.image-grid figure {
  display: inline-block;
  margin: 0;
}

.image-grid figure img {
  height: 200px;
}

/* TABLE STUFF */

table, th, td {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid green;
}

tr td:nth-of-type(1) {
    width: 200px;
}

tr td:nth-of-type(2) {
    width: 500px;
}

tr:nth-of-type(2n+1) {
    background: #F5F8FF;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

caption {
    font-size: 20pt;
    font-style: italic;
}

.back-to-previous-page-container {
    margin-top: 50px;
}

/* SPECIFICATIONS STUFF */

.specifications-header {
    font-size: 23pt;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}

.specifications-list,
.specifications-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.specifications-list {
  margin: 2em 0;
}

.specifications-list li {
  margin: 1em;
  margin-left: 3em;
}

.specifications-list li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #30C14F;
}

.hana-spinner {
  width: 100px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
