/*General Styling*/
* {
  padding:0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*fonts*/
body {
  font-family: 'Open Sans', sans-serif;
}

/*scroll back to top*/
#btnScroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  background-color: #CF0C2D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 32px;
  font-size: 16px;
}

#btnScroll:hover {
  background-color: #5C0715;
}

/*Font Sizes*/
h2 {
  font-weight: 300;
  line-height: 31px;
  font-size: 18px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

h4 {
  font-weight: 300;
  line-height: 25px;
  font-size: 18px;
}

h5 {
  font-weight: 300;
  line-height: 26px;
  font-size: 23px;
}

.content h3 {
  color: black;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}

.content h5 {
  font-size: 16px;
  font-weight:400;
  margin-bottom: 15px;
}

.content p {
  line-height: 1.7;
  text-align: left;
}


/*Links*/
a {
  color: black;
}

/*Navigation*/
nav {
  background-color: #222222!important;
}

.nav-link  {
  padding-right: 2.1rem!important;
}

#navbarNav ul li a {
  color: white;
}

ul li a:hover {
  background-color: black!important;
}


/*Button Style*/
.primary-button {
  background-color: #CF0C2D;
  color: white;
}

.card-link a :hover {
  background-color: #A3031E!important;
}

.btn-primary-outline {
  background-color: transparent;
  /* color: white; */
}

/*solutions*/
.card-title {
  font-weight: 600;
  margin-bottom: .75rem;
  font-size: 17px;
}

.card-1, .card-2 {
  margin-bottom: 36px;
}

.card-3 {
  margin-bottom: 86px;
}

/*hero image*/
.jumbotron {
  color: white;
  background-image: url("../Images/hero-banner.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 550px;
  position: relative;
}

#jumbotron-header {
  height: inherit;
  padding-top: 70px;
  padding-bottom: 50px;
  position: absolute;
}

/*Testimonials*/
#slider {
  margin-top: 3%;
  margin-bottom: 3%;
}

.btn-danger {
  background-color: #CF0C2D!important;
  color: white;
}

a.btn-danger:hover {
  background-color: #5C0715!important;
}

/*Modal*/
.modal-header {
  border-bottom:4px solid #e9ecef!important;
}

/*Launch Image*/
#launch_img_desktop {
	display: block !important;
}

#launch_img_mobile {
	display: none !important;
}

.img-area {
  width: 100px;
  height: 100px;
  border-radius: 50;
  display: inline-block;
}

.img-area img {
  width: 100%;
}

.content {
  text-align: center;
  padding: 40px;
  color: black;
  border-radius: 25px;
  border-style: solid;
  border-width: thin;
  border-color: #3574A4;
  background-color: white;
  height: 655px;
}

.content.active {
  border-style: 1px solid;
  border-color: #D0052B;
}

.container .owl-dots {
  text-align: center;
  margin-top: 2%;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #DCD8D6 !important;
  opacity: .8;
  margin: 0 10px;
  border-radius: 50%;
}

.owl-dot.active {
  background-color: #D0052B !important;
}

/*Student Success Dashboard in the News*/
.card {
  height: 100%;
}

.stretched-link {
  position: relative;
}

/*Trusted by these Institutions*/
.carousel-control-next {
  right: 130px;
}

.carousel-control-prev {
  left: -130px;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 10px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #F4F4F4;
  bottom: -80px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 10px;
    background-color: #D0052B;
}

.separator {
  margin-top: 6rem;
  border: 1px solid #919191;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.institution-container {
  background-color: #141414!important;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

/*Request Contact Us Form*/
.request-container, .uncover-container, .independent-container {
  background-color: #F7F7F7;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/*Footer*/
.footer-link {
  font-weight: 600;
  color: #D0052B;
}


/*Tablet Screens*/
@media (max-width: 768px) {


  h1 {
    font-size: 33px;
  }

  h3 {
    font-size: 1.5rem;
  }

  h5 {
    line-height: 22px;
    font-size: 19px;
  }

  .uncover-text {
    max-width: 85%;
  }

  #jumbotron-header {
    height: inherit;
    padding-top: 54px;
    padding-bottom: 50px;
    padding-left: 0px;
    position: absolute;
  }

  .jumbotron {
    min-height: 488px;
    background-image: url("../Images/mobile/ssa_herobanner–mobile.png");
  }

  .uncover-image {
    height: 200px;
  }

  .uncover-container, .independent-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .solution-text {
    line-height: 25px;
  }

  .solution-container {
    margin-bottom: 2rem!important;
    margin-top: 2rem!important;
  }

  .card-3 {
    margin-bottom: 130px;
  }

  .content {
    height: 530px;
  }

}

/*smaller screens*/
@media (max-width: 576px) {

h2 {
  font-size: 18px!important;
}

h3 {
  font-size: 26px!important;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

.card-1, .card-2, .card-3, .card-4 {
  margin-bottom: 20px;
}

/*navigation*/
nav a.csu-logo {
  display: none!important;
}

.navbar-nav {
  text-align: center!important;
}

.nav-item {
  margin-bottom: 15px;
}

.nav-button {
  margin-bottom: 1rem;
}

h1, #title-container {
  font-size: 35px;
}

#flip > div > div {
    display: inline-block;
    margin-bottom: 48px;
}
/*main header*/
.jumbotron {
    color: white;
    background-image: url("../Images/mobile/ssa_herobanner–mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

#jumbotron-header {
    height: inherit;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
}

/*ema styling*/
.solution-card {
  margin-bottom: 2rem !important;
}

.solution-text {
  padding:0rem !important;
  margin-bottom: 2rem!important;
}

.solution-container {
  margin: 0rem!important;
}

.card-2, .card-3 {
  margin-bottom: 1rem!important;
}

.card-title {
  font-size: 20px;
}

.card-text {
  font-size: 18px !important;
}

.feature-copy {
  margin-top: 1rem;
}


/*Testimonials*/
.content {
  height: 540px;
}

.carousel {
  padding:0rem!important;
}

/*Our Vision*/
.vision-text {
  text-align: center!important;
}

.vision-container {
  margin-top: 2rem!important;
}

.encourage-container {
  margin-bottom: 2rem;
}

.independent-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testimonial-text {
  margin-top: 2rem!important;
  margin-bottom: 2rem!important;
}

.feature-list {
  margin-left: 1rem;
  margin-right: 1rem;
}

.testimonial-list {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
}

}
