﻿.logo-light, .logo-dark {
    max-height:100px;
}

.service.card {
    min-height:450px;
    padding-left:30px;
    padding-right:30px;
}

.tilt {
    background-color:white;
}

.post-subtitle {
    color:#8e939d;
    font-weight:400;
}

.section-radar {
  background-image: url("/img/photos/radar-top-bg.svg"), -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(94, 95, 255, 0.03)), to(#fff));
  background-image: url("/img/photos/radar-top-bg.svg"), linear-gradient(180deg, rgba(94, 95, 255, 0.03) 29%, #fff);
  background-position: 50% 0%, 0px 0px;
  background-size: 320px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  height:150px;
}

.display-7 {
    font-size: calc(1.265rem - .18vw);
    font-weight: 400;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-7 {
        font-size: 1.1rem
    }
}


.display-8 {
    font-size: calc(1.265rem - .36vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-8 {
        font-size: 1rem
    }
}

.text-justify {
    text-align:justify;
}

.text-left {
    text-align:left;
}

.horizontal-line {
  width: 80%;
  height: 3px;
  margin: 40px auto;
  border-radius: 0px;
  background-color: #A90B7E;
}

.pricing-header {
    min-height: 500px;
}

footer a {
    text-decoration:underline;
}