@charset "UTF-8";
body {
  font-family: 'Crimson Text', serif;
  font-size: 1.25rem;
  color: #333;
  background: url("../images/bg.jpg") no-repeat left center fixed;
  background-size: contain; }

a, a:visited, a:active, a:focus {
  color: #555;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

a:focus {
  color: #555; }

a:hover {
  color: #000; }

a, a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none; }

p {
  text-align: justify;
  line-height: 1.8; }

p a {
  border-bottom: 1px dotted #555; }

p a:hover {
  border-bottom: 1px solid #000; }

blockquote {
  background-color: #f5f5f5;
  border-left: 3px solid #555;
  padding: 30px; }

.gutter {
  display: none; }

.highlight {
  background-color: #f5f5f5;
  padding: 30px; }

/* Header
—————————————————————————————————————————————————————————————————————— */
.navbar-brand {
  text-transform: none;
  font-family: 'Annie Use Your Telescope', cursive; }

.navbar-subtitle {
  white-space: nowrap;
  font-size: .8rem; }

/* END Header
—————————————————————————————————————————————————————————————————————— */
/* Home Page
—————————————————————————————————————————————————————————————————————— */
.image-box {
  position: relative; }

.image-box img {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

.image-box img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.image-box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.post-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.post-image img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.post-details {
  font-size: 1.5rem; }

.post-details hr {
  border-color: #999;
  width: 10%;
  margin-top: 10px;
  margin-bottom: 0px; }

.date {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 2px; }

/* END Home Page
—————————————————————————————————————————————————————————————————————— */
/* Post Page
—————————————————————————————————————————————————————————————————————— */
.cover-image {
  border-radius: 20px;
  width: 100%;
  max-height: 500px;
  object-fit: cover; }

.post-page h1 {
  text-align: center; }

.post-page hr {
  border-color: #999;
  width: 5%;
  margin-top: 20px;
  margin-bottom: 10px; }

/* END Post Page
—————————————————————————————————————————————————————————————————————— */
/* Footer
—————————————————————————————————————————————————————————————————————— */
footer {
  border-top: 1px solid #eee; }

/* END Footer
—————————————————————————————————————————————————————————————————————— */
form {
  max-width: 500px;
  margin: 0 auto; }

button {
  color: #777;
  background: #fff;
  padding: 4px 12px 4px 12px;
  border: solid #777 2px;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

button:hover {
  color: #000;
  border: solid #000 2px;
  text-decoration: none; }

input, textarea {
  font-size: 0.8rem;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.5rem 0.7rem;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  width: 100%; }

input:focus, textarea:focus {
  border-color: #777;
  outline: none; }

.portfolio-content {
  line-height: 2;
  color: #555; }

.portfolio-content a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #bbb; }

.portfolio-content a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #555; }

h1, h2, h3 {
  font-family: 'Crimson Text', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 20px; }

.navbar-brand {
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.5px; }

.navbar {
  text-transform: uppercase; }

.nav-item {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 1.5px; }

.navbar-toggler {
  border: 0; }

.navbar-toggler-right {
  right: 0rem; }

.project-img {
  width: 100%;
  display: block;
  object-fit: cover; }

.page-nav {
  width: 50%;
  margin: 0 auto;
  text-align: center; }

.page-nav a, span {
  font-size: 1.3rem;
  font-family: 'Crimson Text', sans-serif;
  font-weight: 300;
  margin: 0 10px;
  color: #000; }

/* Hexagon
—————————————————————————————————————————————————————————————————————— */
.hexa, .hexa div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.hexa {
  width: 325px;
  height: 230px; }

.hexa div {
  width: 100%;
  height: 100%; }

.hexa {
  transform: rotate(120deg); }

.hex1 {
  transform: rotate(-60deg); }

.hex2 {
  transform: rotate(-60deg); }

/* Dodeca
—————————————————————————————————————————————————————————————————————— */
.dodeca, .dodeca div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.dodeca {
  transform: rotate(120deg); }

.dode1 {
  transform: rotate(-60deg); }

.dode2 {
  transform: rotate(-60deg); }
