/*
Theme Name: zoomaliste Child
Theme URI: http://kompakt.zoomwerkstatt.de
Description: A clean and minimal theme original by <a href="http://www.vivathemes.com/minimaliste-free-minimal-wordpress-theme/" target="_blank">Viva Themes</a> that can be used for your blog, photography or portfolio website. Integrated social media icon fonts, 11 available. Easily upload your logo image. Includes a simple color customization panel and a text-layout-option for categories. --- Go to <a href="http://www.zoomwerk.de/">Themehomepage</a>
Author: zoomwerk
Author URI: http://zoomwerk.de
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.0
Tags: light, white, four-columns, fluid-layout, responsive-layout, custom-background, custom-menu, featured-images, custom-colors 
Template: zoomaliste
zoomaliste Child Theme, (C) zoomwerk, Minmaliste Theme (C) 2014 Viva Themes
*/

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	line-height:1.8em;
}
#logo a h1.site-title {
	text-transform:uppercase;
	font-size:50px;
	letter-spacing:.05em;
}
#mainmenu {
	width: 40%;
}
#logo {
	width:60%;
}
#mainmenu.nodesc {margin-top:35px;}
strong {font-weight:600}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 767px)  {
	#logo a h1.site-title {
		font-size:25px;
	}
	#logo {
		width:80%;
	}
}
