@import url(https://fonts.googleapis.com/css?family=Lora);
/*обои*/
body {
	background-image: url("../img/paper_texture.jpg");
	background-repeat: repeat;
	background-size: 800px;
}
/*центрируем главный div*/
.flex {
	display: flex;
	place-content: center;
}
/*главный div*/
.main-div {
	background-color: black;
	border-radius: 15px;
	box-shadow: 0px 0px 5px black;
	width: 1000px;
	padding: 0px;
	
}
/*картинка собаки сверху*/
.top_img{
	width: 100%;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.top_img_div {
	position: relative;
}
.slo_flag {
	position: absolute;
	height: 30px;
	top:10px;
	right:30px;
	border-radius: 3px;
	box-shadow: 2px 2px 3px black;
	width: 55px;
}
.eng_flag {
	position: absolute;
	height: 30px;
	top:10px;
	right:95px;
	border-radius: 3px;
	box-shadow: 2px 2px 3px black;
	width: 55px;
}
/*контейнер-навбар*/
.navbar {
	background-color: rgb(204, 119, 0);
	padding:3px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	text-align: center;
	width: 100%;
	column-gap: 5px;
}
/*элементы навбара*/
.navbar-element {
	box-shadow: 0px 0px 3px rgb(97, 47, 0);
	color: rgb(255, 255, 255);
	font-family: Lora;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgb(97, 47, 0);
}
.navbar-element:hover {
	background-color: rgb(113, 73, 0);
	background-color: rgb(113, 73, 0);
	transition: 0.2s;
}
/*контейнер заголовка*/
.heading-div {
	display: block;
	margin-bottom: 50px;	
}
.razstave-div {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	padding:5px;
	border: 2px solid rgb(255, 162, 0);
	box-shadow: 0px 0px 7px rgb(255, 162, 0);
	background-color: antiquewhite;
}
/*заголовок*/
.heading {
	display: block;
	color: rgb(255, 187, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:40px;
	font-size:20px;
}
/*большой заголовок*/
.big-heading {
	color: rgb(255, 145, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 0px;
	font-size: 40px;
}
.juka-heading {
	color: rgb(255, 145, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 0px;
	font-size: 40px;
}
/*дата рождения*/
.date-of-birth {
	color: rgb(255, 230, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 10px;
}
/*грид для фоток с 3 колонами*/
.photo-grid {
	display: grid;
	place-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-evenly;
	row-gap:40px;
	
}
/*фотки в гриде*/
.image {
	height: 200px;
	border-radius: 15px;
	border: 2px solid rgb(255, 162, 0);
	box-shadow: 0px 0px 7px rgb(255, 162, 0);
}
.rodovnik-grid{
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
	width: 100%;
	margin-top:100px;
}
.rodovnik {
	place-items: center;
	margin-top: 20px;
	display: block;
	width: 80%;
	border-radius: 15px;
	border: 2px solid rgb(255, 162, 0);
	box-shadow: 0px 0px 7px rgb(255, 162, 0);
}
.square-image {
	height: 300px;
	border-radius: 15px;
	border: 2px solid rgb(255, 162, 0);
	box-shadow: 0px 0px 7px rgb(255, 162, 0);
}
/*фотка юки в начале по сути*/
.naziv {
	color: rgb(255, 89, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:15px;
}
#first-item {
	height: 300px;
	border-radius: 15px;
	border: 2px solid rgb(255, 187, 0);
	box-shadow: 0px 0px 7px rgb(255, 187, 0);
	grid-column: 1/ 4;
}
#oma_banner {
	width: 800px;
	margin-top: 10px;
	border-radius: 15px;
	border: 2px solid rgb(255, 187, 0);
	box-shadow: 0px 0px 7px rgb(255, 187, 0);
	grid-column: 1/ 4;
}
/*нижняя картинка*/
.btm_img {
	margin-top: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
/*стиль для телефона*/
.telephone {
	color: rgb(255, 89, 0);
	text-decoration: none;
}
/*для контактов стиль*/
.kontakti-heading {
	color: rgb(255, 187, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:10px;
	font-size:20px;
}
/*меняем цвет окошка там где мы*/
#active {
	background-color: rgb(113, 73, 0);
}
.double-grid {	
	margin-top: 80px;
	display: grid;
	place-items: center;
	grid-template-columns: 1fr 1fr;
	justify-content: space-evenly;
	row-gap:40px;
}

#single-dog-grid {
	grid-column: 1/3;		
}

.dog-name {
	color: rgb(255, 187, 0);
	text-align: center;
	font-family: Lora;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:20px;
}