/*
*   name           Favourite
*   version        3.5
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

#mum {
background-image: url('/images/healthy-mums.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

@media (min-width: 769px) {
.FPboxlm {
    width: 300px;
    border: solid white 2px;
    float: left;
    margin-left: 20%;
} }

@media (min-width: 769px) {
.FPboxrm {
    width: 300px;
    border: solid white 2px;
    float: right;
    margin-right: 20%;
}}

@media (max-width: 768px) {
.FPboxlm {
    width: 300px;
    border: solid white 2px;
    float: none;
    margin-bottom: 10px;
    margin-left: 0 !important;
}}

@media (max-width: 768px) {
.FPboxrm {
    width: 300px;
    border: solid white 2px;
    float: none;
    margin-right: 0 !important;
}}

h3, .h3 {
    color:#16733a;
    }                                   