/* @import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');*/
		/*{font:16px/1.8 PT Sans, sans-serif;
		}*/
@import url('./itc-korinna-std-cdnfonts/css2.css?family=Source+Serif+Pro&display=swap');
/*@import url('./itc-korinna-std-cdnfonts/css2 ?family=Source+Serif+Pro&display=swap');*/
@import url('./itc-korinna-std-cdnfonts/itc-korinna-std.css');
@import url('./itc-korinna-std-cdnfonts/');

                

	html {
    	position: relative;
    	min-height: 100%;
		}
        body {
          /* Margin bottom by footer height */
          margin-bottom: 100px;
        }
        .header1{
			background: url("../img/header-bg-test.jpg") center bottom no-repeat;
	    	background-size: cover;
			color: white;
			
		}

		.link1 {
		padding-left: 20px;
		height: 50px;
		background: rgba(0, 0, 0, 0.2);

		}

		.link1 a {
			color: white;
			text-decoration: none;
			transition: all 0.2s ease;
            margin-right: 10px;
		}

		.link1 a:hover {
			text-decoration: underline;
			border-bottom: transparent 1px solid;
		}

        .title1{
            color: white;
            text-align: left;
/*            font: bold 30px 'PT Serif', serif;*/
            font: 30px;
			font-family: 'Korinna', sans-serif;
			font-family: inherit;


        }
         .title1 a{
            color:white;
			text-decoration: none;
			
        }
        .title1 a:hover{
            color: white;
        }

        .title2 {	
            color: grey;
            text-align: left;
            font: bold 30px 'PT Serif', serif;
			
        }
        .title2 a{
            color: grey;
            text-align: right;
            font: bold 30px 'PT Serif', serif;
		
        }
        .title2 a:hover{
            color: grey;
            text-align: right;
            font: bold 30px 'PT Serif', serif;
			
        }

        .logo1{
            text-align: right;
            width: 100px;
        }

        .find1{
            height: 50px;
        }

        .bukva1{
            font: bold 46px/1.2 'PT Serif', serif;
            border-bottom: #e8e8e8 1px solid;
            margin: 30px;
        }

        .link-article1 a{
            display: inline-block;
            padding: 2px 8px;
            margin: 2px -8px;
            color: #333;
            border: 0;
            border-radius: 4px;
            text-decoration: none;
        }

        .link-article1 a:hover {
            background: #fde8cc;
			text-decoration: underline;
        }

        .link-to-home {
            color: #929292;
            font-size: 14px;
        }

        .link-to-home a {
            color: #929292;
        }

        .link-to-home a:hover {
            color: #929292;
        }
        .search {
            display: block;
            margin: 30px;
            font: 16px/1.8 PT Sans, sans-serif;
            font-size: 14px;
        }
        footer {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: 5vh;
            padding: 10px 30px;
            text-color: white;
            float: left;
            font-size: 12px;
            background: #000 url("../img/header-bg-test.jpg") repeat;
	        background-size: 100%;
	    
        }
