html,
body,
input,
button,
select,
textarea {
  font: 16px/1.5 "Source Sans Pro", Helvetica, arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  font-weight: 500;
  margin-top: 40px;
  color: #696966;
}

a,
a:visited {
  color: #36A1B0;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #1E5A62;
}

pre,
code {
  font-family: Monaco, Menlo, monospace;
  padding: 5px 10px;
  background-color: #f8f8f4;
  overflow: scroll;
  border-radius: 2px;
  font-size: 90%;
}

hr {
  border-top: 1px solid #f2f2f0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 20px 0 30px 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


/*
*
* COLORS
*
*/

.light-orange {
  color: #F1B031;
}

.dark-orange {
  color: #EC553B;
}

.blue {
  color: #89D2DB;
}

.blue-bg {
  background-color: #89D2DB;
}


/*
*
* HEADER
*
*/

header {
  padding: 22px 0px 25px 0px;
}


/*
*
* SITE
*
*/

.site-title {
  text-transform: lowercase;
  letter-spacing: -0.03em;
  font-size: 1.6em;
  text-align: center;
}

.site-description {
  text-transform: uppercase;
  color: #acacaa;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding-top: 12px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .site-title {
    float: left;
    margin-right: 20px;
  }

  .site-description {
    float: left;
  }
}


/*
*
* TOP NAV
*
*/

.top-nav {
  text-align: center;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  font-size: .9em;
}

@media only screen and (min-width: 600px) {
  .top-nav {
    float: right;
    text-align: left;
  }
}

.top-nav li {
  display: inline-block;
  margin-left: 8px;
}


/*
*
* BANNER
*
*/

.banner {
  text-align: center;
  color: #fff;
  padding: 40px 10px 35px 10px;
  background: url(../img/pizza.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner h1 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

/*
*
* FOOTER
*
*/

footer {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #f2f2f0;
  padding-top: 40px;
}

.footer-links {
  margin: 0px;
  padding: 0px;
}

.footer-links li {
  margin: 0px 4px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
}


/*
*
* FORMS
*
*/

input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #efefef;
  padding: 10px 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 300px;
  height: 45px;
}

button,
.button,
input[type="submit"] {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  background-color: #EC553B;
  color: #fefefa;
  border-radius: 3px;
  border: 1px solid #EC553B;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 10px;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  -webkit-appearance: none;
}


.icon:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #C82F14;
  border-color: #C82F14;
  color: #fff;
}


a.button {
  padding: 11px 10px 10px 10px;
}


a.button:hover {
  text-decoration: none;
}


/*
*
* NEWSLETTER
*
*/

#newsletter {
  text-align: center;
  padding-top: 50px;
}

#newsletter h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
}


/*
*
* LAYOUT
*
*/

.container {
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
}


/*
*
* PAGES
*
*/

.page {
  padding-top: 60px;
}

.page > h1 {
  text-align: center;
  font-size: 30px;
  color: #646462;
}

.page > hr {
  margin: 20px 40%;
  border-top: 1px solid #FDF0D9;
}

.main-content {
  padding: 25px;
  width: 100%;
  margin: 0px auto;
}

.main-content p {
  font-size: 16px;
  font-family: Lora, Georgia, serif;
  color: #555;
  text-align: justify;
  line-height: 1.7;
}

.main-content li {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.main-content h2 {
  margin-top: 35px;
  font-weight: 500;
  color: #696966;
}

h2.post-title {
  font-size: 25px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
}

img.author {
  border: 1px solid #ECECEC;
  border-radius: 500px;
  float: right;
  width: 130px;
  height: auto;
  margin: 0px 0px 20px 20px;
}

@media only screen and (min-width: 600px) {
  h2.post-title {
    font-size: 30px;
  }
}

h2.post-title a,
h2.post-title a:visited {
  color: #727270;
}

h2.post-title a:hover,
h2.post-title a:focus {
  color: #323230;
}

.post-meta {
  font-size: .8em;
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
  color: #c2c2c0;
}

.posts .post-meta {
  text-align: left;
}

.posts.recent h2 {
  margin-bottom: 25px;
  text-align: center;
  font-family: Lora, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #646460;
  font-size: 20px;
}

.posts.recent h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-right: 10px;
}

.post.teaser a {
  color: #666;
}

.post.teaser a:hover,
.post.teaser a:hover h3 {
  color: #333;
}

h3.post-title a,
h3.post-title a:visited {
  color: #727270;
}

h3.post-title a:hover,
h3.post-title a:focus {
  color: #323230;
}

.author-bio {
  font-style: italic;
  margin-top: 100px;
}

/*
*
* TABLET
*
*/

@media only screen and (min-width: 720px) {
  .container {
    width: 680px;
  }

  .main-content {
    width: 600px;
  }

  .banner {
    padding: 170px 10px 145px 10px;
  }

}


/*
*
* DESKTOP
*
*/

@media only screen and (min-width: 1000px) {
  .container {
    width: 960px;
  }


}

/* clearfix */
.container:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  *zoom: 1;
}
