.btn-more
{
    font-size: 1rem;
    background-color:rgba(3, 89, 248, 0.4)!important;
    border:2px solid white!important;
}

.btn-more:hover
{
    background-color:rgba(3, 89, 248, 0.2)!important;
}

.btn-download
{
    font-size: 1rem;
    background-color:rgba(255, 255, 255, 0.4)!important;
    border:2px solid white!important;
}

.btn-download:hover
{
    background-color:rgba(255, 255, 255, 0.1)!important;
}

.lang-dropdown
{
    padding-top:14px;
}

.lang-dropdown button
{
    color:white;
}

.lang-dropdown button:hover
{
    text-decoration: none;
    color:rgba(255,255,255,.5);
}

h1.ftco-heading,
{
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.ftco-subheading
{
    color: rgba(255, 255, 255, 0.7)!important;
}
.video
{
    background-color: rgba(255, 255, 255, .8);
    width:400px;
    height:300px;
    margin-left:auto;
    margin-right:auto;
    border-radius: 5px;
    margin-bottom:10px;
    margin-top:10px;
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: rgb(3, 89, 248, 0.8) !important;
}