.menu_container {
    margin: 0 0 25px 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.menu_container ul{
    height: 90px;
    align-items: center;
}

#navbar a {
    color: black;
    text-shadow: none;
}

.menu_container ul.sticky {
    height: 200px !important;
    margin-top: 40px;
}

.menu_container ul.sticky img{
    width: 250px;
}

section.main_section {
    margin: 10rem;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card{
    display: flex;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin: 20px 0 40px 0;
    width: 900px;
}

.card div {
    display: flex;
    flex-direction: column;
    margin: 30px;
    width: 500px;
}

.card div h2{
    margin: 0;
}

.card div h2:nth-child(2){
    margin-bottom: 20px;
}

.card div p{
    font-size: 15px;
}

.card img{
    width: 50%;
    height: 55%;
}

img.linkedin {
    width: 30px;
    height: 30px;
    margin: 0;
}

a.backbtn {
    margin: 10px;
    padding: 10px 40px;
    border: 1px solid #4E2A8E;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 900;
    color: #4E2A8E;
    text-transform: uppercase;
}

/*--Mailchimp--*/

div#mc_embed_signup_scroll {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  div#mc_embed_signup_scroll input {
    width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin: 10px;
  }
  #mc_embed_signup div#mce-responses {
    width: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div#mce-success-response {
    color: white !important;
  }
  input#mc-embedded-subscribe {
    background-color: #424242 !important;
    margin: 10px !important;
    border-radius: 20px !important;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
  }
  label {
    color: white !important;
  }
  input{
      margin: 10px !important;
  }
  input#mc-embedded-subscribe {
    width: 100px !important;
    color: white !important;
  }
  /*--*/

/* Mobile */

@media screen and (max-width: 768px){
    div#navbarMobile {
        position: fixed;
        z-index: 100;
        background: white;
        height: 65px;
        top: 0;
        width: 100%;
    }
    .topnav {
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }

    .header_img {
        width: 50%;
    }
    a.active {
        background: white;
    }

    i.fa.fa-bars {
        color: black;
    }

    .topnav #myLinks{
        background: white;
    }

    .topnav #myLinks a{
        color: black;
    }

    section.main_section {
        margin: 5rem;
    }

    .card {
        flex-direction: column;
        width: 300px;
    }
    .card div{
        width: 300px;
    }
    
    .card img{
        width: 300px;
    }
    
    .card div p{
        width: 240px;
        font-size: 15px;
    }

    .linkedin{
        width: 30px !important;
        height: 30px !important;
    }

    .rights{
        margin-top: -5px;
    }
    /*--mailchimp--*/
    #mc_embed_signup div#mce-responses {
        width: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
      } 
    
      .mc-field-group input {
        width: 250px !important;
        margin: 10px !important;
    }

      input#mc-embedded-subscribe {
        width: 100px !important;
        margin: 10px !important;
        color: white;
    }

    footer{
        background-image: none !important;
        background-color: black;
    }
}