.small-sty {
  color: #777;
  float: left;
  padding-left: 0px; }

.red {
  color: #990033; }

.gray {
  color: #46433A; }

h1 {
  color: #46433A;
  /* default */ }

ul {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

h2 {
  display: inline;
  margin: 5px;
  vertical-align: top;
  color: #990033; }

body {
  font-family: 'Vollkorn', serif;
  color: #46433A;
  background-color: #F1EED9; }

.fa-spec {
  vertical-align: middle; }

.custom-bullet-item {
  float: left;
  margin-right: 12px;
  margin-top: 12px;
  color: #990033; }

.custom-bullet-item-img {
  float: left;
  color: #990033;
  width: 20px; }

header,
main {
  padding: 0 20px; }

/*** wrapper div for both header and main ***/
.wrapper {
  margin-top: 10%; }

/*** anchor tags ***/
a:link,
a:visited,
a:hover,
a:active {
  color: #46422A;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.paragraph-list-item {
  display: inline; }

/*** main content list ***/
.main-list-item {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0.8em 0; }

.social-list {
  left: 20px;
  font-size: 0.8em;
  margin: 0.6em 0;
  margin-left: 32px; }

/* override the left margin added by font awesome for the main content list,
since it must be aligned with the content */
.fa-ul.main-list {
  margin-left: 0; }

/* list icons */
.main-list-item-icon {
  width: 36px;
  color: #46433A; }

/* footer icons */
.main-list-item-icon-small {
  width: 15px;
  color: #46433A; }

.main-list-item-icon-small-gray {
  width: 15px;
  color: #46433A; }

/*** logo ***/
.logo-container {
  text-align: center; }

.logo {
  width: 150px;
  height: 150px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #F1EED9;
  /*box-shadow: 0 0 0 3px $text-color;*/ }

/*** profile ***/
.profile-container {
  text-align: center;
}

.profile {
  width: 150px;
  height: 150px;
  display: inline-block;
  background-size: cover;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #F1EED9;
  /*box-shadow: 0 0 0 3px $text-color;*/ }

/*** author ***/
.author-container h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }

p {
   text-align: justify;
   text-justify: inter-word;
   padding: 5px; }

strong, b {
   font-weight: 900 !important;
   font-style: italic !important; }

/*** tagline ***/
.tagline-container p {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2em; }

/******/
hr {
   border: 0;
   height: 1px;
   margin: 0;
   background-image: -webkit-linear-gradient(left, transparent, #990033, transparent);
   background-image: -moz-linear-gradient(left, transparent, #990033, transparent);
   background-image: -ms-linear-gradient(left, transparent, #990033, transparent);
   background-image: -o-linear-gradient(left, transparent, #990033, transparent); }

/*** footer ***/
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 20px; }

.poweredby {
  font-family: "Arial Narrow", Arial;
  font-size: 0.6em;
  line-height: 0.6em;
  padding: 0 5px; }

/*** media queries ***/
/* X-Small devices (phones, 480px and up) */
@media (min-width: 480px) {
  /* wrapper stays 480px wide past 480px wide and is kept centered */
  .wrapper {
    width: 480px;
    margin: 10% auto 10% auto;
  }
}
/* All other devices (768px and up) */
@media (min-width: 768px) {
  /* past 768px the layout is changed and the wrapper has a fixed width of 680px
  to accomodate both the header column and the content column */
  .wrapper {
    width: 680px; }

  /* the header column stays left and has a dynamic width with all contents
  aligned right */
  header {
    float: left;
    width: 40%;
    text-align: right; }

  .author-container h1,
  .logo-container,
  .tagline-container p {
    text-align: right; }

  .profile-container {
      text-align: right;
  }

  main {
    width: 46%;
    margin-left: 54%;
    padding: 0; } }
