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

html {
  scroll-behavior: smooth;
}

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

hr {
  border: 1px solid;
  background-color: #CC0B2A;
  color: #CC0B2A;
  opacity:1;
  margin-top: 0rem;
}

@font-face {
  font-family:
}

.container {
  max-width: 1200px!important;
}

/*Font Sizes*/
h1 {
  font-size: 45px!important;
}

h2 {
  line-height: 32px!important;
  font-size: 25px!important;
  font-weight:300!important;
}

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

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


/*Links*/
a {
  color: #0077A8;
  text-decoration: none;
}

a:hover {
  color: #CC0B2A;
  text-decoration: none;
}

.cta-button {
  color: white!important;
}

.cta-button:hover {
  color: #cc0b2a!important;
}

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

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

#navbarNav ul li a {
  color: black;
}

ul li a:hover {
  color: #CC0B2A!important;
}


/*Button Style*/

.btn {
  font-size: 22px!important;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

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

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

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

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

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

#jumbotron-header {
  height: inherit;
  padding-top: 295px;
  position: absolute;
  width: 70%;
  left: 15%;
}

/*FAQ*/
.accordion-button {
  color: #CC0B2A!important;
  background-color: #F7F7F7!important;
  font-size: 19px;
}

.accordion-body {
  font-size: 16px;
  font-family: 'open sans', sans-serif;
}

/*Testimonials*/

.carousel-container {
  margin-bottom: 3rem;
}

.carousel-inner {
  background-color: #F7F7F7;
  height: 330px;
  top: 50%;
}

.carousel-caption {
  color: black!important;
  bottom: -9rem!important;
}

.carousel-caption p {
  font-family: 'Open Sans', sans-serif;
}

.carousel-indicators {
  margin-bottom: 1rem!important;
  filter: invert(38%);
}

.carousel-control-next, .carousel-control-prev {
  filter: invert(100%);
}

/* Bottom Banner CTA */

.cta-container {
  height:380px;
  background-image: url('./images/cep-bottom-banner.png');
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
}

.centered, .bottom-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bottom-button {
  margin-top: 6rem;
}


/*Contact Us Form*/

/*card styling*/
.card {
  font-size: 18px!important;
  font-weight:300;
  letter-spacing: 0.75px;
}

/*Footer*/
footer {
  background-color: #2F2F2F;
  font-family: 'Open Sans', sans-serif;
}

.footer-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #F7647A;
  text-decoration: none;
}

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

a.navbar-brand {
  height: 20%;
}

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

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

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

/*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/cep-hero-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 620px;
}

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

  .solution-card {
    padding: 0rem 3rem;
  }

  .carousel-inner {
    background-color: #F7F7F7;
    height: 450px;
    top: 50%;
  }

  footer {
    font-size: 16px;
  }

.carousel-image {
    width:20%!important;
  }

.carousel-caption {
  margin-top: 2rem;
}
}

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


  h1 {
    font-size: 35px!important;
  }

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

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

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

  .solution-card {
    padding: 0rem 3rem;
  }

  #jumbotron-header {
    height: inherit;
    padding-top: 256px;
    padding-bottom: 50px;
    position: absolute;
    width: 90%;
    left: 5%;
  }

  .jumbotron {
    min-height: 620px;
    background-image: url("./images/cep-hero-banner.png");
  }

  .carousel-caption {
    top: 70px;
  }

  .cta-container {
    height:368px;
    background-image: url('./images/cep-bottom-banner – mobile.png');
  }

  .centered {
    top: 37%!important;
  }

  .bottom-button {
    margin-top: 3rem;
  }

}
