.text-shadow-lg {
    text-shadow: 0 0.5rem 1rem rgba(0,0,0,.6), 0 0.125rem 0.25rem rgba(0,0,0,.5);
}

.icon-box {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}


.img-shadow-strong {
    box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.75) !important;
}

.allura {
    font-family: 'Allura', cursive;
}

.text-blue {
    color: #08519C;
}

.bg-grey {
    background-color: #E0E0E0;
}

body {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    background-color: #BDD7E7;
}

.flag {
    width: 32px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.flag.active {
    opacity: 1;
}

.anchor-offset {
  scroll-margin-top: 90px;
}

.text-brown {
    color: #8B4513  !important;
}

