html,
body {
  height: 100%;
}

body>footer {
  position: sticky;
  top: 100vh;
}

body {
  font: 400 15px "Orbitron", sans-serif;
  line-height: 1.8;
  position: relative !important;
  color: #424242;
  background-color: #90e0ef;
}

h2 {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 500;
  margin-bottom: 30px;
}

p {
  font-family: "Montserrat", sans-serif;
  /* letter-spacing: 3px; */
}

p {
  font-weight: 400;
}

span.text-muted {
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
}

.jumbotron {
  background: linear-gradient(to bottom, #00ccff 30%, #000099 100%);
  border-radius: 0rem !important;
  color: #fff;
  /* padding: 100px 25px; */
  margin: 0 !important;
  padding: 2rem !important;
  /* font-family: "Roboto", sans-serif; */
}

.container-fluid {
  padding: 10px 50px;
}

.bg-grey {
  background: #00ccff;
}

.logo-small {
  color: #404040;
  font-size: 20px;
}

.logo {
  color: #404040;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #007bff;
}

.carousel-indicators li {
  border-color: #007bff;
}

.carousel-indicators li.active {
  background-color: #007bff;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #007bff;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}

.panel-footer .btn:hover {
  border: 1px solid #007bff;
  background-color: #fff !important;
  color: #007bff;
}

.btnlightblue {
  background-color: #2c92ff !important;
  color: #fff !important;
}

.panel-heading {
  color: #fff !important;
  background-color: #007bff !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #007bff;
  color: #fff;
}

.navbar {
  margin-bottom: 0;
  background: linear-gradient(to top, #00ccff 0%, #000099 100%);
  z-index: 9999;
  border: 0;
  /* font-size: 12px !important; */
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: "Orbitron", sans-serif;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  height: 100% !important;
}

.nav-link.active {
  border-image-source: linear-gradient(45deg, #00000000 20%, #ffffff 100%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0) !important;
  transition: 0.5s;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
}

/* li.active a:hover {
   border-style: solid;
  border-color: linear-gradient(to top, #000000 20%, #ffffff 100%);
  border-width: 1px;
} */
.carouselbg {
  background: linear-gradient(to bottom, #121212 20%, #000099 100%) !important;
}

.navbar .active,
.navbar-nav li.active {
  color: #007bff !important;
  background: linear-gradient(to bottom, #121212 20%, #000099 100%);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: 0.5s;
}

.navbar-nav li.active a{
  color: #007bff !important;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
  transition: 0.5s;
}
.submitBtn{
  color: #007bff !important;
  border: none;
  background: linear-gradient(to bottom, #121212 20%, #000099 100%);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: 0.5s;
}
.submitBtn:hover{
  color: #fff !important;
  -webkit-transform: skew(-30deg) scale(1.2);
  -moz-transform:skew(-30deg)  scale(1.2);
  transform: skew(-30deg) scale(1.2);
  transition: 0.5s;
}
.submitBtnText{
  color: #007bff !important;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
  transition: 0.5s;
}
.submitBtnText:hover{
  color: #fff !important;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
  transition: 0.5s;
}
.navbar li a,
.navbar .navbar-brand {
  color: #f8f9fa !important;
}

.jaggedsplit {
  background-image: url("../images/mscanbreakbg_blue_white_small.svg");
  /* background-size: cover; */
  /* padding-bottom: 5%; */
  /* width: 100%; */

}

.jaggedsplitcontainer {
  width: 100vw;
  /* overflow: hidden; */
  background-size: cover;

}

/* .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #007bff !important;
    background-color: #f8f9fa !important;
    -webkit-transform: skew(-30deg); 
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  } */
/* .navbar-expand .navbar-toggler {
    border-color: transparent;
    color: #f8f9fa !important;
  } */
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #007bff;
}

.slideanim {
  visibility: hidden;
}

.slidein {
  animation-name: slidein;
  -webkit-animation-name: slidein;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
p{
  font-size: large;
}
p a.mailtolnk {
  color: #303030;
}

p a.mailtolnk:hover {
  color: #2e2edb;
}

a {
  outline: 0;
}

.enquiry-input{
  font: 400 15px "Montserrat", sans-serif;
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }

  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
}