::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999 !important;
}

body {
  background-color: #051218;
  color: #aaa;
  border: none;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
}
.container {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #fff;
}

.btn-primary,
.btn-primary:hover {
  background-color: #6ba4d6;
  border-color: #6ba4d6;
}
.btn-outline-info {
  border-color: #6ba4db;
  color: #6ba4db;
}
a,
.btn-link {
  color: #6ba4d6;
}

.container,
.navbar,
.copy-container {
  max-width: 850px !important;
}

.jumbotron {
  background: transparent;
  color: #fff;
  background-repeat: repeat-x;
  background-size: 400px 500px;
  border-radius: 0px;
  min-height: 500px;
  background-image: url(/images/paircast-curtain-bg.png);
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.jumbotron h1 {
  font-weight: 800 !important;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 100;
  font-size: 5rem;
  line-height: 110%;
  padding-bottom: 20px;
  letter-spacing: -1px;
  color: #fff;
  background: linear-gradient(to right, #cae2fe 20%, #98b5fe 50%, #ccdafb 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subheading {
  font-size: 1.8rem;
  max-width: 700px;
  color: #fff;
  margin: 20px auto;
  display: none;
}

p.lead {
  color: #fff;
}

.media-icon {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  /* border-radius: 50%; */
}
.media-icon i {
  font-size: 82px;
}

.card.case-study {
  color: #aaa !important;
  background-color: #172838 !important;
  max-width: 250px;
}
.card.case-study .card-header {
  padding: 10px;
  font-size: 85%;
}
.card.case-study .card-body {
  padding: 10px;
  font-size: 90%;
}
.card.case-study img {
  width: 60%;
  max-width: 250px;
}

span.tout {
  display: inline-block;
  padding: 7px;
  font-size: 18px;
  white-space: nowrap;
}

h3.display-4 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h4.display-4 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.sidebar {
  padding-left: 30px;
}

.sag-img,
.oscar-img {
  width: 40%;
  display: inline-block;
  margin-bottom: 10px;
}
.oscar-img {
  margin-right: 20px;
}
.sag-img {
  position: relative;
  top: -3px;
}

ul.fa-ul {
  margin-left: 25px;
}

ul.fa-ul strong,
ul.fa-ul i {
  color: #fff;
}

.navbar {
  max-width: 1100px;
  margin: 0px auto;
}
nav input {
  margin-right: 10px;
  border: solid 1px #2c779c !important;
}
nav .navbar-brand img {
  max-height: 30px;
  margin-left: 15px;
}

.copy-container {
  /*text-shadow: 0 1px 1px #fff;*/
  max-width: 1000px;
}

.footer {
  background-image: url(/images/footer_line.png);
  background-repeat: no-repeat;
  padding: 0px;
  background-size: 140%;
  background-position: top center;
  font-size: 0.75rem;
  color: #888;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-logo {
  max-width: 120px;
}

@media (max-width: 1024px) {
  .jumbotron h1 {
    font-size: 4rem;
  }
}

@media (max-width: 800px) {
  .jumbotron h1 {
    font-size: 3.5rem;
  }
  .jumbotron .subheading {
    font-size: 1.5rem;
    max-width: 450px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .jumbotron {
    background-size: auto 100%;
    background-repeat: repeat-x;
    min-height: 400px;
    margin-top: -20px;
    height: auto !important;
    background-image: url(/images/small-screen-curtains.png);
    /*border-top: solid #05414a 1px; 
    border-bottom: solid #05414a 1px;*/
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 0px;
  }
  .jumbotron h1 {
    font-size: 44px;
    letter-spacing: -2px;
    font-weight: 600 !important;
    margin-left: 0px;
    position: relative;
    top: -30px;
  }
  .jumbotron .subheading {
    text-align: left;
    margin: 0px 0px 0px 10px;
    font-size: 1.4rem;
    max-width: 380px;
    font-weight: light;
    line-height: 130%;
    display: none;
  }
  .card.case-study {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .case-study img {
    width: 150px !important;
  }
  .sidebar {
    padding-left: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .jumbotron h1 {
    margin-top: 80px !important;
  }
}
