#digiterm_logo{
    margin-bottom: 30px;
    width: 100%;
}

.service-box{
    border-bottom: 5px solid transparent;   
    padding-bottom: 15px;
    padding-top: 30px;
    margin-top: 0px;
    width: 100%;
}
.service-box:hover{
    border-bottom: 5px solid #1b556c;
    background-color: rgba(0, 0, 0, 0.1);
}

#specification{
    padding-bottom: 0px;
    padding-top: 0px;
}

#specification a{
    color: #1b556c;
}

#specification a:hover{
    color: #F05F40;
    text-decoration: none;
}
.img-specification-description{
    width: 100%;
    margin-bottom: 20px;
}

.image-shadow{
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
}
.bg-secondary{
  background-color: rgba(59, 133, 163, 1) !important;
}

.bg-primary {
  background-color: #216784 !important; }

.specification-header{
    text-align: left;
    color: #00bef2;
    font-weight: bold;
}

.specification-description{
    text-align: left;
}

.specification-description ul {
  list-style: none;
  margin-left: 15px;    
  padding-left: 0;
    color: rgba(255, 255, 255, 0.85);
}

.specification-description li {
  padding-left: 1em;
  text-indent: -1em;
}

.specification-description li:before {
  content: "»";
    color: #00bef2;
  padding-right: 5px;
}

.reference-row-header{
    font-size: 13px;
    font-family: WeblySleek UI,Segoe UI,Helvetica Neue,Arial,sans-serif;
    text-decoration: none;
    margin-top: 85px;
    text-transform: uppercase;
}
.reference-row-image{
    height: 100%;
    max-height: 4em;
    margin-top: 20px;
    margin-right: 50px;
}

.specification-description strong{
    color: #7dff00;
    font-weight: normal
}

strong{
    color: #00bef2;
    font-weight: normal
}

#contact{
    color: white;
}

#reference img{
    width: 100%;
    display: block;
    vertical-align: middle;
    margin-top: 15px;
}

.topology{
    padding: 20px;
}

.odd-row{
    background-color: rgba(0,0,0,0.1);
    padding: 0px;
}

.odd-row-top-half{
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 50%, #FFFFFF 50%);
}

.odd-row-bottom-half{
    background: linear-gradient(180deg, #FFFFFF 50%, rgba(0,0,0,0.1) 50%);
}

.arrows {
    color: #1b556c;
}

.topology-header{
    color: #1b556c;
    font-weight: bold;
}

.topology-subheader{
    color: #1b556c;
    font-size: 25px;
    margin-top: 10px;
}

#portfolio{
    margin-top: 50px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(240, 95, 64, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
