/*
 * Globals
 */
body {
  background-image: linear-gradient(180deg, #172933 0%, #4c4b38 100%);
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

.cover-container {
  height: 100%;
 /* The image used */
 background-image: url("../img/bg.png");

 /* Full height */
 height: 100%;

 /* Center and scale the image nicely */
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;

}
/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@font-face {
  font-family: 'Poppins';
  font-style: NORMAL;
  src: url('https://fonts.googleapis.com/css?family=Poppins');
}

.s-primary-color {
  color: #023F88;
}

.s-secondary-color {
  color: #FFE800;
}

.s-text-ycolor {
  color: #eab243;
}

.s-text-shadow {
  text-shadow: 2px 2px #000;
}

.s-font-600 {
  font-weight: 700;
}

.sps-logo-1 {
  background-image: url("../img/SPS_logo1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  width: 135px;
  height: 48px;
}

.sps-logo-2 {
  background-image: url("../img/SPS_logo2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  width: 135px;
  height: 48px;
}

.sps-logo-3 {
  background-image: url("../img/SPS_logo3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  width: 135px;
  height: 48px;
}

.sps-line {
  width: 100%; 
  text-align: center; 
  border-bottom: 5px solid #0f0; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
}

.sps-line span {
  background:#023F88; 
  padding:0 10px;
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .s-margin {
    margin-top: -150px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  ul {
    overflow: hidden;
    text-align: center;
  }
  ul:before,
  ul:after {
    background-color: #eab243;
    content: "";
    display: inline-block;
    height: 22px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin: 20px 0 20px; 
  }
  ul:before {
    right: 0.5em;
    margin-left: -50%;
  }
  ul:after {
    left: 0.5em;
    margin-right: -50%;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }