.noround{
  border-radius:0;
}

.icon{
  font-size: 50px;
}

.center{
  margin : 0;
  text-align : center;
}

.is-vcentered {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.round-5{
  border-radius: 5px !important;
}

.tweetcontain{
  width: 300px;
}

#news-section{
  height: 500px;
  overflow-y: scroll;
}

.faicon{
  font-size: 50px;
}

.servicesicon{
  font-size: 40px;
}

.box {
  box-shadow: none !important;
  border: 1px solid white;
}

.box:hover { 
  border-color: orange;
}

.myshadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


/**/

.notes__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.notes__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.notes__txt {
  color: #999;
  margin-bottom: 3rem;
  height: 100%;
}
.notes__utitle{
  font-size: 15px; text-transform: capitalize;
}


.ccc{
  width: 100%;
}
.writings a {
  word-wrap: break-word;
}
.writings .url{
  display: block;
  margin-bottom: 10px !important;
}
.ccc div, input, h2, p, i{
  box-sizing: border-box;

}

/**/
.coolinfo-icon{

}

.coolinfo-text{

}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-16 1:12:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.smediaicon{
  font-size: 40px;
}


.no-link-dec{
  text-decoration: none !important;
  text-decoration-color: inherit !important;
  color: inherit !important;
}

.md-to-html li::before {
  content: "  --> ";
/*  background: lightgray;*/
  border-radius: 1ch;
  padding-inline: 1ch;
  margin-inline-end: 1ch;
}


