body{
    font-family: 'Roboto', sans-serif;
}

.banner{
    background: url(../images/banner-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff; 
    margin-top: -73px;
     padding-top: 100px;
     padding-bottom: 70px;
     
}

.banner img {
    width: 100px;
}

h2{
    font-family: Lato;
    color: #3D37F1;
    font-weight: bold;
}

@media (min-width:992px){ 
.bg-dark {
    background-color: #ffffff47!important;
}

}
 .card img{

  width: 100%;
  height: 150px;

}

@media (max-width:768px){
    .card img{

        width: 100%;
        height: inherit;
      
      }
}

.card{
    margin-bottom: 20px !important;
}

.btn-outline-primary{
    border-radius: 16px;
    padding: 5px;
    width: 120px;
    text-align: center;
    margin: auto;
}

.btn-primary{
    background: transparent;
    color: #626469;
    border:0;
    text-align: left;
    border-radius: 0;    
}

.btn-primary.active{
    color: #3D37F1 !important;
    border-bottom: 2px solid #3D37F1 !important; 
    background: transparent !important;
    font-weight: bold;
}

.btn-primary.collapsed{
    background: transparent;
    color: #626469;
    border:0;
}

.btn-primary.focus, .btn-primary:focus{
    background: transparent !important;
    color: #626469;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

.signup-button{
    background-color: #3D37F1; 
    background-image: linear-gradient(to right, #3D37F1, #A5A2F6);
    color: #ffffff;
    border-radius: 16px;
    padding: 5px;
    border: 0;
    width: 90px;
}

.price{
    display: none;
}

footer{
    background: #000;
    color: #fff;
    padding:24px;
}

footer img{
    width: 40px;
    padding-left: 16px;
}

