/*jumpajar Customisation*/

/*Colours

#0b274d ; font

154890: fun blue
008C5B: green blue
EB8921: orange
AA0114: red
*/

body,
html {
    height: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 150%;
}


h1,
h2 {
    line-height: 200%;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
}




header > .nav {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
    border-bottom-color: #AA0114;
    border-bottom-width: 2px;
    border-bottom-style: double;
}

header > .nav .nav-item .nav-link {
    /*Animating Link Underlines (1)*/
    position: relative;
    color: #AA0114;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;

}


header > .nav .nav-item .nav-link:hover {
    /*Animating Link Underlines (2)*/
    color: #AA0114;
}

header > .nav .nav-item .nav-link:before {
    /*Animating Link Underlines (3)*/
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #AA0114;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header > .nav .nav-item .nav-link:hover:before {
    /*Animating Link Underlines (4)*/
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.logoimage {
    padding: 2em;
}

.multiblastimage {
    padding: 2em;
}


.multi_blast_google_link {
    color: #0b274d;
}

.multi_blast_google_link:hover {
    font-weight: 700;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #AA0114;
    color: white;
    text-align: center;
    line-height: 4em;
}


.footer-link {
    color: #ffffff;
}

.footer-link:hover {
    font-weight: 700;
    color: #ffffff;
}







/*      4.00      Background FOOTER  */

@media screen and (min-width: 300px) and (max-width: 767px)
/* Smartphones (portrait and landscape) ----------- */

{}


@media screen and (min-width: 768px) and (max-width: 1024px)
/* iPads (portrait and landscape) ----------- */

{}


@media screen and (min-width: 300px) and (max-width: 1024px)
/* Smartphones and iPads (portrait and landscape) ----------- */

    {
    header > .nav {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    h1 {
        text-align: center;
    }


    .footer {
        position: relative;

        width: 100%;
        background-color: #AA0114;
        color: white;
        text-align: center;
        line-height: 3em;
    }



}




@media screen and (min-width: 1200px)
/* Desktops and laptops ----------- */

{}


/* big landscape tablets, laptops and desktops */

@media (min-width:1025px) {}


/* Large screens ----------- */

@media screen and (min-width: 1824px) {
    /* Styles */
}
