

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.well{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}



@media (min-width: 979px) {
  body {
  padding-top: 60px;
  padding-bottom: 40px;
}
}

.right-caret {
    margin-left: 2px;
    margin-top: 8px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}

body{
  font-size: 16px;
  line-height: 22px;
}
