#image_start{
 position: relative;
 width: 100%;
 height: 100%;
}
.text_part{
	font-size:  150%;
	line-height: 1.5;
	}
	
#image1{

 width: 100%;

opacity:1;
}
#image2{
 width: 100%;

opacity:1;
}
.opacity_fix{
	position: fixed;
	top: 0;
	left: 0;
}
#title{
	color:#000;
	position:absolute;
	top:30%;
	left:60%;
	width:35%;
	text-align:center;
	background-color:none;
	z-index: 1000; 
	text-shadow: 1px 1px 4px #fff, 0 0 1em #fff;
	font-size:  120%;
	line-height: 1.2;
	}
.opacity0:hover{
opacity:.8;
cursor: pointer;
}
.more_stories:hover{
opacity:.9;

}

   
#up_logo{
	width:30%;
	}
 P:first-letter {
    font-family: georgia; /* Гарнитура шрифта первой буквы */
    font-size: 300%; /* Размер шрифта первого символа */
    color: #000; /* Красный цвет текста */
   }
   
 a {
    color: darkred; /* Цвет ссылок */
   }
    a:visited {
    color: darkred; /* Цвет посещенных ссылок */
   }
   a:active {
    color: darkred; /* Цвет активных ссылок */
   }  
/* Example Media Queries */
@media screen and (max-width: 65em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}
	
	#title{
	font-size:  80%;
	}
	#november21{
	font-size:50%;
	}
	
	.text_part{
	font-size:  80%;
	}
	.arrow{
	font-size:  80%;
	}
	
	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 10px auto;
		text-align: center;
		float: left;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 35px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 52.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
	#title{
	font-size:   50%;
	}
	.text_part{
	font-size:  60%;
	}
	.arrow{
	font-size:  50%;
	}
	.cbp-af-header {
	height: 40px;
	}
	.cbp-af-header nav {
	line-height: 0px;
	font-family: sans-serif;
       }
}

@media screen and (max-width: 34em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
	#title{
	font-size:30%;
	}
	.text_part{
	font-size:  50%;
	}
	.arrow{
	font-size:  35%;
	}
}





