body{
    background-color:#1E40AF;
    font-family: 'Poppins';
    color:#ffffff;
}
.navbar{
    background-color: #1E40AF ;
}
.navbar a{
    color:#ffffff;
}

.navbar a:hover{
    color:#22D3EE;
}

b{
    font-weight: 700;
}

.hero-section {
    display: flex;
    flex-direction: column;
    min-height:100vh;
    justify-content: center;
}

.introduction-section{
    min-height: 100vh;
    padding-top:5rem;
    padding-bottom:5rem;
}

.bold-text{
    font-weight: 700;
}

p{
    font-size:1.25rem;
}

.first-row{
    min-height:600px;
    align-items:center;
}

.circle-indicator{
    background: linear-gradient(45deg, rgba(37,99,235,1) 0%, rgba(34,211,238,1) 100%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.5rem;
}

.banner{
    min-height: 300px;
    background-color: #1E3A8A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.communcation-links a{
    text-decoration: none;
    color:#1E3A8A;
    padding:1rem;
}


.navbar-toggler-icon{
    background-image:url(/assets/tabler_menu-2.png);
}

.navbar-toggler:focus{
    box-shadow:none;
}
.navbar-toggler{
    border:none;
}
