body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("/img/bg/bg01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.showcase .showcase-img-left {
  min-height: 30rem;
  background-size: cover;
  background-position: right;
}
.showcase .showcase-img-right {
  min-height: 30rem;
  background-size: cover;
    background-position: left;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 5rem;
  }
}

.text-primary {
  color: #2b3e60!important
}

.features-icons {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.features-icons-item a {
  text-decoration: none;
  color: #212529;
}


.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

footer a {
  text-decoration: none;
  color: #2b3e60;
}

.navbar>.container {
  max-width: 100%;
  padding-left: 15%;
  padding-right: 60px;
  justify-content: flex-end;
}

#ShortSentance {
  display: none;
}

@media (max-width: 750px) {
  #LongSentance {
    display: none;
  }
  #ShortSentance {
    display: inline-block;
  }
}


.btn{
margin-top:3px;
margin-bottom:3px;
}















/*Service Status*/
#ServiceStatus {
  margin-top: 40px;
  padding-top: 10px;
}

div.messageTimeStamp {
  /*background-color:white;*/
  font-size:1.2rem;
  padding:8px;
  text-align: center;
}
/*div.messageTimeStamp {
  border: 2px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}*/
div.messageTimeStamp p {
  margin: 0;
}
.blink {
  animation: blinker 2s linear 3;
}

@keyframes blinker {
  50% { opacity: 0.3; }
}

.sui-opt-in .ServiceStatusMessage p {
  margin: 0;
}
/*End Service Status*/