/* Colors */
/* Fonts */
@font-face {
  font-family: Ngarl;
  src: url("Ngarl.ttf"); }
/* These are the general selectors for the entire pages! */
body, .back {
  color: #4B490B;
  font-family: "gilda display", serif; }
  body p, body span, .back p, .back span {
    font-size: 1em;
    line-height: 1.4em; }

h2 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #757449;
  color: #757449;
  font-family: "quicksand", "helvetica neue", helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1em; }

li {
  list-style-type: none; }

a {
  border-bottom: 1px dotted #dbd9d4;
  text-decoration: none; }

a:link {
  color: #FF0051;
  transition: background-color 1s ease; }

a:visited {
  color: #FF0051; }

a:hover {
  background-color: #EBE54D;
  color: #FF0051; }

.yellow-back {
  padding: 0 3px 0 7px;
  background-color: #EBE54D;
  transition: background-color 1s ease; }

.yellow-back:hover {
  background-color: #F4F2F0; }

.light-green {
  color: #757449; }

.pink {
  color: #FF0051; }

.italic {
  font-style: italic; }

/* These are the Divs! */
/*===WRAPPER===*/
.wrapper {
  margin: 10px;
  padding: 20px 5px;
  -moz-box-shadow: 0 0 7px #757449;
  -webkit-box-shadow: 0 0 7px #757449;
  box-shadow: 0 0 7px #757449;
  background-color: #F4F2F0; }

.back {
  background-image: url("../images/backgrounds/greyfloral/greyfloral.png");
  background-repeat: repeat; }

/*===TITLE BAR===*/
.header-content {
  color: #757449;
  font-size: 0.9em;
  font-family: "gilda display", serif; }
  .header-content span {
    line-height: 1em; }

.title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Ngarl", "helvetica neue", helvetica, sans-serif;
  font-size: 2.8em;
  font-weight: normal; }
  .title a {
    border-bottom: none;
    transition: none; }
  .title a:hover {
    background-color: #F4F2F0; }

#by {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.75em; }

#menu {
  position: absolute;
  top: 35px;
  right: 20px;
  margin-bottom: 10px;
  font-family: "quicksand", "helvetica neue", helvetica, sans-serif;
  font-size: 1.2em;
  letter-spacing: -1px;
  text-align: right; }
  #menu a {
    padding: 3px 5px; }

/*===NAVIGATION===*/
.nav {
  margin-top: 14px;
  font-family: "quicksand", "helvetica neue", helvetica, sans-serif;
  text-align: right; }
  .nav ul {
    margin: 0;
    padding-left: 0; }
  .nav li {
    display: inline-block;
    font-size: 1.1em; }
    .nav li a {
      padding: 5px;
      border-bottom: none;
      color: #4B490B;
      transition: background-color 0.5s ease, color 0.5s ease; }
    .nav li a:hover {
      background-color: #EBE54D;
      color: #FF0051; }

/*===INFO===*/
#about {
  margin: 0;
  padding: 10px 0 20px 0;
  border-bottom: 3px double #757449;
  color: #4B490B;
  font-family: "gilda display", serif;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left; }

#jenn {
  float: left;
  max-width: 150px;
  margin: 25px 20px 10px 0;
  padding-bottom: 35px;
  border-radius: 50%; }

.project-desc {
  visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  color: #4B490B;
  text-align: center;
  transition: visibility 0s ease, background-color 0.5s ease; }
  .project-desc h4 {
    margin: 5px 0;
    font-family: "quicksand", "helvetica neue", helvetica, sans-serif; }
  .project-desc span {
    font-size: 0.9em; }

#web-grid li {
  position: relative; }
  #web-grid li img {
    border: 1px solid #dbd9d4; }
#web-grid li:hover .project-desc {
  visibility: visible;
  background-color: rgba(235, 229, 77, 0.95); }

#creative-grid li {
  position: relative; }
  #creative-grid li img {
    border: 1px solid #dbd9d4; }
#creative-grid li:hover .project-desc {
  visibility: visible;
  background-color: rgba(235, 229, 77, 0.95); }

#press h3 {
  margin-top: 15px;
  font-family: "quicksand", "helvetica neue", helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
#press ul {
  padding-left: 0; }
  #press ul li {
    margin-bottom: 15px;
    font-family: "gilda display", serif; }
    #press ul li a {
      line-height: 1.4em;
      transition: background-color 0.5s ease; }
    #press ul li a:hover {
      background-color: #EBE54D; }
#press .with {
  display: inline-block;
  margin-top: 5px;
  font-family: "gilda display", serif;
  font-size: 0.8em;
  font-style: italic; }

.project-images img {
  display: block;
  margin: 10px auto; }

.note {
  font-size: 0.85em !important; }

/*===FOOTER===*/
.footer {
  clear: both;
  font-size: 12px;
  text-align: right;
  color: #757449;
  font-family: "quicksand", "helvetica neue", helvetica, sans-serif;
  padding: 10px; }

/* media queries! */
@media only screen and (min-width: 100em) {
  .wrapper {
    margin: 40px 20%;
    padding: 35px; } }
@media only screen and (min-width: 80em) and (max-width: 100em) {
  .wrapper {
    margin: 40px 15%;
    padding: 35px; } }
@media only screen and (min-width: 60em) and (max-width: 80em) {
  .wrapper {
    margin: 40px 10%;
    padding: 35px; } }
@media only screen and (min-width: 60em) {
  h2 {
    font-size: 1.5em;
    text-align: left; }

  .title {
    font-size: 4em; }

  #by {
    margin-top: 0;
    font-size: 0.9em;
    letter-spacing: -0.5px; }

  .nav {
    margin-top: 25px; }
    .nav li {
      font-size: 1.4em; }

  #about {
    margin: 10px 0;
    padding: 10px 0 25px 0;
    text-align: justify; }

  #jenn {
    margin: 20px 20px 10px 0;
    border-radius: 50%; } }
@media only screen and (min-width: 50em) {
  .project-desc {
    padding: 10px 15px; }
    .project-desc h4 {
      margin: 10px 0;
      font-size: 1.1em; }
    .project-desc span {
      font-size: 1em; } }
@media only screen and (min-width: 52em) and (max-width: 60em) {
  h2 {
    font-size: 1.25em;
    text-align: left; }

  .wrapper {
    margin: 25px;
    padding: 25px; }

  .title {
    font-size: 3.5em; }

  #by {
    font-size: 0.9em;
    letter-spacing: 0; }

  .nav {
    margin-top: 20px; }
    .nav li {
      font-size: 1.2em; } }
@media only screen and (min-width: 40em) and (max-width: 52em) {
  h2 {
    font-size: 1.25em;
    text-align: left; } }

/*# sourceMappingURL=style.css.map */
