body {
    font-family: 'Poppins', sans-serif;   
    background-color: #ffffff;
}



p {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

h1 {
    font-weight: 700;
    font-size: 30px;
}

h2 {
    font-weight: 700;
    font-size: 22px;
}

sup {
    vertical-align:super;
    font-size:40%;
  }

  nav ul {
    list-style: none;
}

ul {
    list-style: none;
}


.mx-20 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

.pt-6 {
    padding-top: 4.5rem !important;
}

.containerBox {
    /*position: relative;*/
    display: inline-block;
}

.bg_blue{
    background-color: #0095F7;
}

.bg_light_blue{
    background-color: #E9F6FF;
}

.bg_gray{
    background-color: #6F6F6F;
}

.navbar {
    padding: 10px 35px;
    margin-top: 40px;
  }

  .nav-buttons {
    margin-left: 140px;
    display: flex;
    justify-content: flex-end;;
  }

  .title_primary {    
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}

.text_white{
    color:#ffffff !important;
}

.text_blue{
    color:#0095F7 !important;
}

.btn_link {    
    font-weight: 400;
    font-style: normal;
    font-size: 12px;  
    background-color: #0095F7;  
    color:#ffffff;
    border-radius: 15px;
    border-width: 2px;
    padding: 10px 15px;
    width: 120px;    
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn_link:hover {   
    background-color: #66BFFF;  
    color:#ffffff; 
}

.btn_link_outline {    
    font-weight: 400;
    font-style: normal;
    font-size: 12px;    
    border-radius: 15px;
    border-color: #0095F7; 
    border-width: 2px;
    padding: 10px 15px;
    width: 120px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn_link_outline:hover {   
    background-color: #0095F7;  
    color:#ffffff; 
}

.btn_submit {
    background-color: #0095F7;  
    color:#ffffff;
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
}

.btn_submit:hover {
    background-color: #66BFFF;  
    color:#ffffff; 
}

.overlay_text_container{
    position:absolute;
    top: 30%;
    /*left: 50%;*/
    z-index: 1;
    align-items: center !important;
    /*margin-top: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;   */ 
}

.img_background {
    z-index: 0;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    font-size: 18px;
    font-weight:400;
    margin-bottom: 0.7rem;
  }
  ol li::before {
    top: 0;
    content: counter(my-awesome-counter) ;
    font-weight: bold;
    font-size: 32px;
    margin-right: 0.7rem;
    line-height: 1;
    
  }

  .objective_number {
    font-weight: bold;
    font-size: 32px;    
    line-height: 1;
    padding-right: 0;
    display: inline-block;
    align-content: center;
    text-align: center;

  }

  .objective_text {
    font-size: 18px;
    font-weight:400;
    margin-bottom: 0.7rem;
    float: left;
    padding-left: 0;
    align-content: center;
    text-align: center;
    /*margin-left: -3rem;*/
    /*padding-bottom: 2rem;*/
    /*position: absolute;*/
    
  }

  .hr_speakers {
    border: 1px solid black;
    width:30%;
  }

  .shadow_bottom {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  }

  .footer {
    font-family: 'Inter', sans-serif;  
    color: #ffffff;
    font-size: small;
  }

  .sm_h2_align {
    align-content: center;
    text-align: center;
  }

  .parent{
    position: relative;
    /*width: 500px;*/
 }

 .text_image {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 50%;
 }
  /** Media Queries **/
  @media only screen and (min-width: 1200px) {
    .objective_number {
        font-weight: bold;
        font-size: 32px;    
        line-height: 1;
        padding-right: 0;
        display: inline-block;
        align-content: left;
        text-align: left;
      }
    
      .objective_text {
        font-size: 18px;
        font-weight:400;
        margin-bottom: 0.7rem;
        float: left;
        padding-left: 0;
        margin-left: -3rem;
        align-content: left;
        text-align: left;
        /*padding-bottom: 2rem;*/
        /*position: absolute;*/
        
      }
   }

   @media only screen and (max-width: 991px) {
    .btn_link {    
        font-weight: 400;
        font-style: normal;
        font-size: 12px;  
        background-color: #0095F7;  
        color:#ffffff;
        border-radius: 15px;
        border-width: 2px;
        padding: 10px 15px;
        width: 120px;    
    }

    .btn_link_outline {    
        font-weight: 400;
        font-style: normal;
        font-size: 12px;    
        border-radius: 15px;
        border-color: #0095F7; 
        border-width: 2px;
        padding: 10px 15px;
        width: 120px;
    }
   }

   @media only screen and (min-width: 992px) {

    .btn_link {    
        font-weight: 400;
        font-style: normal;
        font-size: 16px;  
        background-color: #0095F7;  
        color:#ffffff;
        border-radius: 15px;
        border-width: 2px;
        padding: 15px 20px;
        margin-right: 1rem !important;
        width: 150px;
    }

    .btn_link_outline {    
        font-weight: 400;
        font-style: normal;
        font-size: 16px;    
        border-radius: 15px;
        border-color: #0095F7; 
        border-width: 2px;
        padding: 15px 20px;
        width: 150px;
    }
   }


@media only screen and (min-width: 768px) {
    p {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    }
    
    h1 {
        font-weight: 700;
        font-size: 46px;
    }

    h2 {
        font-weight: 700;
        font-size: 30px;
    }

    

      .sm_h2_align {
        align-content: left;
        text-align: left;
      }

}