@charset "UTF-8";

.tutepal-header {
    height: 100px !important;
}

.tutepal-page-hero {
    min-height: 1px !important;
}

.tutepal-pre-title {
    margin-left: 15px;
    ;
}

.tutepal-links-list {
    display: flex !important;
    
}

.tutepal-menu-item{
    position: relative !important;
}

.btn-tutepal{
    color: white !important;
    border-color: white !important;
}

.tutepal-img{
    width: 300px !important;
    height: 400px !important;
    max-height: 400px !important;
    max-width: 400px !important;
}

.banner-text{
    background-color:coral;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.blink {
    animation: blink 5s infinite;
  }

 .webinar-link{
    color: black;
    text-decoration: underline;
 } 

 .tutepal-footer-logo{
    max-width: 70% !important;
 }

 .tutepal-header-logo{
    max-width: 14rem !important;
    max-height: 10rem !important;
 }

 .tutepal-header-container{
    margin-left: 10px !important;
 }

 .tutepal-play-button{
    margin-top: 20px !important;
 }

 .tutepal-video-message{
    margin-top: 10px !important;
 }