/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

html, body {
    height: 100%;
}

.middleContent{
    /*height: 600px;*/
    overflow-y: scroll;
}
.middleContent h1 {
    margin-top: 2rem!important;
}

body {
  padding-top: 56px;
}
footer p.text-white {
    /*font-size: 0.75rem;
    font-size: 1.25rem;*/
}
footer p.text-black {
    /*font-size: 1.00rem;*/
    font-size: 0.9375rem;
    font-weight:500;
}

footer .col-md-3, footer .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.flags {
    margin-top: 0px;
}
    .flags.mt img {
        border: 1px solid #999;
    }
    .flags img {
        width: 90px;
    }
/* Extra small devices (phones, 767px and down) */
@media only screen and (max-width: 767px) {
    .euFlagMob {
        margin-top: 10px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .euFlagMob {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .flags img {
        width:50px;
    }
    footer p.text-black {
        font-size: 1.00rem;
    }
}
@media only screen and (min-width: 767px) {
    footer .card-body {
        /*padding: 2.5rem 0 0 0; */
        padding: 0 0 0 0;
    }
}

footer .pb-4, .py-4{
    padding-bottom: .2rem!important;
}
footer .mita {
    padding-top:10px;
}
footer .mita p {
    margin-bottom:0px;
}





