@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body{
    font-family: "Roboto";
    font-size: 24px;
}

.bg{
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position-y: 100%;
}

a:hover, button:hover{
    color: #fff;
    text-decoration: none;
    background: #285397;
}

a.no_bg{
    background: none !important;
}

p, em{
    margin: 2.5rem 0 !important;
    display: block;
}

ul{
    list-style: none;
    padding: 0;
}

.button{
    background: #009CDD;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
    display: inline-block;
    border: 0;
    line-height: 1;
}

.bg_blue
{
    background: #285397;
    color: #fff;
}

label{
    font-size: 16px;
    color: #424242;
}

.form-group
{
    margin-bottom: 0;
}

.form-control
{
    background-color: #F7F7F7;
    color: #585757;
    height: calc(2.5em + .75rem + 2px);
    border: 1px solid #CECECE;
    margin-bottom: 20px;
}

.form-check-input{
    margin-top: 0.8rem;
}

h2{
    font-size: 28px;
    color: #184690;
    font-weight: bold;
    margin-bottom: 20px;
}

.globalbev{
    width: 250px;
    margin-top: 45px;
}

.glanbia{
    width: 250px;
}

@media all and (max-width: 700px)
{
    body{
        font-size: 20px;
    }

    h2{
        font-size: 24px;
    }

    .glanbia {
        height: auto;
    }

    .globalbev {
        height: auto;
        margin-top: 20px;
    }
}