* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Righteous', cursive;
}
  
body { 
    background-color: #2b354d;
    color: white;
    overflow-x: hidden;
}

.txt-light{
  animation-name: text-sh; 
  animation-duration: 2s; 
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  color: white;
}

@keyframes text-sh{
  0% {color: white;}
  100.0% {color: rgb(255, 187, 0);;}
}

.button {
    background-color: rgb(255, 187, 0);
    border: none;
    color: #2b354d;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
}

.button:hover{
    background-color: #2b354d;
    color: rgb(255, 187, 0);
    border-style: solid;
    border-color:rgb(255, 187, 0);
}

.buttonDef {
    border-radius: 12px;
}

.buttonRou {
    border-radius: 50%;
}

.nav {
  height: 50px;
  width: 100%;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.jumbotron { 
    padding: 4rem; /* fills out the jumbotron */
}

.container {
    margin: 0 auto;  /* centers the container */
    padding: 0 15px; /* adds some padding to the left and right*/
}

.jumbotron .container { 
    max-width: 100%; /* allows the jumbotron to adjust on smaller widths */
}

.jumbotron p {
    color: rgb(218, 215, 215);
    width: 15rem;
}

.img-jb{
  box-shadow: 10px 10px 5px #ccc;
  width: 19rem;
  height: 12rem;
}

.text-jbt{
  color: rgb(255, 187, 0);
  width: 15rem;
}

.grid-container {
    display: grid;
    padding: 10px;
}

.feature-mobile .grid-item {
    padding: 20px;
    width: 23rem;
    text-align: left;
}

.feature-mobile img{
    width: 22rem;
}

.feature-mobile{
    background-color: #252d43;
}

.feature-mobile h1{
    margin-left: 8rem;
    padding-top: 5rem;
    color: rgb(255, 187, 0);
}

.feature{
  display: none;
}

.card {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    margin: 20px auto;
    margin-bottom: 50px;
    transition: all .2s ease-in-out;
    background-color: #252d43;
    height: 15rem;
    width: 20rem;
    text-align: center;
    padding: 3rem 0;
  }
  
.card:hover {
    /*box-shadow: 0 5px 22px 0 rgba(0,0,0,.25);*/
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin-bottom: 54px;
}

.hClient{
    padding-top: 5rem;
    text-align: center;
    color: rgb(255, 187, 0);
}

.client p{
    width: 26rem;
    margin-top: 2rem;
    text-align: center;
    color: rgb(218, 215, 215);
}

.client h3{
    color: rgb(218, 215, 215);
}

.userMod{
    color: rgb(255, 187, 0);
    margin-bottom: 3rem;
    font-size: 2em;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .cards_item {
    display: flex;
    padding: 1rem;
    margin-left: 2rem;
  }
  
  @media (min-width: 40rem) {
    .cards_item {
      width: 50%;
    }
  }
  
  @media (min-width: 56rem) {
    .cards_item {
      width: 30.333%;
    }
  }

.service h1{
    margin-top: 2rem;
    text-align: center;
    color: rgb(255, 187, 0);
}

footer{
    padding: 2rem;
    background-color: #252d43;;

}

@media only screen and (min-width: 768px) {
    .nav-links { margin-right: 22rem; }
    .img-jb{
      width: 28rem;
      box-shadow: 10px 10px 5px #ccc;
    }
    .grid-container { grid-template-columns: repeat(2, 1fr); }
    .feature-mobile{
      display: none;
    }
    .feature{
      display: block;
    }

    .feature h1{
      text-align: center;
      margin-left: 8rem;
      padding-top: 7rem;
      color: rgb(255, 187, 0);
    }

    .feature img{
      width: 28rem;
    }

    .feature .grid-container{
      margin-top: 3rem;
    }

    .feature .grid-item{
      padding: 2rem;
      font-size: 18px;
      margin: auto 0;
    }

    .client p{
      margin: 0 auto;
      padding: 1rem;
    }

    .cards_item {
      margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-links { margin-right: 22rem; }
    .container {
        width: 1170px; /* specify a width */
        margin: 0 auto;  /* centers the container */
        padding: 0 15px; /* adds some padding to the left and right*/
    }
    .jumbotron p {
      color: rgb(218, 215, 215);
      width: 29rem;
    }
    .img-jb{
      width: 40rem;
      box-shadow: 10px 10px 5px #ccc;
      height: 21rem;
    }
    .grid-container { grid-template-columns: repeat(2, 1fr); }
    .feature-mobile{
      display: none;
    }
    .feature{
      display: block;
    }
    .text-jbt{
      color: rgb(255, 187, 0);
      font-size: 45px;
    }
    .jumbotron p {
      color: rgb(218, 215, 215);
      font-size: 21px;
    }
    .feature{
      background-color: #252d43;
    }
    
    .feature h1{
      text-align: center;
      margin-left: 8rem;
      padding-top: 7rem;
      color: rgb(255, 187, 0);
    }

    .feature .grid-container{
      margin-top: 3rem;
    }

    .feature .grid-item{
      padding: 2rem;
      font-size: 22px;
      margin: auto 0;
    }

    .feature img{
      width: 40rem;
    }

    .client p{
      margin: 0 auto;
      padding: 1rem;
    }
}