/*
 Theme Name:   nziv
 Description:  Nziv.net Primary theme, Child theme of colorMag.
 Author:       Ron Burg
 Template:     colormag
 Version:      1.0.002
*/

#content .post img{
  max-height: 400px;
  width: auto;
}

.widget_featured_slider .slide-content{
	background: #222;
    opacity: 0.9;
}

@import url('https://fonts.googleapis.com/css?family=Assistant:400,700&display=swap&subset=hebrew');

/***************/

/* Typography */
/*************/

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  font-family: 'Assistant','Segoe UI', 'Open Sans', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Assistant','Segoe UI', 'Open Sans', sans-serif;
	font-weight: 700;
}

p {
	font-family: 'Assistant','Segoe UI', 'Open Sans', serif;
}

blockquote p {
	font-family: 'Assistant','Segoe UI', 'Open Sans', serif;
}

#site-description {
	font-family: 'Assistant','Segoe UI', 'Open Sans', serif;
}

.main-navigation li {
	font-family: 'Assistant','Segoe UI', 'Open Sans', serif;
}

.site-header .menu-toggle {
	font-family: 'Assistant','Segoe UI', 'Open Sans', serif;
}
#header-text-nav-container {
	background-image: url('/wp-content/themes/nziv/assets/tactical_map_cropped.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}