
body{
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	background-color:#ffffff;
}
h1{
	background-color:#FCD320;
	width:300;
	text-align:center
}
h2{
	background-color: #3F9463; 
	width: 100%;
	height: 65px;
	padding-top: 10px;
	padding-left: 20px;
}

h3{
	background-color: #3F9463;
}

h4{
background-color: lightgrey;
}

p.main{
	width: 85%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
}

p{	
    font-size: 20px;
}  

p.porodu{
font-size: 25px;
margin: 15px ;
text-transform: uppercase;
margin-right: 50px;
}

div.menu{
	width: 100%;
	height: 50px;
	padding-top: 30px;
display: flex;
justify-content: center;
}

div.dogs a{
	color:black;
	text-decoration: none;
	display:blog;
	padding:0;
	font-size: 18px;
}

div.dogs{
	width: 31%;
	margin-right:2%;
}

div.dogs img{
	width: 100%;
}

div.row{
	display: flex;
}

div.holovna{
    color: green;
}

div.Shapka{
	background-image:url(images/DOGS.jpg);
	width: 100%;
	min-height: 500px;
background-size: cover;
}

div.text{
	margin-left: 20px;
}

div.menu ul{
	display: flex;
	flex-direction: column;
	list-style-type: none;
}

div.menu ul a{
	text-decoration: none;
	color: black;
}

li{
	padding-top: 10px;
}


a.holovna{
	color: green;
	text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  color: green;
  min-height: 300px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
/*  padding: 12px 16px;*/
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}






.icon {
  width: 50px;
  height: 50px;
/*  background-color: blue;*/
  position: absolute;
  animation: moveIcon 30s linear infinite;
}

@keyframes moveIcon {
  0% {
    left: 0;
    top: 0;
  }
  35% {
    left: calc(100% - 120px);
    top: 120%;
  }
  40% {
    left: calc(100% - 50px );
    top: calc(100% - 550px);
  }
  80% {
    left: 0;
    top: calc(100% - 50px);
  }
  100% {
    left: 0;
    top: 0;
  }
}