/*
Theme Name:   houserealestate
Description:  House Real Estate Theme
Author:       pauguardiola
Author URI:   http://pauguardiola.com
Template:     woopstrap
Version:      0.1 (beta)
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         bootstrap
Text Domain:  woopstrap-child
*/

/************/
/* ELEMENTS */
/************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("css/fonts.css");

body{
    font-family: 'Noto Sans', 'HelveticaNeue', sans-serif;
}

.bg-black{
    background-color: #211D1C!important;
    color: white;
}

/* HEADER */
.navbar-brand img{
    z-index: 1;
    left: 0;
    right: 0;
}

@media only screen and (max-width : 992px) {
    .navbar-brand img{
        width: 150px;
    }
}

.header-img img{
    z-index: 0;
}

/* form contact */
.border-white{
    border: 1px solid white;
}
