html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 330px;
}

@media screen and (max-width:992px){
    body {
        padding-bottom: 560px;
    }
}

@media screen and (max-width:576px){
    body {
        padding-bottom: 690px;
    }
}

.contactNavBar {
    background: #f7f9fa;
    margin: 0px;
    height: 30px;
}

.contactNavBar nav {
    padding-top: 2px;
}

.contactNavBar a {
    color: #939fa6;
    font-size: small;
}

.contactNavBar li {
    padding: 0px 10px;
}

@media screen and (max-width:992px){
    .contactNavBar {
        display: none;
    }
}

.footer {
    background: #0d0e11;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer > div > div > div > div {
    margin-bottom: 30px;
}

.footer > div > div > div > div > ul {
    font-size:small;
}

.footer_li > li {
    margin-bottom: 10px;
    margin-top: 20px;
}

.blueHeader {
    font-weight: bold;
    color: #007abb;
    margin-bottom: 20px;
}

#contentFooter {
    margin: 0px;
    width: 100%;
    background: #191b1f;
    padding: 60px 0 30px;
    margin-bottom: 30px;
    color: #939fa6;
}

#contentFooter a {
    color: #939fa6;
}

#copyrightFooter {
    color: #93959d;
    line-height: 30px;
}

#backToTopLink::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-left: 1px solid #93959d;
    border-top: 1px solid #93959d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 13px;
    margin-left: -9px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media screen and (max-width:992px){
    footer {
        padding-bottom: 2rem;
        text-align: center;
    }
}

.line-block {
    margin: 20px;
}

.icon_li::before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.envelope_li::before {
    content: "\f0e0";
}

.phone_li::before {
    content: "\f095";
}

.home_li::before {
    content: "\f015";
}

hr {
  border : 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 200, 200, 0.5), rgba(0, 0, 0, 0));
}

div.postListCol {
    margin-top: 30px;
}

.shadowBox {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow:    0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow:         0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.shadowInner {
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.1);
}

div.postListCard {
    height: 100%;
}

div.postListHeader {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

div.postListHeaderBackground {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

div.postListTitleOuter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.3))
}

div.postListTitleInner {
    width: 100%;
    height: 150px;
    margin: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

div.postListTitleInner > h2 {
    text-shadow: 2px 2px 20px black;
    transition: all 1s ease;
}

div.postListTitleInner > h2:hover {
    transform: scale(1.01);
    text-shadow: 5px 5px 40px black;
}

div.postListTitleInner > h2 > a {
    color: white;
}

div.postListTitleInner > h2 > a:hover {
    text-decoration: none;
}

.post_header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.shareButton {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    margin: 0 5px;
    transition: box-shadow 0.8s ease, transform 1s ease;
}

.shareButton:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 10px black;
}

@media screen and (max-width:768px) {
    .shareButtonsDiv {
        order: -1;
    }
}

div.sourceCode {
    margin: 20px;
    padding: 10px;
    color: #ddd;
    background-color: #111;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

pre.sourceCode {
    white-space: pre !important;
    overflow: auto;
    color: inherit;
    margin-bottom: 0;
}

div[data-language] : before {
  content: attr(data-language);
}

/*
a[data-line-number] : before {
    content: attr(data-line-number);
}
*/

@media screen and (min-width:992px){
  div#blog_article {
    width: 800px;
  }
}

figure {
    margin: 20px;
}

figure > figcaption {
    text-align: center;
}

table > caption {
    text-align: center;
}

.post_body > blockquote > p {
    padding-left: 15px;
    border-left: 4px solid #999;
    color: #999;
}

/* team page */

.imgFaceBlock {
    padding: 15px;
}

.imgFaceBlock > img {
    margin-top: -30px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin-top: 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
