/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/05/2019, 09:45:12 PM
    Author     : EDMZ8
*/


.img-partners{
    height: 150px !important;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .menu-logo-text{
        font-size: 1.5em;
        font-weight: bolder;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Alfa Slab One', cursive;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .menu-logo-text{
        font-size: 1.5em;
        font-weight: bolder;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Alfa Slab One', cursive;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-logo-text{
        font-size: 2.5em;
        font-weight: bolder;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Alfa Slab One', cursive;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu-logo-text{
        font-size: 2.5em;
        font-weight: bolder;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Alfa Slab One', cursive;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .menu-logo-text{
        font-size: 2.5em;
        font-weight: bolder;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Alfa Slab One', cursive;
    }
}