body {
    /*background-color: #FAFAFA;*/
    background: url('../images/bg/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

body::after {
  content: "";
  background: url('../images/bg/bird.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

footer {
    background:  linear-gradient(rgba(216,67,21,0.75),rgba(216,67,21,1)), url('../images/bg/flower.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

.icard-panel {
    border-radius: 3px;
    border: 0px solid #eceff1;
    background-color: #FFF;
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 16px;
}

.icard-panel .title {
    padding: 24px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.icard-panel .author {
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 16px;
    color: #F00;
    color: rgba(255,0,0,0.5);
    background-color: white;
    background-color: rgba(255,0,0,0.05);
}

.icard-panel .content {
    padding: 24px;
    font-size: 18px;
    line-height: 2;
}

a[href^="https://www.000webhost.com"], a[href^="https://www.hostinger.com"] {
	display: none;
}

/* Browser specific (not valid) styles to make preformatted text wrap */		

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 text-align: justify;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  margin-right:16px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.navbar-fixed {
    z-index:998;
}

.shadow-paper-1{
    box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.like_true {
    display: inline-block;
    width: 150px;
    height: 50px;
    padding: 16px 0px 16px 48px;
    background: url('../images/heart_red_fill.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 28px 28px;
    border: 0px solid red;
    border-radius:2px;
    line-height:16px;
    text-align:left;
}

.like_false {
    display: inline-block;
    width: 150px;
    height: 50px;
    padding: 16px 0px 16px 48px;
    background: url('../images/heart_red_outline.svg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 28px 28px;
    border: 0px solid red;
    border-radius:2px;
    line-height:16px;
}

.wide-shadow{
    box-shadow: 0 10px 70px 0 rgba(103,151,255,.22), 0 15px 105px 0 rgba(103,151,255,.22);
}

.border-r-5{
    border-radius: 1rem;
}