/*
Theme Name:   twentynineteen child theme
Description:  Write here a brief description about your child-theme
Author:       burza
Author URL:   Write here the author's blog or website url
Template:     twentynineteen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentynineteen-child
*/

/* Write here your own personal stylesheet */

html {
	font-size: 14px !important;
}

footer#colophon {
    display: none !important;
}

header#masthead {
    display: none !important;
}

@media screen and (min-width: 600px) {
	body {
		font-size: 16px;
	}
}
h1:before {
    display: none !important;
}

@media screen and (min-width: 992px) {
	.navbar-nav {
		flex-direction: column !important;
	}
}

@media screen and (max-width: 600px) {
	nav.navbar.navbar-expand-lg.navbar-light {
		margin-top: -30px;
	}
	.navbar-nav {
		margin-top: 10px;
	}
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #fff;
}
.form-inline *:focus {
	outline: none; 
	box-shadow: none;
}
a:hover, a:focus, a:active:focus {
	text-decoration: none;
    border: none;
    box-shadow: none;
    outline: none;
}
input#gform_submit_button_2:hover, input#gform_submit_button_2:focus {
    background: #0073aa !important;
	border: 0;
	outline: none;
}
.site-content p img, .site-content .container img {
    display: block;
    float: none;
    margin-bottom: 20px;
}
.pozadina {
	background: url(../../uploads/2021/05/patent_2_go_header2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .05;
    width: 100%;
    height: 100vh;
    position: fixed;
	pointer-events: none;
}