
/*
#2DB200 - Green
#F47A00 - Orange
#C9171E - Red
#000000 - Black
 */

@import url("https://use.typekit.net/mzc5rvt.css");

p {
  margin-top: 0;
  margin-bottom: 1em;
  color: #222222;
  font-size: 1.1em;
  text-align: justify;
}

body {
  width: 100%;
  font-family: "arno-pro", serif;
  margin-top: 60px;
  /* padding-bottom: 6em; */
}

nav {
  background-color: #2DB200;
  border-bottom: solid #002200 1px;
  text-align: center;
  padding: 0.2em;
  width: 200px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

header {
  margin-bottom: 30px;
}

h1 {
  font-family: "gastromond", sans-serif;
  font-weight: lighter;
  font-size: 2em;
  text-transform: capitalize;
  margin: 0;
}

h2 {
  font-family: "gastromond", sans-serif;
  font-weight: lighter;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 0.5em;
}

.subTitle:before {
  content: "- ";
}

.subTitle {
  text-align: right;
  font-weight: bolder;
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-right: 1em;
}

article {
  padding: 0 1em;
  max-width: 700px;
  margin: 0 auto;
}

h3.manipulatableFactor:before {
  content: "\2714";
  color: #2DB200;
}

h3.unmanipulatableFactor:before {
  content: "\2716";
  color: #C9171E;
}

h3 {
  text-align: center;
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  clear: both;
}


a.linkToTop {
  text-decoration: none;
  color: #FFFFFF;
}

a.linkToTop:hover {
  text-decoration: underline;
}


a.link:before {
  content: "LINK: ";
}

a.link {
  text-decoration: none;
  display: block;
  margin: 1em 1em;
}

a.link:hover {
  text-decoration: underline;
}

.upperCase {
  font-weight: normal;
  text-transform: uppercase;
}


.uncannyValley h3 {
  color: #C9171E;
}

.uncannyValley {
  /* border-left: solid #C9171E 1px; */
  /* margin: 0 2em; */
  /* padding-left: 10px; */
}

.uncannyValley h3 {
  font-style: italic;
}

.imgManipulatable {
  display: inline-block;
  width: 150px;
  vertical-align: text-bottom;
}

.canManipulate {
  display: inline-block;
  margin-right: 20px;
  max-width: 500px;
}

footer {
  margin-top: 3em;
  margin-bottom: 1em;
  text-align: center;
  color: #555555;
}

/* Support for mobile */
@media (max-width: 700px) {
  .imgManipulatable {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .canManipulate {
    display: block;
    margin-right: 0;
    max-width: 100%;
  }

  .subTitle {
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    margin-top: 0.5 auto;
  }

  .subTitle:before {
    content: none;
  }

  a.link {
    margin: 1em auto;
    text-align: center;
  }

  body {
      padding-bottom: 0;
  }

  nav {
    width: 100%;
  }
}
