@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    body {
        font-size: 0.9rem;
    }
}

.container {
    max-width: 960px;
}

/* .teaser {
    margin-top: 160px;
    width: 100%;
    object-fit: cover;
    ;
} */

/* .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    height: 120px;
} */

.navbar-brand {
    border-bottom: none;
}

.navbar-brand:hover {
    background-image: none;
}


a {
    border-bottom: 2px solid #041662;
    /*81D4FA*/
    /* color: #000000; */
    /* color:#052d3f; */
    color: #212529;
    /* padding-bottom: .25em; */
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    /* color:#052d3f; */
    background-position: 0 calc(100% - 1.5px);
    border-bottom: none;
    color: #212529;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23041662' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: auto 4px;
    border-bottom: 0;
    padding-bottom: .25em;
    text-decoration: none;
    cursor: pointer;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.embed-responsive.embed-responsive-16by9 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* This value is based on a 16:9 aspect ratio */
  }
  
  .embed-responsive.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }