blockquote {
border: dotted #666 1px;
border-left:solid #ff5a00 5px;
margin:10px 40px;
padding:15px;
color:#333;
font-style:italic;
font-size:14px;
background:#fcfcfc;
}
img#logo.site-head-logo-picture {
    width:350px; 
    height:95px;
}


.site-head-search-block, .site-head-search-form {
    position: relative;
    margin-left: 20%;
    width: 444px;
}

/* Раздел для картинок НАЧАЛО */
div#masonry { 
  display: flex; 
  flex-direction: column; 
  flex-wrap: wrap;
  height: 100vw;
  max-height: 800px;
  font-size: 0;  
}
div#masonry img {  
  width: 33.3%;
  transition: .8s opacity;
} 

div#masonry:hover img { opacity: 0.3; }
div#masonry:hover img:hover { opacity: 1; } 

/* fallback for earlier versions of Firefox */

@supports not (flex-wrap: wrap) {
  div#masonry { display: block; }
  div#masonry img {  
  display: inline-block;
  vertical-align: top;
  }
}
/* Раздел для картинок КОНЕЦ */

div#header-title{
	font-family: "Montserrat",sans-serif;
	font-size: 36px;
	color: gray;
	letter-spacing: 5px;
	text-align: center;
	font-weight: 700;
	padding: 10px;
}

/* test */
